Group Footer Style
Group Footer Style
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
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
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.
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
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?
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
Hello.
Please, try to use GroupLine variable.
Your expressions will be next:
Thank you.
Please, try to use GroupLine variable.
Your expressions will be next:
Code: Select all
GroupLine%2==1 //first condition
GroupLine%2==0 //second condition
Re: Group Footer Style
Thanks very much ,it's oK.
Re: Group Footer Style
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.