
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to change line chart colors?
Does anyone know what expression I would use to change the default line colors of my line chart in Qlik Sense?
FYI - I have three measures as follows:
"NA First Confirm (First Commit)",
"NA Need By (OTTR)",
"NA Last Confirm (Last Commit)",
Your help would be so much appreciated!
Thank you.
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI,
Try like this
Chart Properties -> Expressions -> Click + of the expression -> Click the Background Color option-> and define color in Definition text box on the right side
Colors for example:
Red()
Green()
Blue()
Yellow() etc.
Or you can use a combination of RGB(255, 0, 0) for Red,
RGB(0, 255, 0) for Green
etc.
Like this specify color for all the expressions.
Regards,,
Jagan.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I apologize I'm looking for the info for Qlik Sense and I just realized I posted this in the QlikView group. Do you by chance know how to change the color within Qlik Sense?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Or you can change color here as well. Click on Persistent colors so that they won't change while making selections.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Digvijay but I need this information for Qlik Sense not Qlikview.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This was EXACTLY what I was looking for... I can't believe it doesn't just understand "Green" or #339900. It's just looking for Green() - UGGG !!!!
Thank YOU!!!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
- Right click on chart
- Go to the expression
- Click + on the left side of expression
- Choose background color
- Add red(), green() whatever you want
