HI,
I have 2 listboxes which are displayed as checkboxes for metric and dimension
I have a calculated condition for the chart which checks that atleast one dimension and one metric needs to be selected
In Dimension: i have Date, Month, Year, Client, Location etc.,
In Metric: I have count, revenue
If I select Date, count (i.e one dimension and one metric) graph is displayed
If i uncheck count then no graph is displayed(error message is displayed)
Again if i select count then also no graph is displayed (expected behavior is graph should be displayed)
If i select other than count then the graph is displayed
Problem is:: If i unselect and reselect the same field in the checkbox the graph is not displayed
And this happens only in the web mode. When the webmode is off it behaves properly
Please suggest