Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Change text colour in chart - Qlik Sense Server

Hi all

Simple question (hopefully) - is it possible to change the text colour of values in a bar chart in Qlik Sense Server please?

Example - a bar chart showing monthly values for a year. Any months that have a value of 0 I want the value label text to be white (and therefore not show on the chart).

Thanks!

3 Replies
sdmech81
Specialist
Specialist

Put ur set expression in Variable say var..

Then in chart use calculated dimension, n then put condition saying.

=if (var<>0, "Yourchart_dimension")

try n let me know..

sdmech81
Specialist
Specialist

Try

if (expression>0,expression)

try in calculated dimension also putting ths condn

miskin_m
Partner - Creator
Partner - Creator

Hi,

You can try using properties,

Add-ons--->Data Handling---> uncheck show zero values