Skip to main content

Hi,

I would like to make a button visible or not depending on the order type of a Serial Part.

But this is the translated value of the type.

In this example it works with english and spanish but if I want to add the french with “Commande d’achat“ it will generate an error because the text includes a quote.

Is there a solution (like an escape character) to avoid this ?

 

Thank you

Fabrice

Hi Fabrice,

It should be possible to escape the quote and and the condition validator is written to handle this in a variety of ways. 

x = ‘ “ ‘ | “ \” “ | “ ‘ “ | ‘ \’ ‘ 

However, looking into you scenario we have found that this is not working as intended in combination with the expression evaluator. An oversight from our end, and we are now looking into a solution for this. 

Kind regards,

Tobias 


Hi Tobias,

Thank you for your answer.

Please let me know if you find a solution to this problem.

Kind Regards,

Fabrice


Reply