Forum Discussion

tuliosouzaa's avatar
tuliosouzaa
Frequent Visitor
3 years ago

List available column values according to selection

Hello everyone!

 

I have a table that looks like this:

PartShape    Value    
Part 1AZW
Part 1B90
Part 1C10
Part 1D5
Part 2AZW
Part 2W12
Part 2H15
Part 2L20
Part 3ANE
Part 3X20
Part 3       Y13

 

In another table, I want to list all possible 'Shape' values available when 'Value' == 'ZW'. So the result table would look like so:

Shape
B
C
D
W
H
L

 

Is something like this even possible?

2 Replies

    • tuliosouzaa's avatar
      tuliosouzaa
      Frequent Visitor

      If I do a filter with Value = ZW it will omit all values different from ZW and the result would be only A.