Forum Discussion
Anonymous
7 years agoNot applicable
stock column values
Hello ,
I want to search the number of customers who have buy in month september but not in octobre .
I didnt know how to stock the ID of customers how have already buy something in september to verify after if they have also buy somthing in octobre
| ID CUSTOMER | sptembre | Octobre |
| 3 | 1 | 0 |
| 2 | 1 | 0 |
| 2 | 0 | 0 |
| 3 | 0 | 1 |
In my case choulf only 1 ( the custumor number 2)
2 Replies
- Greg_DecklerCommunity Champion
You should probably pivot/unpivot your month columns and then it should be relatively trivial.
- v-frfei-msftCommunity Support
Hi Anonymous,
Has your issue been solved? If so, kindly mark the answer as a solution to close the case. If any other question, feel free to let me know please.
Regards,
Frank