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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Mark4
Partner - Contributor II
Partner - Contributor II

X-axis in bar graph

Can anyone tell me why the negative months aren't ascending?

 

=Replace(Class([Req Projected Need Lead Time Days]/30, 3), '<= x <','-')

Labels (2)
1 Reply
sunny_talwar

May be use a dual function here

=Dual(
Replace(Class([Req Projected Need Lead Time Days]/30, 3), '<= x <','-'),
Class([Req Projected Need Lead Time Days]/30, 3) 
)