Client Product Purchase Lapsed
This article is to show how to find clients that purchased a particular product (or product category) in a one period but have not purchased again in another. Eg. Which Client purchased pet food in first 6 months of the year but have not purchased it again in the second 6 months of the year.
STEP 1: CREATE EXPORT TEMPLATE
- Go to Reports -> Export Spreadsheets
- Click Add New and then Yes to design new Report
- Fill in Report Properties
- Name: As required. E.g. Clients Product Purchases
- Category: Usually under Client
- Printer: Reports1
- Table Link: Cln->Bil->Anm
- Use Following Tables: Tick Clients, Client addresses, Client Contact, Bill, Bill Items, Products.
- One Entry Per: Set to Client
- Leave other setting as defaults
- Save and Exit.
STEP 2: RUNNING EXPORTS
1: Export for Clients Who Purchased Item in Period 1
- Go to Reports -> Export Spreadsheets
- Select Category you have saved export under
- Double click Export Name. E.g. Client Product Purchases
- The filters page will open. Select filters as required, eg. Bill Dates from 1/1/2019 to 30/6/2019 and Product Category
- Click Next and Details for Export File will open
- Fill in Export Settings. Depending on preference on combo can be used but standard setting are;
- Fieldnames in File: Tick
- Surrounds fields with: Double Quote
- Separate Fields with: Comma
- Folder: Location to save file.
- FileName: Filename to save file as (no extension required, it will save as CSV).
- Click Export to Export file.
2: Export for Clients Who Purchased Item in Period 2
Go to Reports -> Export Spreadsheets
- Select Category you have saved export under
- Double click Export Name. E.g. Client Product Purchases
- The filters page will open. Select filters as required, eg. Bill Dates from 1/7/2019 to 31/12/2019 and Product Category
- Click Next and Details for Export File will open
- Fill in Export Settings. Depending on preference on combo can be used but standard setting are;
- Fieldnames in File: Tick
- Surrounds fields with: Double Quote
- Separate Fields with: Comma
- Folder: Location to save file.
- FileName: Filename to save file as (no extension required, it will save as CSV).
- Click Export to Export file.
STEP 3: USE EXCEL TO FIND CLIENTS WHO HAVE NOT BROUGHT ITEM/S AGAIN
- Open both files in excel.
- Copy everything from "clients who purchased item in period 2" workbook to new worksheet in "Clients who purchased item in period 1" workbook.
- Remove columns from both worksheets that are not needed to make it easier to manage. Make sure you leave the Client Number field.
- On "Clients who purchased item in period 1" worksheet add a new column to the end called Bought Item Again.
- Use Vlookup function to see if client is also on the clients who purchased item in period 2 worksheet.
- Eg. =VLOOKUP(A2,'Purchases in Period 2'!A:K,1,0)
- Copy formula down entire column
- Sort the Bought Item Again column alphabetically.
- If there is a client number then the client has bought the item again in second period, if the value is #N/A the client has not bought the item again.