Luis
12/05/2024, 5:30 PMCeligo AI
12/05/2024, 5:30 PMAI generated answer (using internal Slack threads):To create a saved search with the total (sum) profit (sum) and customer, and to group and count unique customers, you can follow these steps: 1. Navigate to Reports > Saved Searches > All Saved Searches > New. 2. Select the appropriate record type for your search. In this case, it would be 'Transaction'. 3. In the Criteria subtab, add the following filters: - Type: is Sales Order (or Invoice, depending on your use case) - Main Line: is True 4. In the Results subtab, add the following fields: - Name (Group) - Amount (Sum) 5. To count unique customers, you can use a formula field with the following expression:
COUNT(DISTINCT({name}))
. Add this to the Results subtab.
6. Save and run the search.
This will give you a saved search where each row represents a unique customer, with the total profit for that customer, and the total count of unique customers.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
12/05/2024, 5:31 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.864379346
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.851472378
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.847028315
Celigo AI
12/05/2024, 5:31 PM