Page 2 of 2

Re: crossdataband assistance

Posted: Mon May 15, 2017 7:34 am
by HighAley
Hello.

The easiest way yo solve this issue will be to use next expression:

Code: Select all

{GroupLine - 1}
Thank you.

Re: crossdataband assistance

Posted: Tue May 16, 2017 7:26 pm
by cbrydon
Thanks Aleksey,

What I ended up doing is creating an variable and setting it to 0 initially. In the BeforePrint event of the databand, I place the following expression grpNum = 0.
In the BeforePrint event of the CrossGroupHeader, I increment the variable by 1 with this expression... grpNum = grpNum + 1 and it gives me the results I need.

Thank you for your help!

Re: crossdataband assistance

Posted: Wed May 17, 2017 11:24 am
by Andrew
Hello,

Great! Thank you for sharing your way of resolving the issue.

Thank you.