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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

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.
1 Solution

Accepted Solutions
sunny_talwar

Try this:

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

View solution in original post

4 Replies
sunny_talwar

Try this:

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

vikasmahajan
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

May be this:

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

vikasmahajan
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.