Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
650
Group by feature grouping on Code not Display value
posted

I have a dropdown limit to list column which has a code value and a display value. So say 1 maps to Val1, 2 maps to Val2, and so on. In the grid I see Val1, Val2 - and in the data is stored 1,2 and so on.

 If I group on that column, it is grouping on the data value - so it will say "SomeColumn: 1 (2 items)".  It should really say "SomeColumn: Val1 (2 items)".

 Is there any way to do this? The codes are meaningless to the users, the users need to see the display values.