Forum Discussion

314mp_M0th4's avatar
314mp_M0th4
Resolver I
3 years ago
Solved

Filtering matrix columns with dropdown

Hello, this is not as simple as it sounds. Lets say I have data :

TypeValue
a5
a20
b15
b10
c15
c30

And I want a matrix like this :

Type 1Type 2
valuevalue
valuevalue

Where the types columns are linked to a dropdown where you can select a, b or c.

Is this possible?

2 Replies

    • 314mp_M0th4's avatar
      314mp_M0th4
      Resolver I

      Thanks! I also found that I am a dummy and by using basic filtering on page from the filtering pane you get the same result as using a dropdown.