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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

input box selection of multiple fileds

Dear All,

I have input box with 2 fields Comm & ShortComm  While accepting data from user I want to display Comm & when user

select Remove Backup  the ShortComm values i.e (1,2,3,4) should stored into variable how to do this  ?

Thanks in Adv

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.
14 Replies
vikasmahajan
Author

Thanks Jagan , I have vinput1 .. to 100 variables , creating again 100 variables will not be right approach is there any way without using another variables  ??

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.
sasikanth
Master
Master

HI,

Variable trigger -->on input--> Set a variable -->

Values exp: =Only({<Comm={'$(vInput)'}>} ShortComm)

PFA

vikasmahajan
Author

I want to achieve the requirement using input box only.

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.
sasikanth
Master
Master

PFA,

Same variable used here

vikasmahajan
Author

thanks i will check and get back you

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.