Chart on group

Stimulsoft Reports.NET discussion
Post Reply
Mpanal
Posts: 43
Joined: Thu Sep 07, 2006 11:28 am
Location: Spain

Chart on group

Post by Mpanal »

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
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Chart on group

Post by Vital »

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?
You can do it in master-detail reports. In reports with groupping (GroupHeader and GroupFooter bands) it's impossible.
For also in latest versions chart contain filters (you can request latest version at support).
Another question, is possible put more than one condition on filtering an object? the clause AND seems not work.
In version you can use many conditions:

c#:

condition1 & condition2

vb.net:

condition1 and condition2

Latest version contain special GUI for creating filters for databand.


Thanks.
Mpanal
Posts: 43
Joined: Thu Sep 07, 2006 11:28 am
Location: Spain

Chart on group

Post by Mpanal »


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
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Chart on group

Post by Edward »

Post Reply