Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
| Customer_ID | Products_No |
|---|---|
| 1 | A |
| 1 | C |
| 1 | F |
| 3 | C |
| 3 | F |
| 5 | A |
| 5 | F |
| Customer_ID | A | C | F |
|---|---|---|---|
| 1 | 1 | 1 | 1 |
| 3 | 1 | 1 | |
| 5 | 1 | 1 |
And then find the meaning from a logic like {"if A is not null", sum(F)>sum(C)" then People like to buy A and F at the same time.}
My question is
1. Do I have to transpose to solve my problem? Any better way?
2. How to transpose it?
3. How to apply my logic into QV?
Any help will be much appreciated,
Andy
Good point, Sushil. Thanks. But how to apply my logic to the pivot table? It is not the column total, but a grouped column total. Right?
Hi,
Using Pivot table you can achieve this
Please find the attached sample application.
is this what u are looking for?
HTH
Sushil
Good point, Sushil. Thanks. But how to apply my logic to the pivot table? It is not the column total, but a grouped column total. Right?