Forum Discussion
KaySunset
2 years agoHelper II
Dynamic slicer values
Hi everyone, I am looking for a solution to dynamically enter "from -> to" - values to filter a table. In the following screenshot, you can see a very simplified version of what I already got a...
- 2 years ago
I found out the solution, see the file attached.
I had to change the datatype of #OrdersPerCust to fixed decimal number and modify the expression to generate a parameter to make sure it doesn't go over two decimal values.
Kaviraj11
2 years agoSolution Sage
I found out the solution, see the file attached.
I had to change the datatype of #OrdersPerCust to fixed decimal number and modify the expression to generate a parameter to make sure it doesn't go over two decimal values.
KaySunset
2 years agoHelper II
That works well, many thanks 🙂