Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Distinct Transaction Date
Not sure if i am over complicating my saved search here, but this is what i am looking to do:
Show number of customers who had their first transaction by month grouped by lead source..
I am able to get the list but what i am having difficulties in is the count. Here is the formula i am using:
case when to_char({firstsaledate}, 'MM') = to_char({today}, 'MM') then 1 end
and then adding -1, -2 etc... to get previous months.
Now what i am finding is if a customer has more than one transaction in the same month of their first transaction, they are been counted more than once.