Dear Experts,
I've only been using crystal for few days and am already facing the creation of a complex dashboard for our top management. The situation is as follows:
CR XI
I'm using a command to pull the required data from a postgres database. The resultset looks like that:
SaleRef, CustomerID, Field1, Field2, etc
133421 1234
133422 1235
133423 1236
133424 1235
133425 1236
133427 1235
133426 1234
133427 1233
133428 1233
133429 1200
What I need to do is count the number of sales by each customer and then group the results based on the number of sales (Dummy Group which cannot be linked to a field).
So the final result shoould be a table similar to this:
#ofSales Customers
1 1
2 3
3 1
The summary states that there is one customer with one purchase (1200), three customers with two purchases each (1233, 1234, 1236) and one customer with three purchases (1235).
Do you think this is acheivable in crystal at all?
Many Thanks,
Mr.K
I've only been using crystal for few days and am already facing the creation of a complex dashboard for our top management. The situation is as follows:
CR XI
I'm using a command to pull the required data from a postgres database. The resultset looks like that:
SaleRef, CustomerID, Field1, Field2, etc
133421 1234
133422 1235
133423 1236
133424 1235
133425 1236
133427 1235
133426 1234
133427 1233
133428 1233
133429 1200
What I need to do is count the number of sales by each customer and then group the results based on the number of sales (Dummy Group which cannot be linked to a field).
So the final result shoould be a table similar to this:
#ofSales Customers
1 1
2 3
3 1
The summary states that there is one customer with one purchase (1200), three customers with two purchases each (1233, 1234, 1236) and one customer with three purchases (1235).
Do you think this is acheivable in crystal at all?
Many Thanks,
Mr.K