Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My bar/line chart is not sorting correctly. I see my issue. The dates are only sorting where the line bar starts. How do I force the whole chart to sort correctly?
Maybe with this sorting expression:
num(Date#(YourDateField,'YYYY-MMM'))
hope this helps
In properties/Sort , you can use sort by expression and use match() :
=match(YourField,'201701','201702','201703','201704','201705',.....)
Hi this will not work. This chart is going to continue growing everytime we add more data. Doing a match would be very manual.
Maybe with this sorting expression:
num(Date#(YourDateField,'YYYY-MMM'))
hope this helps
please post a sample application that demonstrates the issue.