hi guys
its probably simple, but i’m lost in logic. how to map fixed values for multiranges?
I get my statesNR as value > I want for stateNR from 0 to 3 to output constant/non-proportional value X, from stateNR from 4 to 25 to output constant value Y, from state 10 to 99 to output constant value Z.
I would just make a map value, use all your ranges, than figure out wich one to use. But your mapping will not be that smooth with these large integers. Hope it helps (a bit).
Hi West, thanks
here is my another try
Question 1 - could it be more simple?
Q2- why my default value is not 111, but 222 (e.g. empty range between 5 and 7) ?