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 all,
I’m struggling with sharing a view of a gantt chart we’ve created, the shared link returns “Start date field is hidden or invalid” however I can’t se any error with this field.
Gantt view in base
Base start and end fields
Error message
Any...
Hi all,
I’m trying to create a formula to help me calculate invoicing periods.
If the payment date is before the 20th of the month the invoicing period is the current month, if the payment date is on or after, then the invoicing period will be the ne...
Hi all,
I’ve been reading a lot of he help articles, but, still can’t quite figure out how to do this…
We would like to trigger a button to open a URL on a recurring schedule. My understanding is that we would need to trigger a script to do this or s...
Kamille_Parks:
IF(
{Date Paid},
DATEADD(
DATETIME_PARSE(DATETIME_FORMAT({Date Paid}, "YYYY-MM")),
IF(DAY({Date Paid}) >= 20, 1, 0),
"month"
)
)
Thanks so much- that works, is there a way to format the date, so th...