Hi,
We seem to be having a super weird error with a very simple function using mid / len / trim.
The function is validated (by clicking on validate) and 'evaluate expression' gives out the correct result in process/object studio, every time (on multiple computers, with different settings etc.)
However, when run outside of process/object studio, it always produces an error - 'failed to evaluate expression (...) - unexpected ) in parameters'
The function is super simple (attached a pic as well)
Mid(Trim([dataItem1]), "1", (Len(Trim([dataItem1]))/2))
Any ideas?