Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Slicer "AND' Operator

Lets say I have 2 tables A UNIT table and an OPTION table and the two tables are related by UnitID.

In my report I have an Option slicer and a visual displaying UnitId and Option.  Lets say in my slicer i have selected OPTION 35B.  In my visual I will see UnitID's, 123,456 and 987. But lets say I select in my slicer both 35B and 12A.  I only want to see 123 and 456.  I DO NOT want to see 987 because it does not have Option 12A.  Is this possible? If so how? 

UnitTable OptionTable 
UnitID OptUnitIDOption
123 12335B
456 12312A
987 12366F
  45677X
  45635B
  98735B
  45612A
  987899K
  98777X
  • Hi Anonymous

     

    Have a look at this post.

    I think they solved something very similar there 

2 Replies

  • AlB's avatar
    AlB
    Community Champion

    Hi Anonymous

     

    Have a look at this post.

    I think they solved something very similar there 

    • Anonymous's avatar
      Anonymous
      Not applicable

      Worked like a charm.  Thank You VERY VERY much.