Hi Guys,
I am new to Crystal report development. I am using C#.
I am trying to add Color column in crystal report. Every row is having some color assigned to it.
It is working fine and I am getting correct behaviour.
When I apply grouping based on Color, then rows having same color are grouped together. I think, these groups are actually subreports which are getting opened in seperate TAB when double clicked on it.
Problem here is that the name of the subreport TAB is HEX value of Color ( e. 255 for RED, 0 for BLACK, 16777215 for WHITE)
It dose no't look good to show hex value in TAB.
I tried to rename this tab name using group value formula. With this change, I could see the HEX value gets replaced with string "COLOR" however, the grouping doesn't work in report view. All rows are grouped in single group.
Can anyone please provide me a solution to solve this issue?