Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good day,
I've got a list of data entries together with their respective dates. How can I do year on year comparison on a chart for years that must range between Jun - Jul each year?
Sample data attached.
This is a snipshot of what the graph should look like:
Hi,
try this :
in dimension : year + floor((month -1)/6)
you get : 2016 from 201507 to 201606
regards,
Hi,
try this :
in dimension : year + floor((month -1)/6)
you get : 2016 from 201507 to 201606
regards,