Expression was unable to be parsed: Unterminated string

How to solve the issue caused by "ATTIVITA'" there ?

LINKTOFORM("TUTTE_Form",
"ID", [_THISROW].[ID], "FOGLIO", "RED",
"ATTIVITA'", "(RED" &[_THISROW].[PRATIC] & "-" & [_THISROW].[GN] & ") " & [_THISROW].[SOFFER],"App-12345")

that cause this error: Expression was unable to be parsed: Unterminated string

Solved Solved
0 11 227
1 ACCEPTED SOLUTION

Thank you so much to all of you for your help.

I've solved changing the name from ATTIVITA' into ATTIVITA

I've to make some change in my App but now all works properly

View solution in original post

11 REPLIES 11
Top Labels in this Space