Hello,
I was wondering if the following could be achieved with Telerik Reporting:
I have a list of user data grouped by teams. Each has an amount of emails, the average amount is shown in the group footer e.g.:
USER EMAILS Group-Header
----------------------------------------------------------------------------------------
User1 5
User2 10 Detail-Section
User3 15
--------------------------------------------------------------------------------------------
Team-Avg. 10 Group-Footer
Now I want to color User1 red, because he is below average and User3 green, because he is above average
I tried to achieve this by conditional formatting but I could not find out how to reference the Average-Field in the Group-Footer.
I use a Table-Control to display the values in my chart, if this makes any difference.
I also thought about writing this in code-behind but I don't know how to start here either.
Any help is appreciated,
Lukas
I was wondering if the following could be achieved with Telerik Reporting:
I have a list of user data grouped by teams. Each has an amount of emails, the average amount is shown in the group footer e.g.:
USER EMAILS Group-Header
----------------------------------------------------------------------------------------
User1 5
User2 10 Detail-Section
User3 15
--------------------------------------------------------------------------------------------
Team-Avg. 10 Group-Footer
Now I want to color User1 red, because he is below average and User3 green, because he is above average
I tried to achieve this by conditional formatting but I could not find out how to reference the Average-Field in the Group-Footer.
I use a Table-Control to display the values in my chart, if this makes any difference.
I also thought about writing this in code-behind but I don't know how to start here either.
Any help is appreciated,
Lukas