Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
Hello Rohan,
see attached
Regards