I have been trying to get an icon to become invisible or visible based on whether a property value is between a range within an expression
this is my code
the error_configuration im getting is Error_Configuration(“Runtime Exception: syntax error on token: ‘LESS THAN OR EQUAL TO’ (Line 1, Char 38)”)
Additionally, if i replace the less than and greater than value with 0 it gives me a different error saying Error_CycleDetected I am having a hard time figuring out why this does not work.
Would greatly appreciate any advice
Im binding the visible property of an icon and im trying to have the result of the if statement turn the visibility = 1 if within the range or else = 0 if it isnt within the range.
Yes i am trying to refer it to itself but i cant think of another way to do it
Yes, it has been accomplished i am not fluent in how to structure my scripts, yet but with your help i am one step further. Thank you again for your time.