Forum Discussion
A_Murray
3 years agoNew Member
Variable (from a slider) in a new column calculation
Looking for help with building a % slider that changes column calculations. So for example a column that shows a variance where if( [Col X] > ([Col Y] * variable), 1, 0). "Variable" in this inst...
- 3 years ago
Here is an example of what you are trying to achieve. I believe.
You have to use the Value Measure that is created because that returns the selected value form the slider.
Hope I make sense.