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: 
Not applicable

Background Color Issue

Attached is my App , the background color change does not seem to be consistent , it changes when I select an Service API function .I want it to be same

Thanks

1 Solution

Accepted Solutions
tamilarasu
Champion
Champion

Hi Sandy,

Use below expression.

IF(only({<Function=>}TP99) > only({<Function=>}SLA_TP99) or Len(only({<Function=>}SLA_TP99))=0

,$(cRed),

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

I would suggest you to use led indicators in this case. It looks nice compared to background color.

Capture.PNG

View solution in original post

2 Replies
tamilarasu
Champion
Champion

Hi Sandy,

Use below expression.

IF(only({<Function=>}TP99) > only({<Function=>}SLA_TP99) or Len(only({<Function=>}SLA_TP99))=0

,$(cRed),

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

I would suggest you to use led indicators in this case. It looks nice compared to background color.

Capture.PNG

Not applicable
Author

Thank you!