Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have data like following table:
But i want single row for every employee. So I have used Concat and I have table like below:
But I want to display class with flag 'Y' in red color, rest of with black.
Employee
Class
Flag
A
111/121/131
N/Y/N
B
211/212
Y/N
C
311
N
How to achieve this?
Thanx in Advance..!!