Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Thanks,
Scott
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.