Hi, everybody.
I have an item which return numeric type value: 0,1 or 2-10000 and I want create my value map rule which will do the next: 0=>OK, 1=>BAD, 2-10000=>NOTFOUND.
How can I do it? Can i use '2-10000' or i should write for every number from 2 to 10000: 2=>NOTFOUND, 3=>NOTFOUND,...,10000=>NOTFOUND?
I have an item which return numeric type value: 0,1 or 2-10000 and I want create my value map rule which will do the next: 0=>OK, 1=>BAD, 2-10000=>NOTFOUND.
How can I do it? Can i use '2-10000' or i should write for every number from 2 to 10000: 2=>NOTFOUND, 3=>NOTFOUND,...,10000=>NOTFOUND?
Comment