Page 1 of 1

Group Footer Style

Posted: Fri Oct 24, 2014 2:07 am
by kevin163
Hi
Why the Group Footer not have odd row style and even row style? Because our report have many group which store procedure shows the basic data.
Thank You

Re: Group Footer Style

Posted: Fri Oct 24, 2014 8:16 am
by HighAley
Hello.

You could use the conditions to set the odd and even styles of the Group Footer.
The GroupLine system variable should be used there.

Thank you.

Re: Group Footer Style

Posted: Mon Oct 27, 2014 2:39 am
by kevin163
Hello
thank you for your reply.
I use the conditions that don't have the odd and even style to choose ,I try to use the color set that shows the two colors to show on the basis of value,I want to the color show on the basis of row.
Can you give me a picture about the set?

Re: Group Footer Style

Posted: Mon Oct 27, 2014 6:23 am
by HighAley
Hello.

Please, try to use GroupLine variable.
Your expressions will be next:

Code: Select all

GroupLine%2==1 //first condition
GroupLine%2==0 //second condition
Thank you.

Re: Group Footer Style

Posted: Wed Oct 29, 2014 3:03 am
by kevin163
Thanks very much ,it's oK.

Re: Group Footer Style

Posted: Wed Oct 29, 2014 7:48 am
by HighAley
Hello.

We are always glad to help you.
Let us know if you need any additional help.

Thank you.