cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

It is possible to use "AND"/"OR" functions in Pro/Program?

dcaucutt
1-Newbie

It is possible to use "AND"/"OR" functions in Pro/Program?

In excel you can use an "AND"/"OR" function like this:

AND(xxx=1,xxx=2)

Is this possible in Pro/program? How? I cannot get it to work.

Thanks


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
ACCEPTED SOLUTION

Accepted Solutions

There is an AND operator "&"

View solution in original post

2 REPLIES 2

There is an AND operator "&"

Thanks "operator" was the key word I needed to search. This is what I found:

logical comparison: & (and), | (or), ! (not)

Announcements


Top Tags