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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
cheburashka
Creator III
Creator III

How to give the same color to every dot in a scatter plot.

Hello,

I would like to have the scatter plot in attachment, but then with all the dots in the same color.

I could solve the problem but then I would have to change 18 colors in the colormap manually. This is not very efficient.

Do you have a better idea, tip?

The dimension is just ID. I could also use name or something else but I still need a dot for every person.

Thanks for your input.

_Koen

1 Solution

Accepted Solutions
Not applicable

In your background color for your x-expression do somthing like

=RGB(100,150,200)

If you don't know what i mean:

1. Go to Expressions tab and click checkbox "Advanced mode"

2. Click the +-sign in front of your first expression

3. Add the code =RGB(100,150,200) to backgroud color. This is for blue color.

Cheers,

Martin

View solution in original post

1 Reply
Not applicable

In your background color for your x-expression do somthing like

=RGB(100,150,200)

If you don't know what i mean:

1. Go to Expressions tab and click checkbox "Advanced mode"

2. Click the +-sign in front of your first expression

3. Add the code =RGB(100,150,200) to backgroud color. This is for blue color.

Cheers,

Martin