Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have to restrict a chart to display only when one or more than one month is selected. I used the below condition.
=isnull([Month])=0
The above condition will display the chart only when I select one month. If I select more than one month, it goes for 'Calculation Condition Unfulfilled'.
What calculation condition should I use, to display for more than one month selected also.
Hi,
You can try with GetSelectedCount(Month)<>0