Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
is possible to use a set expression in the filter pane?
I would like to be able to show and filter just date belong a specific condition.
Let' s assume that I have Date for two different company A and B and in the Filter I would just see the date for the company A..
How I can do it ?
Thanks a lot for any helps
May be try this
Aggr(Only({1<Company = {'A'}>} Date), Date)
Thanks a lot