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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
jumiprado
Creator
Creator

FIND IN A STRING

Hi,

I have a field that takes names but in some cases the values are

NAME1

NAME2

NAME1&NAME2

NAME3

NAME1&NAME2&NAME3

I need to find from another list the names that are in the example and i have to separate this in differentes columns.

Thanks!

Labels (1)
1 Solution

Accepted Solutions
vishsaggi
Champion III
Champion III

Can you show an example values of your field.

You can use like Subfield(Yourfieldname, ',') comma here is a delimiter.

View solution in original post

1 Reply
vishsaggi
Champion III
Champion III

Can you show an example values of your field.

You can use like Subfield(Yourfieldname, ',') comma here is a delimiter.