Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help required for Conditional Text Coloring

Hi,

I have data like following table:

EmployeeClassFlag
A111N
A121Y
A131N
B211Y
B212N
C311N

But i want single row for every employee. So I have used Concat and I have table like below:

EmployeeClassFlag
A111/121/131N/Y/N
B211/212Y/N
C311N

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..!!

0 Replies