Page 1 of 1

Performance Modeler - Expression Syntax

Posted: Fri Oct 20, 2017 1:07 pm
by emanuelarico
Hi everyone,
I am doing some test projects with Performance Modeler, and I would like to know if someone know where I can find a syntax guide for the expressions that you find inside the "Maps" tab for the "Calculated Column" when you edit a Link.
I was able to concatenate strings, but it looks is not working for integers and arithmetic operations.
Thank you in advance!

Re: Performance Modeler - Expression Syntax

Posted: Fri Oct 20, 2017 3:17 pm
by Wim Gielis
emanuelarico wrote: Fri Oct 20, 2017 1:07 pm I was able to concatenate strings, but it looks is not working for integers and arithmetic operations.
Thank you in advance!
Concatenation with the pipe character requires 2 strings. Therefore non numeric components need to be converted to strings and then concatenated. The function Str is a possibility.