I have created a report pulling from a dataset.The report is based on transactions coming through the dataset from a fox pro database. These are some of the fields i am showing in my report.
Transactions Clientid headerid appttype
10028 5001 1007 2
10029 5001 1007 2
10030 5001 1007 2
10031 4772 1008 1
10032 4772 1008 1
10033 5525 1009 -2
10034 5525 1009 -2
10035 6005 1010 3
10036 6005 1010 3
10037 4228 1011 2
10038 4228 1011 2
10039 4228 1011 2
notice each clientid has several tranactions attached
appttypes
2 = repeat clients
3= new client
1= non request
-2= new client
I have counted all clients within the time frame i specified with a distinctcount for a total client count but i want to be able to count how many of these clients were reapeat or new. I have not been able to count how many repeat clients , new clients , etc.
because there is miltiple listings for each client- because most clients get more than one service.
how can i report how many of the client were repeat, new etc.
I would be grateful for help
thanks
orb353
Transactions Clientid headerid appttype
10028 5001 1007 2
10029 5001 1007 2
10030 5001 1007 2
10031 4772 1008 1
10032 4772 1008 1
10033 5525 1009 -2
10034 5525 1009 -2
10035 6005 1010 3
10036 6005 1010 3
10037 4228 1011 2
10038 4228 1011 2
10039 4228 1011 2
notice each clientid has several tranactions attached
appttypes
2 = repeat clients
3= new client
1= non request
-2= new client
I have counted all clients within the time frame i specified with a distinctcount for a total client count but i want to be able to count how many of these clients were reapeat or new. I have not been able to count how many repeat clients , new clients , etc.
because there is miltiple listings for each client- because most clients get more than one service.
how can i report how many of the client were repeat, new etc.
I would be grateful for help
thanks
orb353