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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adding a "string" to an expression in a title

I' a newbie, so I may have the terms wrong.

I need to add a string in between two calculated values like below:

=GetFieldSelections([Type]) & " See Also: " & GetFieldSelections([Sale Target])

I've tried & and "+". Neither seem to work. I know this is no brainier, but....

Leslie

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Can you try a single quote instead of a double?

Regards,

Dinesh.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Can you try a single quote instead of a double?

Regards,

Dinesh.

Not applicable
Author

yep. thanks!