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.