Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have this table :
I want to realize a set analysis.
I want to filter all TAX AREA RATE belonging to F_TAXES on column Flag_Fait.
Thanks in advance.
In the filter pane, put the following expression:
if(Flag_Fait = 'F_TAXES', [TAX AREA RATE], null())
Hope it helps!
In the filter pane, put the following expression:
if(Flag_Fait = 'F_TAXES', [TAX AREA RATE], null())
Hope it helps!
Hi Tim,
Thanks you for your aswer 🙂