Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to add following condition: check if any particular client has less that N (variable that I enter) records in any given month, and then take off this client from the table completely.
Please see my attached file.
Thanks,
Here you go.
Cool!!!
Thanks,
Hi again,
I find out it doesn't work as I want. It removes only in this month.
You can check it, if you select small number like 5, 10. It keeeps this client, but hides in month.
Cheers,
Any ideas???
What result are you expecting to see? If any value in the data is less than the input, hide the client?
Yes, If any value in the data less than the input, take the client off from the table.
See attached Captures
Maybe we should work on Dimension level?
Or use flag condition?
???
Here is what I have so far. I got the flag to work, but haven't yet figured out how to make it so that the client is conditional on the flag's result... Hmm.