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: 
suvechha_b
Creator III
Creator III

How to color a row on condition ?

I want Red color for the row of my Straight Table where Audit Type is Update New .

1 Solution

Accepted Solutions
christophebrault
Specialist
Specialist

Hi,

you can use this expression as background color (clic on '+' on your dimension/expression) :

=if(audit_type='Update New',rgb(200,0,0))

Inscrivez vous à ma Newletter Qlik
DoNotMissQlik- Connect with me on Linkedin

View solution in original post

6 Replies
suvechha_b
Creator III
Creator III
Author

PFA.

christophebrault
Specialist
Specialist

Hi,

you can use this expression as background color (clic on '+' on your dimension/expression) :

=if(audit_type='Update New',rgb(200,0,0))

Inscrivez vous à ma Newletter Qlik
DoNotMissQlik- Connect with me on Linkedin
its_anandrjs

In Background option type

if([Audit Type] = 'Update New',Red(),Grey())

Hope this helps

Thanks & Reagrds

its_anandrjs

Hi,

Or you can type if([Audit Type] = 'Update New',Red())

check the snap shot

Sample4.png

Hope this helps

Thanks & Reagrds

PrashantSangle

Hi,

Write this in your dimension tab

go to Property->Dimension->Select Field Name->click on + sign->go to Background Color

write

if([audit type]='Update New',Red())


Write Same expression for all dimension as well as for all Expression ->Background Color



Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
suvechha_b
Creator III
Creator III
Author

Thanks for the answer.

But when I am exporting it to excel . The columns with red color is also becoming black.

Is there any way to export to excel extactly the same as it is showing in qlikview report.