Hi
Is there a way to use pivotby and filter based on the total if it is greater than a specified number?
Sample data:
I want to return any client where the total amount for each client exceeds 100. Therefore, the result will only show client B.
Thanks
Is there a way to use pivotby and filter based on the total if it is greater than a specified number?
Sample data:
Client | Amount |
A | 10 |
A | 20 |
A | 15 |
B | 50 |
B | 80 |
B | 30 |
I want to return any client where the total amount for each client exceeds 100. Therefore, the result will only show client B.
Thanks