Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Using Action Select in Field with Concat

I'm trying to select a field based on the selection of a different data table.  I can get it to work as long as the selection doesnt have a space in it. 

In the attached example of names, they all work except for 'John R'.  That's the only one with a space.  Is there a solution to this or do I need to remove all spaces from my data?

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Works thanks.  What does the double quotes do and what determines placement of them?

View solution in original post

3 Replies
maxgro
MVP
MVP

just add double quotes

='("'&Concat(Distinct Name1Value,'"|"')&'")'

//'('&Concat(Distinct Name1Value,'|')&')'

Anonymous
Not applicable
Author

Works thanks.  What does the double quotes do and what determines placement of them?

maxgro
MVP
MVP

double quotes?

when you have space in values, John R --> "John R"