Jump to content
We've recently updated our Privacy Statement, available here ×

Bar Charts are not beeing filled dynamically


Siul1981

Recommended Posts

Hi

I have some bar charts and they are not beeing filled correctilly. 

q.quest_code =     $P{Questionnaire} is where it gives the parameter values to fill the chart (for instance 1st is XXX, the 2nd is YYY and the 3rd is ZZZ). All the 3 charts are only using the 3rd (ZZZ) value for the parameter, so I have 3 bar charts exactly alike.

Any ideas on where to solve this problem?

 

Thanks for the help,

Siul1981

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

The Chart query q.quest_code = $P{Questionnaire}, (if is the same as in tables), should generate 3 charts:

The 1rst with q.quest_code = XXX; The 2nd with q.quest_code = YYY; The 3rd with q.quest_code = ZZZ.

I'm getting 3 charts all with q.quest_code = ZZZ. 

If I use the same query for a table, I'll get 3 tables, one for each quest_code with their correct values, in charts I'll get the same chart with in all 3 always the last quest_code values.

/sites/default/files/images/tables.png

/sites/default/files/images/charts.png

Here is what I get in Charts and Tables. The correct result should be the same as in the Tables

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...