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: 
Anonymous
Not applicable

Inputbox on server

I have tried getting the value from user as follows, where user can enter region

Let vRegion = Input('Enter Region','Region');

It works on my machine, but after deploying to server no input box is displayed.

Please suggest

3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

This function only works in script, because while reloading or executing the script it asks for user input.

It wont work on accesspoint or reload through the QMC.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Is there any way to do this on accesspoint

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You can use the inputbox object instead of this to take input from user on accesspoint.

Check below link for more help.

Input Box ‒ QlikView

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!