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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Background color not being stable

Hi

I have a column with a back ground color set , based on my selections in Function/Service API the color is getting changed.. I want it to be same as per given conditions irrespective of the selection.

Can someone help

Attached my app

Thanks

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

Check this

IF(only({1}TP99) > only({1}SLA_TP99) or Alt(only({1}SLA_TP99), 0) = 0,$(cRed),

if(only({1}TP99) <= only({1}SLA_TP99),$(cGreen)))

{1} - ignores all selections.


Hope this helps you.


Regards,

jagan.

View solution in original post

3 Replies
tamilarasu
Champion
Champion

Hi,

Please do not create duplicate thread on the same topic.


Background Color Issue

avinashelite

jagan
Partner - Champion III
Partner - Champion III

Hi,

Check this

IF(only({1}TP99) > only({1}SLA_TP99) or Alt(only({1}SLA_TP99), 0) = 0,$(cRed),

if(only({1}TP99) <= only({1}SLA_TP99),$(cGreen)))

{1} - ignores all selections.


Hope this helps you.


Regards,

jagan.