Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a problem statement :
I have two values in the filter : A, B.
1. if value 'A' is selected in the filter then show 0 on the charts else write the set analysis expression. The set analysis expression is working as standalone but not able to write the if then else..
2. Also what will display in the charts if no value is selected in the filter. By Default , no value will be selected in the filter.
Thank you.
You mean like this
1. If(Field='A', 0, <Set Expression>)
2. You can add condition for validation