Hello,
I am interested on create a clustered columns chart only with the values of the rows contained on a subgroup. A chart for every group. Like this:
data rows 1
chart 1
data rows 2
chart 2
... etc
The chart is drawing all rows on dataset without any filter, not only the subgroup. How I can do it?
Another question, is possible put more than one condition on filtering an object? the clause AND seems not work.
Thanks
Chart on group
Chart on group
You can do it in master-detail reports. In reports with groupping (GroupHeader and GroupFooter bands) it's impossible.Mpanal wrote:Hello,
I am interested on create a clustered columns chart only with the values of the rows contained on a subgroup. A chart for every group. Like this:
data rows 1
chart 1
data rows 2
chart 2
... etc
The chart is drawing all rows on dataset without any filter, not only the subgroup. How I can do it?
For also in latest versions chart contain filters (you can request latest version at support).
In version you can use many conditions:Another question, is possible put more than one condition on filtering an object? the clause AND seems not work.
c#:
condition1 & condition2
vb.net:
condition1 and condition2
Latest version contain special GUI for creating filters for databand.
Thanks.
Chart on group
Thanks you. works well as master-detail.
Now, I have another problem. My chart is is a clustered column chart and the value data is a timestamp field type.
I can't put it on the chart if not is a numeric field.
Thanks again
Chart on group
Thank you for the decision.
http://forum.stimulsoft.com/Default.aspx?g=posts&t=170
http://forum.stimulsoft.com/Default.aspx?g=posts&t=170