I have a table with repeat customers,
It should only appear on this list once
How do I find repeating Customers?
Then I show only one of them
Any idea help me to do?
I have a table with repeat customers,
It should only appear on this list once
How do I find repeating Customers?
Then I show only one of them
Any idea help me to do?
The if-then-else column will contain a list of unique CustomerIDs, and can be used as a filter.
You are missing the RowID column, which means that both your single value and if-then-else columns are wrong.
Please follow the steps that I gave you carefully.