Page 1 of 1

Conditions are not filtering on a chart.

Posted: Wed Jun 15, 2011 1:12 pm
by erikbrandvig
i am setting a condition on a chart, filtering by the expression "Line" number.

if the chart "behavior > Enabled" is set to true, and i insert a condition into the "appearance > conditions" that disables the component if Line > 5, then the chart fails to display.

Image

Image

the same happens if i set the "enabled" switch to false and then use a "condition" that ENABLES the component if "Line <= 5"

Conditions are not filtering on a chart.

Posted: Thu Jun 16, 2011 6:17 am
by Alex K.
Hello,

Please send us sample report with data for analysis.

Thank you.

Conditions are not filtering on a chart.

Posted: Thu Jun 16, 2011 11:16 am
by erikbrandvig
i have added a document that shows the problem...

if you remove the "conditions" from the chart, the chart will appear, but not be restricted to the 5 lines.

the data in the data band is restricted in it's "conditions", and i want the information in the chart to match.

thanks!

Conditions are not filtering on a chart.

Posted: Fri Jun 17, 2011 10:16 pm
by Andrew
Hello,

Unfortunately, it is impossible to filter data for the chart using the Condition, since Condition only enables/disables the component completely.
To solve your problem you must modify the data and report structure, or use scripts to create new data sources for each page.

Thank you.