Forum Discussion
Is there an easy way for user input?
- 1 year ago
Native slicers do not support this functionality. However, some custom visuals allow writeback, enabling users to input numbers freely, though they can be costly due to the underlying architecture. Additionally, using a slider may not be ideal, as it can become buggy with a large number of values to choose from. Instead, I would add an extra column to the numeric parameter table that converts the Value column to text, allowing the slicer’s search option to be used.
Well that thus means there is no way a user can "store" a number that can be used in a calculation.
So the answer for me would be this is not possible.
Native slicers do not support this functionality. However, some custom visuals allow writeback, enabling users to input numbers freely, though they can be costly due to the underlying architecture. Additionally, using a slider may not be ideal, as it can become buggy with a large number of values to choose from. Instead, I would add an extra column to the numeric parameter table that converts the Value column to text, allowing the slicer’s search option to be used.
- rpinxt1 year ago
Solution Sage
Ok thanks. Might be an option if I also can key in the value en it just finds it in the table.
Let me try that out. Think it will be the only solution.
Thanks.