Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a Dimension and a Metric. in a Pie chart(Adhoc report)
without making any selections in the dimension I am able to see the Empty pie chart.
I want to show the pie chart if only metric is selected.
any suggestions
if(getselectedcount(field)>1,'show','hide')
May be use a condition like this:
GetSelectedCount(metric) > 0