Forum Discussion

Prash546's avatar
Prash546
Icon for Helper I rankHelper I
6 years ago
Solved

I want to create a column using IF and condition using already present text column

I have a column name 'return' having values 'Yes', 'No' I want to create a column 'check' where value 'All' = 'Yes' +'No' and value 'Yes' = 'Yes', so my final column check will contain  values only '...
  • artemus's avatar
    6 years ago

    Create a table like:

    FilterYes_No
    AllYes
    AllNo
    YesYes

    And another table like:

    Yes_No
    Yes
    No

    Create a relationship where there is a on to many on the two tables (using the yes_no column)

    Set the filter direction in the relationship to bidirectional.

     

    Finally, add the Filter column to your filter visual.