Page 1 of 1

Making Chart in Group Footer

Posted: Sat Dec 17, 2011 6:25 am
by Erfan Gholami
hi
i make a report with following Structure

_________________________________________________________________
GroupHeaderBand by Country

| Name | Value |
_________________________________________________________________


_________________________________________________________________
DataBand
_________________________________________________________________



_________________________________________________________________
GroupFooterBand

CHART1
_________________________________________________________________



I expect that chart1 just display rows in DataBand that is in GroupFooterBand but it shows all records
how i can limit chart1 to display records in GroupFooterBand only

Thanks

Making Chart in Group Footer

Posted: Mon Dec 19, 2011 5:58 am
by HighAley
Hello.
Erfan wrote:I expect that chart1 just display rows in DataBand that is in GroupFooterBand but it shows all records
how i can limit chart1 to display records in GroupFooterBand only
You should create variable and set it's value in the Before Print event of the Group Header then use it in the Chart filter.
Please, see the attached report template.

Thank you.