Forum Discussion

leebaldwin's avatar
leebaldwin
Helper I
3 years ago
Solved

If/Else For 2 Tables

First, I have to say, this user community is AWESOME! Everyone is so professional in the way they handle questions and responses that I do not see in other user groups.   Now, I have a report I am ...
  • ryan_mayu's avatar
    ryan_mayu
    3 years ago

    leebaldwin 

    if the relationship between warehouse table and location table is many to one

    you can try this

    Column = if( RELATED(PalletLocation[LOC_TAG])="","Include",RELATED(PalletLocation[PALLET_LOC]))

    pls see the attachment below