Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please,
How to configure an Input Box to use his value in a script??
Thanks.
See the attached
++
Peter
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
Good luck, Luis
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