Hi
I have a quick question about if statement
this is what I want to do:
If [Value] >1 then ">1"
else [Value]
end
(this shows me an error)
so I want when the value is less than 1 to show >1 otherwise I want the value to show
Thanks
8 answers
Thank you
also since this is related question I thought I'd ask it here
I want the shape to show only if the value is between 0-95 but it did not the shape always shows when I use the code above.