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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan
MVP
MVP

Subfiled with concat in input box.

how to show in input box list

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this:

=Concat(SubField(Comm, '-', 1), ',')

View solution in original post

4 Replies
sunny_talwar
MVP
MVP

Try this:

=Concat(SubField(Comm, '-', 1), ',')

vikasmahajan
MVP
MVP
Author

I want to display this options and in text box  second filed should is display ?

vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
sunny_talwar
MVP
MVP

May be this:

=Concat({<Comm={$(=Chr(39) & vInput & '*' & Chr(39))}>} SubField(Comm, '-', 2), ', ')

vikasmahajan
MVP
MVP
Author

Thanks

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.