Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
marco_puccetti
Partner - Creator
Partner - Creator

String Formatting

Hello, i need to format a string and i ask you if this syntax could be ok:

Trace "Errore:[ $(errorDetails) :: $(connectorName)]";

Thanks

Marco

1 Solution

Accepted Solutions
Not applicable

Hello Marco.

Yes, it will will work, but I suggest you to remove double quotes in the beginning and at the end. Trace command will parse string "as is", and you will see your double qutes in output;

Regards

View solution in original post

2 Replies
Not applicable

Hello Marco.

Yes, it will will work, but I suggest you to remove double quotes in the beginning and at the end. Trace command will parse string "as is", and you will see your double qutes in output;

Regards

marco_puccetti
Partner - Creator
Partner - Creator
Author

Ok.

Thanks

Marco