Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I created a line Chart with an drill-down Group.
Year > Month > Day > Time
My Problem is that when I drill down to Time-Level there are to many data Points.
I activated continuous axis, but I only Need it for Time Level.
I tried to customize the Scala (Min, Max, Interval), but the result is not perfect.
Is it possible to active the continuous axis for time-Level only?
Thanks.
for month the Default is okay:
Is it possible to active the continuous axis for time-Level only?
No, that's not possible. Perhaps you can use two charts instead and show/hide them as needed. You can use the GetCurrentField() function to keep track which down drill level is active and make use of that value in an expression for the Conditional show option of the chart (on the Layout tab of its properties window).