Skip to main content

Hello,


I’m trying to combine this formula:


CONCATENATE(“Week of Mon”," ",DATETIME_FORMAT(DATEADD({Job Date},-DATETIME_FORMAT({Job Date},‘e’)+1,‘days’),‘M/D’))


With this one:


DATETIME_FORMAT(SET_TIMEZONE({Job Date},‘America/Chicago’), ‘DD/MM/YYYY’)


but I can’t get the syntax right. I need the timezone stipulation because when a {Job Date} is a Sunday, the Week Of formula is grouping it one week ahead (so, job date of Sunday 3/27 is getting grouped with Week of Monday 3/28 instead of Week of Monday 3/21).


Thanks in advance for any help!

P.S. I do have all of my curly quotes converted to straight. Thanks!


Reply