Dynamic Combination Chart and Changing Color in Bar Chart
I am using Report Builder 10.1.2.0.2 to generate an RDF that will be deployed to the application server via the rwservlet.
I need to create multiple combination charts (about 20). Is it possible to create the charts dynamically based on a query (repeating frame style)? Or do I have to create each graph manually (fixed)?
Also, is it possible to change the color of the bar graph based on the data value? I can change the color of the bars with the "color" property (color="&<cp_bar_color>") in the graph property (xml), but they appear to be a all-or-nothing solution. I have to generate a green, yellow or red bar based on the data value for a particular month.
0