Page 1 of 1

Chart on group

Posted: Thu Sep 07, 2006 11:37 am
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

Chart on group

Posted: Thu Sep 07, 2006 3:02 pm
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.

Chart on group

Posted: Fri Sep 08, 2006 10:50 am
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

Chart on group

Posted: Mon Sep 18, 2006 1:05 am
by Edward