Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Static Step a Bar Graph in Minutes

Hello,

I have created a chart where I am graphing duration by start time. Overall, the chart looks like I want it to with the exception of intervals on the axis. I would like to static step this by "minute". The first illustration shows my graph and the second illustration shows my axis settings. Any help would be appreciated.

error loading image

error loading image

Thanks,
Scott

1 Reply
johnw
Champion III
Champion III

I'm guessing you'd just put one minute in the static step? Only thing to keep in mind is that if these are timestamps, 1 = 24 hours. I think any of the following would give you one minute.

1 / (24 * 60)
maketime(0,1)
interval#(1,'m')

Now, QlikView doesn't always do what you ask it to do. It seems like if it decides that would put the grid lines too close together, it just ignores you. But maybe it'll work.