Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I have a linechart like below, with dimension in YearMonth, which couldn't be ranked in sequence automatically, i tried other options in the property ranked by number or letter, but still doens't work out, do you know how to fix it?
Also on the bottom of chart, there is a minichart, which I want to hide, is it possible? thank you.
Hi
Create your Month-Year field differently to make it a proper date, then it will sort correctly. If you are extracting from a date field, do it like this:
date(MonthStart(datefield), 'MMM-YYYY') as [Month-Year]
Or use Dual Function like Dual([Month Year],DateNum)
To hide minichart:
open options for X-axis in Appereance tab,
turn Continuous from auto to custom and uncheck Show minichart
Can you share the script, where you created Month Year, Have you used Date function to define?