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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to use Input Box?

Please,

How to configure an Input Box to use his value in a script??

Thanks.

4 Replies
prieper
Master II
Master II

See the attached

++

Peter

Not applicable
Author

Please Sr, i do not use the professionnal version of Qlikview. I use Personal Edition. I cn't open the attached file.

Please can you describe the content of this file in the message (screenshots and script)

Thanks

llauses243
Creator III
Creator III

Good luck, Luis

brenner_martina
Partner - Specialist II
Partner - Specialist II

Hi,

there are two possible definitions for variables in script:

1) SET variable1 = 'Text like hello world or so';
SET variable2 = Today();
SET variable3 = 200;
SET variable4 = Sum({<set analysis>} Fieldname);
That menas you set the text, number, date or expression (as Text) to the variables

2) LET variable5 = Sum({<set analysis>} Fieldname);
LET variable6 = Today();
you define the variable with the result of the expression = 5,652.23 or 2010-08-25