Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

highlight and bold values that are different

Hi, how can I highlight and bold values that are different in a table? See below:

Untitled.png

1 Solution

Accepted Solutions
jsingh71
Partner - Specialist
Partner - Specialist

5 Replies
Clever_Anjos
Employee
Employee

Is your table a straight table?

If yes, please check if fits your needs

Not applicable
Author

Hi so sorry, I can't open qlikview files that are not created by me, so do you mind sending screenshots instead? Thanks

Anonymous
Not applicable
Author

In background of Expresiions,

you can use as

suppose Exp 1>> sum(qty1)

              Exp 2 >> sum(qty2)

if(sum(qty1)<>sum(qty2),yellow())

and similary in text format use

if(sum(qty1)<>sum(qty2),'<b>')

jsingh71
Partner - Specialist
Partner - Specialist

Try This:

1.png

2.png

--Jai

Clever_Anjos
Employee
Employee

jsingh71 have taken the screenshots