Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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
Solved! Go to Solution.
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)