Hi.
I would like to run a report that pulls all the records that do not have any data. To be more specific, I am running a report on user activities, for those that were assigned a date prior to current date AND do not have a complete date in {COMPLETEDATE} field, I would like to see the activitiy list. Does someone have an idea of what I am missing? Current formula without parameter is:
{PICKLIST.TEXT} <> "Closed" and
{TICKETACTIVITY.ASSIGNEDDATE} < CurrentDate
Thanks.
I would like to run a report that pulls all the records that do not have any data. To be more specific, I am running a report on user activities, for those that were assigned a date prior to current date AND do not have a complete date in {COMPLETEDATE} field, I would like to see the activitiy list. Does someone have an idea of what I am missing? Current formula without parameter is:
{PICKLIST.TEXT} <> "Closed" and
{TICKETACTIVITY.ASSIGNEDDATE} < CurrentDate
Thanks.