i've spent a stupid amount of time trying to figur...
# suiteanalytics
a
i've spent a stupid amount of time trying to figure this out, can someone help me with a simple saved search formula for 'case when transaction.date BETWEEN today - 180 and today'? (180 days ago until now)
g
Setting the following as Formula (Numeric) criteria should work: CASE WHEN ({today}-{trandate}) <=180 THEN 1 ELSE 0 END, and the value you'd set in the formula is '1'
g
g
😲 @George McMullen That is CERTAINLY getting bookmarked!
g
👍
a
thank you for the replies! except i just realized i've been troubleshooting this for over an hour, and it turns out i had an extra 'e' in between. it's friday afternoon, i guess. i used 'case when {trandate} between {today} - 180 and {today}' to get amount of transactions. simple except for my humanness.
😂 1
g
I ran into something like that other day. Too bad i couldn't chalk it up to Friday! 😁
😂 1