Is there way to get only month or year from trans...
# suiteanalytics
m
Is there way to get only month or year from transaction date in saved search results?
a
yes
message has been deleted
via the function list in results, or you can also use a formula
g
m
Thanks👍
g
You can also use a TRUNC date formula, which would still return a whole date, but with the day/month set to the first. For example if {trandate} were Jun 15, 1999 -> TRUNC({trandate},'YEAR'} would return Jan 1, 1999. (I may have the exact syntax off. Could be YYYY and use double quotes). It's helpful when doing comparisons.
👍 1