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: 
stefano_pernat
Contributor II
Contributor II

Script reload after setting a variable

Hi all,

I have various xls file to load grouped by year, is it possible in QlikView to run a script after setting the year in an input box?

Stefano.

1 Reply
maxgro
MVP
MVP

from QlikView online help

Input(str cue [, str caption])

This function can be used in the script only and opens an input box that prompts the user for a value during the script execution. The parameters cue and caption are used as message and caption texts, respectively. The function returns the entered value.

The input box function returns NULL if the dialog is cancelled, closed or cannot be shown.