Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
srujanaponnuru
Creator
Creator

Highlighting data in table in qliksense

Hi All, 

I have the data below:

Vehicle IDVehicle Address OldVehicle Address NewVehicle State OldVehicle State NewEmail - OldEmail - New
1234153 - Flat A154 - Flat BCaliforniaNewYorkstp@adp.comstp1@adp.com
4567152 - Flat C152 - Flat CCaliforniaCaliforniastp@adp.comstp@adp.com
7890151 - R156 - TNew JerseyNew Yorkpol@adp.compol1@adp.com
1221151 - Y151 - YSeattleSeattlepol@adp.compol@adp.com

 

On the above table, where the data is changing from Vehicle Address old to new i need to highlight either in bold or color to differentiate the other rows. For eg. Vehicle numer 1234 data is changing but Vehicle number 4567 , the data is not changing. so we dont need to highlight those rows. 

 

Please let me knpw how to do it in qliksense in a table without using extensions.

 

Regards,

S.

 

Labels (1)
1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Create a table chart and add all this field as dimension.

Now Set the background c0lor expression as  If(Field1 = Field2, Black(), Red())

 

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Create a table chart and add all this field as dimension.

Now Set the background c0lor expression as  If(Field1 = Field2, Black(), Red())

 

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
srujanaponnuru
Creator
Creator
Author

Thank you. Its working but the load time is taking too much time. Logic is working. only for one column i applied it took almost 20 mts to populate the data. Like that i have 50 columns.