on ‎2024 May 30 6:21 AM
Dear Experts,
I m working on a Customer payment performance report in which a customer is assigned multiple distribution channels. In the report, the functional consultants have fixed the distribution channels '02' '07' and '10'. So in my select query, I have filtered the customers by distribution channels '02', '07' and '10'. Now as per the consultants requirement, customers having distribution channels '03' and '10' should not be displayed. But since distribution channel - '10' is included in select query, this customer is also displayed. Please see screenshot below. So how can the customer with distribution channel '03' and '10' be excluded?
Request clarification before answering.
Could you reformulate, did you actually input a list of channels to display AND a list of channels to hide (an not a single select-options/range) 🤔
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So Constultant wants customer with channels 02, 07 or 10 for customer who don't handle both 03 and 10. Try to add some subquery (where not exists) to exclude those customers.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.