cybermatrix
New member
- Local time
- Today, 17:26
- Joined
- Oct 23, 2012
- Messages
- 5
I need to be able to remove duplicates in a report. I have tried the different features such as Suppress if duplicated.
The report is showing everything to do with the client and I only want to show what is the current service the client is receiving.
Data looks like
CID, CName, CAddress, CService, CRoute, CBilling, CBalance
123, Bill, 123 Main, Mon3, 200, 39,0
123, Bill, 123 Main, Mon3, 200, 39,0
123, Bill, 123 Main, Mon3, 200, 39,0
123, Bill, 123 Main, Mon3, 200, 39,0
123, Bill, 123 Main, Mon3, 200, 39,0
123, Bill, 123 Main, Tue1, 200, 39,0
Want to only show only the last value as shown for each client
123, Bill, 123 Main, Mon3, 200, 39,0
You would think that Suppress if duplicated would work but it does not. And the value that might change could be the price or balance. It is not always the CRoute that might changed.
The report shows over 150K rows of data and it really is only about 6K rows of data. The customer data is updated often and values can change. Some customer may have 2 - 3 current services but only started with 1 when they started.
The report is showing everything to do with the client and I only want to show what is the current service the client is receiving.
Data looks like
CID, CName, CAddress, CService, CRoute, CBilling, CBalance
123, Bill, 123 Main, Mon3, 200, 39,0
123, Bill, 123 Main, Mon3, 200, 39,0
123, Bill, 123 Main, Mon3, 200, 39,0
123, Bill, 123 Main, Mon3, 200, 39,0
123, Bill, 123 Main, Mon3, 200, 39,0
123, Bill, 123 Main, Tue1, 200, 39,0
Want to only show only the last value as shown for each client
123, Bill, 123 Main, Mon3, 200, 39,0
You would think that Suppress if duplicated would work but it does not. And the value that might change could be the price or balance. It is not always the CRoute that might changed.
The report shows over 150K rows of data and it really is only about 6K rows of data. The customer data is updated often and values can change. Some customer may have 2 - 3 current services but only started with 1 when they started.