The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi, Need some help.
DATETIME_FORMAT(DATEADD({Date},{NumberMonths},‘month’),‘YYYY-MM’)
example:
Date = Jan 1, 2019
NumberMonths = 3
the result is 2019-04
if I have a value in the record table like
Day = 25
I want the result to be 2019-04-25
This is fo...