I have a report that groups people in 'Teams', Red, Green blue. these group names are created by a formula that looks for people who's name matches a parameter list on the report. Then I have a group based on the names. Works great. Now I need to change the background color based on the group name so 'red team' has a background of red. In order do do this I need to know the group name if the object, how can I get that?
I can parse the string OK if I can get it. so I don't need the parsing code.
My report is a cross tab similar to this:
red name1
team name2
name3
name4
green name1
team name2
name3
the object is represented by the text 'red team' I would like that to be red. I cannot just change it in the report because the user can name teams anything they want. so it needs to be dynamic and check for the name of the group. any ideas?
I can parse the string OK if I can get it. so I don't need the parsing code.
My report is a cross tab similar to this:
red name1
team name2
name3
name4
green name1
team name2
name3
the object is represented by the text 'red team' I would like that to be red. I cannot just change it in the report because the user can name teams anything they want. so it needs to be dynamic and check for the name of the group. any ideas?