Skip to main content
1-Visitor
April 10, 2015
Solved

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

  • April 10, 2015
  • 1 reply
  • 1028 views

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.
Best answer by dschenken

There is an AND operator "&"

1 reply

dschenken1-VisitorAnswer
1-Visitor
April 10, 2015

There is an AND operator "&"

dcaucutt1-VisitorAuthor
1-Visitor
April 13, 2015

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

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