cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to see values in Column chart when I select something from List Box

Former Member
0 Kudos

Hi All,

I am creating a dashboard where I have to show year over year data in dashboard. I am taking column chart to show year over year data and list box to show years. when I select year from List box, its corresponding data should change in column chart. but this is not happening. Seems, there is no binding between column chart and list box.

Can you please help, how to do this?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Remi,

1. Bind the year column as the labels to the list box

2. Bind the corresponding columns as source for the list box

3. Bind the dummy columns as Destination of the list box

4. Bind The destination area to column chart as required.

you can check the first part of following link as use "list box" instead of the "combo box"

Regards,

Supriya

Former Member
0 Kudos

In the dashboard open file > samples > user guide samples. You have very similar tutorial which will help to understand how its done.