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.
I would like to automate posts to Twitter so that they send out both when “Ready to Publish” (status field) and at a specific date and time (date field with time).
I note that in the triggers, it allows for date but the most specific it gets is “toda...
Hi there, I am using the following formula to calculate total donations received within a period of time:
IF(
AND(
YEAR({Received Date}) = YEAR(TODAY())
),
{Amount}
)
However, I would like to modify this, so that instead of “TODAY()” - which gives t...
I am also interested in this because I need to do two things:
a) Print a Total Amount of all transactions in the header
b) Print the least of all the transactions
The solution offered solves problem B but not problem A
Thanks
I need to calculate a result.
I am using Page designer to generate donor receipts, so I did use a new grid view with a filter that pulls in only the records from within the specified period (that works well) but I am unable to generate a total...