Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have built a report where I have a mini chart, that should show the last 10 values (i.e. of last 10 weeks) for comparison with the actual value.
Somehow I cannot find a possibility to limit the amount of values shown in the mini chart.
Now, the mini chart grows fatter every week, when we get new values. It is not possible to read anything in this mini chart at all.
Thank you for any tip oder alternative idea!
Aenne
Try Dimension Limits on chart properties.
This will do the trick
according to my knowledge, there is no dimension limits in Mini chart
but i you can control it, through your expression, which you are using to show mini chart.
add a where clause in you expression like date= >= today()-70 or so... not sure about your date fields..