Hi - anyone ever work on a report like this: 0-6 m...
# suiteanalytics
g
Hi - anyone ever work on a report like this: 0-6 mns | 23 Customers | View <list Of Customer> 6-12 mns | 12 Customers | View <list Of Customer> 12-18 mns | 7 Customers | View <list Of Customer> 18-36mns | 50 Customers | View <list Of Customer> Where we count the number of customers that have not had a sale in the past X amount of months and the view is a link to the list of customers?
n
yes, make your first column a Formula (text) field and group by that
CASE WHEN {lastorderdate} > {today}-180 THEN '0-6 mns' WHEN {lastorderdate} > {today}-365 THEN '6-12 mns' ELSE 'More than 12' END
g
@Netsuite Tragic and I guess that means that you would do this as a saved search
n
That's the way I have done it. You could make a Custom Field on the Customer and have that sales band calculated there. Then you could use a Report. The drill downs are nicer. Of course, you could also use Analytics allowing you to include Charts.
g
thanks @Netsuite Tragic!! and then how would i get the link
How would I do the drill downs with my only 2 columns being the date range and teh sum of the customers
?
@Netsuite Tragic thanks, but how do i get drill downs / a link from the count of internal IDs to a list of info on the customers?
n
For me the link comes from the grouped column.
g
@Netsuite Tragic Can I ask for a bit more help? The numbers are coming through incorrect...
This is the first search
and then i created a secord search excluding the same customers and limiting it to lasst 3 months and getting 3858 results whcih is way les