Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
can any one please clarify this
use getselectedcount(Customer)=1 as condition in layout tab for the chart to hide the chart itself or in the Conditional field for an expression to show/hide a single expression within the chart.
Object properties ------> general ------->Calculate condition
=GetSelectedCount(Customer)=1
hope this will help.
Hi,
Try like this
Chart Properties -> General -> Calculation Condition -> and give
=GetSelectedCount(CustomerDimensionName)=1
Note: Replace CustomerDimensionName with your actual field name.
Hope this helps you.
Regards,
Jagan.