Problem with Column Charts & Stacked Bar Charts We're facing

Problem with Column Charts & Stacked Bar Charts

We're facing problem while working with one label & one category in aforesaid charts. In this case local variable containing info of label, category, X-axis datapoints is not updating and always showing charts based on data with which it is intialized first time. For example:

We're making charts to show monthly data of a particular year.

For year 2012: Data in charts is representing on 4 X-axis datapoints. Jan, Feb, March, April. This is correct since we've data in database for these four months only.

When we change the year to 2013 thorugh dropdown selection we're getting an incomplete chart which is displaying only the four X-axis data points with which it was initialized for 2012. However we've data for all 12 months in 2013. It seems our local variable is not getting updated with latest data.

Please find below the code.

=load(
local!year: 2,
local!month: 1,
local!week: 1,
...

OriginalPostID-89733

OriginalPostID-89733

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data