Hi,
I have a report that I have created where I group all of the records on the report based on a "CreatedDate" field in month segments. I want to write some formulas to perform Distinct Counts on different records, but I only want the records whos "CreatedDate" column falls within the month segment belonging to the Group.
How can I write a formula to only do a distinct count on records which have a date in the Group's current month?
i.e.
if {record.CreatedDate} Between Group.StartDate AND Group.EndDate then
{record.recordID}
I have a report that I have created where I group all of the records on the report based on a "CreatedDate" field in month segments. I want to write some formulas to perform Distinct Counts on different records, but I only want the records whos "CreatedDate" column falls within the month segment belonging to the Group.
How can I write a formula to only do a distinct count on records which have a date in the Group's current month?
i.e.
if {record.CreatedDate} Between Group.StartDate AND Group.EndDate then
{record.recordID}