Replace values '1' in column by values > 1 in the same column
So, how can i replace 1 by 2,5? 2,5 is dynamic...
Replace values '1' in column by values > 1 in the same column
So, how can i replace 1 by 2,5? 2,5 is dynamic...
You can probably set 1 to 0, use a StatisticsCalculator to get the min/max, and then set the attribute to the max.