Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a Table chart with two dimensions (Region, Person) and 3 expressions (Sales,Customers,Money)
Region | Person | Sales | Customers | Money |
---|---|---|---|---|
A | Alfred | 500 | 35 | 38000 |
B | Alfred | 750 | 20 | 25000 |
C | Alfred | 250 | 15 | 30000 |
A | Berta | 150 | 25 | 21000 |
B | Berta | 200 | 25 | 31000 |
D | Charlie | 100 | 10 | 15000 |
E | Charlie | 150 | 22 | 12000 |
and so on..
Is there any possibility to create a button or Input Box, so that only Sales/Costumers/Money above/below a certain value are displayed?
Thanks and best Regards!
Alexander
Try this application in the attachment, with the help of variables, buttons and set analysis. this can be achieved.
Try this application in the attachment, with the help of variables, buttons and set analysis. this can be achieved.
Thanks Eddie,
that is exactly what I was looking for!
Regards Alex