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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Solution

Accepted Solutions
jsingh71
Partner - Specialist
Partner - Specialist

5 Replies
Clever_Anjos
Support
Support

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
Support
Support

jsingh71 have taken the screenshots