Using apostrophe and function together
Posted: Thu Jul 04, 2013 7:39 am
Hello,
I have a problem with evaluation this expression in my report:
In this case I get error:
The error of compilation is found in the 'Report' report:
The name 'Trim' does not exist in the current context
Problem is connected with using of apostrophe and function together.
Is there any escape sequence? Can you help me?
Thank you.
I have a problem with evaluation this expression in my report:
Code: Select all
Value: '{Trim("aaa ")}'
The error of compilation is found in the 'Report' report:
The name 'Trim' does not exist in the current context
Problem is connected with using of apostrophe and function together.
Is there any escape sequence? Can you help me?
Thank you.