Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want Red color for the row of my Straight Table where Audit Type is Update New .
Hi,
you can use this expression as background color (clic on '+' on your dimension/expression) :
=if(audit_type='Update New',rgb(200,0,0))
PFA.
Hi,
you can use this expression as background color (clic on '+' on your dimension/expression) :
=if(audit_type='Update New',rgb(200,0,0))
In Background option type
if([Audit Type] = 'Update New',Red(),Grey())
Hope this helps
Thanks & Reagrds
Hi,
Or you can type if([Audit Type] = 'Update New',Red())
check the snap shot
Hope this helps
Thanks & Reagrds
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,
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.