Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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?
Or you can change color here as well. Click on Persistent colors so that they won't change while making selections.
Thank you Digvijay but I need this information for Qlik Sense not Qlikview.
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!!!!!
Hi ,