FT View ME Expression

Adam303

Lifetime Supporting Member
Join Date
Aug 2009
Location
Chicago
Posts
587
Hi Guys can anyone tell me why this expression does not want to validate, I can't seem to get it right I'm doing Visibility.

untitled.JPG
 
Last edited:
I'm no expression expert..I seem to always have problems with them but try placing ({.....}=1) or ({....}=2) and ({.....}=3) then ...

Hope you get what I am trying convey with adding the ()
 
I think that the parentheses force evaluation of the operators inside them.

I suspect the Expression engine is a left-to-right solver that grabs the first TRUE or FALSE result it gets and wants to move to the next part of If/Then/Else.

Forcing the evaluation of the operators makes the expression engine continue to evaluate until it gets to the outside set of parentheses before it declares an expression to be True or False.
 

Similar Topics

Hey everyone, I am trying to right an expression in FTView and getting syntax errors. If {[PLC]System.Auto} Then 1 OR If {[PLC]System.Estopped}...
Replies
2
Views
584
I have 3 groups of users under security settings. i want a button to be visible when group1 or group3 logged in, and invisible when group2 is...
Replies
5
Views
1,273
I need help understanding what this expression is doing. specifically the (&8192) portion. This is in a visibility animation on a label in RSView...
Replies
3
Views
1,152
G'day all, I'm trying to set up interlock display in FTView (ME, but should apply to SE when I convert to that) in a manner which makes my...
Replies
5
Views
2,589
G'day all. I have an string display object that uses the CurrentUserName expression. For the sake of saving time, I use robot operator's initials...
Replies
2
Views
1,811
Back
Top Bottom