Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I need to setup a conditional show of a pie chart based on a specific field value. How can I set this up in the chart? Thank you so much!
Hi Lindsay,
just go to the "layout" tab of the piechart.
There should be an edit_field for a show_condition on the right_hand side.
Enter a condition using the Getfieldselections() function (that function returns the selections the user has made in a field)
HTH
Chart Properties -> Layout tab ->Show -> Select 'Conditional'. There write your condition. Tell us more about your show/hide condition, if you need help in writing it.
Regards,
KKR
Hi Lindsay,
see the simple attached example, in this the PIE CHART will only display when you make a selection in the REGION list box.
HTH - Andy