cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple charts in VC

Former Member
0 Kudos

Hello,

My client wants the option to choose the type of chart to be displayed in a dashboard. Right now all I can see is that I can define a type of chart and display it, but I don't see any way to give an option to the user to change the type of chart (pie to column, etc).

Is there any way to do that? Can I somehow design a drop down box in VC which will give options to the user on how he/she wants to see the charts.

Thanks

Sam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sam,

You can have a dropdown list containing the types of charts to be displayed.

Create an event which will fire the forms/tables according to the user's selection. These events get linked to the different tables and charts. But you need to create the different table and chart views for each type of chart.

This mechanism checks the event at runtime and executes the table/chart related to this event.

Regards,

Ankit

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sam,

as Ankit mentioned, you can use the visibility condition of different charts to hide or unhide the different charts via a selection of a dropdown box.

Best Regards,

Marcel