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

Transparency outside of range

I would like to have the values outside the range selected by the slider to be fade to 75% transparent.


Any ideas?

James

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You can use a background color expression to adjust the color of the bars outside the slider range.

(to set the color expression, go to expression tab and open expression attributes by clicking on the + sign next to expression)

Use rgb or argb function to set the appropriate color (not sure how good a transparency value with argb() function will work, though).

Regards,

Stefan

View solution in original post

2 Replies
swuehl
MVP
MVP

You can use a background color expression to adjust the color of the bars outside the slider range.

(to set the color expression, go to expression tab and open expression attributes by clicking on the + sign next to expression)

Use rgb or argb function to set the appropriate color (not sure how good a transparency value with argb() function will work, though).

Regards,

Stefan

Not applicable
Author

Excellent, just what I needed...thanks!