Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Experts,
I want to create a chart with results like this, if the filter is not selected then the chart in show like below? If Filter Selected then Chart will be display data.
Thanks,
Jim
You need to enable condition like
GetFieldSelections(Field)>0 and GetFieldSelections(Field1)>0
And You can assign message like?
Hi,
refer to the Sample attachment
if(GetSelectedCount(Place)>0 and GetSelectedCount(Name)>0,1,0)
You can follow what deva proposed if you want the output like that or else if you want to show anything with a text box or image then .
create a chart and layout condition getfieldselection(field)>0
create a text box with the image/text with layoutcondition getfieldselection(field)>0
place one top of another.
regards
Pradosh