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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
gauthamchilled
Creator
Creator

Couldnt able to apply expression colors on all rows

Hi,

I couldnt able to apply color on all chart rows, it takes my expression conditon color only for current selected period. how can i apply color irrespective of the selections.

pls help

Gautham

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try this:

only({<Period>}

if(Class='ClassA', LightGreen(),

if(Class='ClassB',LightRed(),

if(Class='ClassC',LightMagenta())))

)

View solution in original post

3 Replies
prma7799
Master III
Master III

Like this?

gauthamchilled
Creator
Creator
Author

You just cleared of the selection, that will work anyway.

I just want to show all periods even particular period is selected with colors on each row.

Gautham.

tresesco
MVP
MVP

Try this:

only({<Period>}

if(Class='ClassA', LightGreen(),

if(Class='ClassB',LightRed(),

if(Class='ClassC',LightMagenta())))

)