Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Team
How can I order my dates in my chart by Year/Month?
dimension:
=month(subfield([CREATED], ' ' ,1)) &' '& Year(subfield([CREATED], ' ' ,1))
use this instead
date(monthstart(CREATED), 'MMM-YYYY')
ideally put that in a master calendar
use this instead
date(monthstart(CREATED), 'MMM-YYYY')
ideally put that in a master calendar