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

Return specific field values in text box

Example:  If we have the field NAME which includes the values:  Bob, Mary, Fred and Sue. 

I want to create 4 text boxes that return each of the 4 names.

What's the easiest way to do this?

=MinString(NAME) would return Bob

=MaxString(NAME) would return Sue

But how do I get the middle 2 names, Mary and Fred in their text boxes?

Thank you.

1 Solution

Accepted Solutions
Not applicable
Author

Just found it, never mind.   I can use FieldValue to do this.  I knew it was easy just couldn't find it.

View solution in original post

1 Reply
Not applicable
Author

Just found it, never mind.   I can use FieldValue to do this.  I knew it was easy just couldn't find it.