Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a table with two dimensions and a calculated expression, and I would like to use this table to filter data on other graphs.
I would like this table to keep all lines when filtering. Is it possible ?
This is what my table look like :
But when I select something :
I would like other graphs to be filtered but this table to stay the same as when no "Client" and no "Recap" are selected (just those 2, I have other selected fields that I want to keep).
Dimensions :
- Client
- =if(Recap = 'LAY' or Recap = 'ENF'
, Recap
)
Expression :
Ok thank you very much for your help !
Have a good day !