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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
madhubabum
Creator
Creator

How can i remove 'Zero' (0.001,0.002,...) like values from my bar chart

Hi all

In my following Bar chart ...I have some 0.001,0.002,.......like values ('0' Values).

How can i remove in bar chart (Through Expression).

Thanks,

Madhu

1.png

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change your expression to round off the values using the round or floor function: round( ...myexpressionhere... )


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change your expression to round off the values using the round or floor function: round( ...myexpressionhere... )


talk is cheap, supply exceeds demand
madhubabum
Creator
Creator
Author

Thank You Gysbert