Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Karahs
Partner - Creator
Partner - Creator

X-axis values in order

Hello everyone,

I have dis graph as seen in the below image i want the x-axis values to come in proper format ie. within time,0-30,30-60,60-90....

I have tried all the possible ways for eg:

1)  If(Time(SiteArrivalDate)-Time(newdate) < 0, Dual('Within Time', 0), Replace(class(Time(SiteArrivalDate)-Time(newdate),30),'<= x <','-'))

2)  If(Time(SiteArrivalDate)-Time(newdate) < 0, Dual('Within Time', 0), Dual(Replace(Class(Time(SiteArrivalDate)-Time(newdate), 30),'<= x <','-'), Class(Time(SiteArrivalDate)-Time(newdate), 30)))

But none of this is working, can any one suggest some other way of doing it?

gph.png

Thanks!!

1 Reply
arulsettu
Master III
Master III

can you post sample file