Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do I make my line chart axes like the book ? Please see image -


Go to Axes Tab
and untick Forced 0 under expression axes
Under Scale
Tick Static Min and Static Max and write values either static as 0 and 1000 or dynamic
Min(Aggr(Count(Flights),Month))
and
Max(Aggr(Count(Flights),Month))
That gives me - no data to display. Btw, why should I have to set a static max ? Shouldn't the software just draw a line after every 50 steps ?
That made some difference. I only saw 800, 900. To see more data points, I increased the chart size and it became like the one shown in the book. But, when I maximized the chart, it shows a step every 5 points even after putting static step = 50. So, step size depends on the size of your chart ???
is your "split axes" check box checked?
if it is uncheck it... sorry for the delay btw