Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have 2 filters
Country and status
Country. Status
Uk Planned
Germany
For the above example when we click on uk it is showing planned data in my table.but i want to show if I click on Germany it should give planned value in status and in my table it should show error message there is no data in Germany planned.how to do that
In Chart Properties for each chart
under Add-Ons>> Data Handling >> Add a Calculation Condition
fx = count(Status)
Message = ' No Data for Current Selection'