Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to change the Data label color in Bar Chart as per condition.
I tried but label color as per expression is not available in Appearance-->styling---->Chart--->Label Color.
Requirement: Value greater than 500 should be green colored else red colored.
Thanks in advance.
Hey,
I don't think it's possible currently.
Enjoy your Qlik.
Kind regards,
Théo ATRAGIE.
Hi @saurav5246
mentioned @theoat , this is not possible with what we currently have in chart customization in labels only.
That said, with some modifications you can try to find a workaround.
I will leave an example using the information provided:
In this example, I use the combination chart:
With 1 dimension and two measures, then:
Year
1 Measure – Sum (value) – As bar
2 Measure - if(Sum(Value)<500,Value,'') – As a marker on lines
This second measurement is just to indicate your value which is below 500 and then color
***************************************************************************************************
In the marker properties - Leave it as transparent
And then a color for your measurement label
Maybe you can try something with an extension, but I looked for a native solution and saw if it can help you.
thanks @MatheusC . Can you share its qvf file?
Yes, see the qvf