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

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Relation errors

KB_9100625
4-Participant

Relation errors

I am getting this relation error on a few lines and i cant pinpoint why

KB_9100625_0-1658774510571.png

left and right sides are incompatible

 

1 ACCEPTED SOLUTION

Accepted Solutions

I think you should try removing the quotes around the right hand side of the equation, assuming PROPRIETARY is a yes/no parameter. If it's a string, you would need quotes.

 

 

View solution in original post

3 REPLIES 3

I think you should try removing the quotes around the right hand side of the equation, assuming PROPRIETARY is a yes/no parameter. If it's a string, you would need quotes.

 

 

KB_9100625
4-Participant
(To:Tdaugherty)

That was exactly it! thank you!

Also, if it is a yes/no parameter, you can just use the code:

 

IF PROPRIETARY

  NOTICE_PROPRIETARY_SHORT="text if it is true"

ENDIF

 

since that would make the PROPRIETARY parameter the equivalent of a boolean in any other language.

Top Tags