Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator II
Creator II

Dynamic dimensions in X axis and Y Axis of a chart

The requirement is like there will be two list boxes or search boxes one for 'X axis' and One for 'Y axis' which will contain multiple values. Whichever value we select inside these two selection boxes the data in chart should change accordingly. How this can be done?

3 Replies
datanibbler
Champion
Champion

Hi Rohan,

if the type of chart is the same - easy: Every dimension (X-axis) you use in a chart can be based on a condition, as can every expression (Y-axis).

You can check the users'  selections in the listboxes using the GETFIELDSELECTIONS() function.

HTH

Best regards,

DataNibbler

martinpohl
Partner - Master
Partner - Master

Hello Rohan,

see attached

Regards