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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Missing Dimensions

Hi,

I have the bar chart with Month as the Dimension. I want to display the month name in the x Axis even the expression doesnt have the value. Suppose if the FEB month has no values then the FEB month is not shown in dimesnion currenlty. I want to display the FEB month.

Labels (1)
3 Replies
lironbaram
Partner - Master III
Partner - Master III

hei

in the chart properties

in the presention tab

uncheck the suppress zerovalues ,suppress missing

Not applicable
Author

Hi Roiuser,

Thanks for your response. I have tried that option already. It is not working

Not applicable
Author

Hi,

edit dimension like this

=if( your_calculated_variable=0,Your_Dmension,Your_Dimension)