Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Tip: Change Background Color for selected Dimension in Bar Chart

The attached qvw shows how to change the background color of a selected dimension in a bar chart.

This uses a variable and set analysis so it requires QV 8.5 or above.

Matt Nunn | Senior Consultant | Satsuma Solutions

www.satsumas.com

Inspired Business Solutions



1 Solution

Accepted Solutions
johnw
Champion III
Champion III

You could do this instead:

if(len(ColumnField),lightred())

It doesn't require a variable and can highlight multiple bars when more than one is selected.

View solution in original post

3 Replies
johnw
Champion III
Champion III

You could do this instead:

if(len(ColumnField),lightred())

It doesn't require a variable and can highlight multiple bars when more than one is selected.

Not applicable
Author

Many thanks John, I thought there must be a way to do this without using a variable.

Not applicable
Author

Thanks John this was easy to find and answered my question quickly.