Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

How Input Box is different from List Box? How to Create a program to take in Orderid in a input box and display all other fields from all the tables.


Hey,


How Input Box is different from List Box? How to Create a program to take in Orderid in a input box and display all other fields from all the tables.


Thanks.

1 Reply
sundarakumar
Specialist II
Specialist II

Input box is soemthing which will get a values for variables. This variable is then used in the chart's dimension or expression so basically it renders chats according to user input.

for eg, if we have a req llike u want to show only the values of orderid that is being given by a user u can create a calculated dimension like

if(Orderid=vInputBoxVariable,Orderid)

which will return only one order id

in expression u would write the other fields , ie info of the order id..

Hope this helps..

-Sundar