<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using an Input Box for Script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2431941#M96684</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using an InputBox to use the variable in the script, but the variable in the Input Box is defined with an function expression as 'Num(GetFieldSelections(X))' and then in the script Qlik use the text of the function and not the value of the function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What must I do, to have only a value&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2024 14:25:47 GMT</pubDate>
    <dc:creator>Frédéricdh</dc:creator>
    <dc:date>2024-03-18T14:25:47Z</dc:date>
    <item>
      <title>Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2431941#M96684</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using an InputBox to use the variable in the script, but the variable in the Input Box is defined with an function expression as 'Num(GetFieldSelections(X))' and then in the script Qlik use the text of the function and not the value of the function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What must I do, to have only a value&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 14:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2431941#M96684</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-03-18T14:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2431955#M96686</link>
      <description>&lt;P&gt;Did you use a LET statement?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/work-with-variables-in-data-load-editor.htm" target="_blank"&gt;Working with variables in the data load editor | Qlik Sense on Windows Help&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 15:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2431955#M96686</guid>
      <dc:creator>F_B</dc:creator>
      <dc:date>2024-03-18T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432367#M96709</link>
      <description>&lt;P&gt;Yes I use Let but I doesn't work&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 12:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432367#M96709</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-03-19T12:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432371#M96710</link>
      <description>&lt;P&gt;Do you still have the let in your script? Be sure to remove this line from your script.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 12:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432371#M96710</guid>
      <dc:creator>vuan</dc:creator>
      <dc:date>2024-03-19T12:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432422#M96722</link>
      <description>&lt;P&gt;You need any logic which stored the evaluated result as a fix value - maybe with any macro which assigned the value to another variable or which exports it in a text-file or Excel.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 13:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432422#M96722</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-03-19T13:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432430#M96724</link>
      <description>&lt;P&gt;Hello, can you give me a link: how to create a macro and how to export in a text file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 14:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432430#M96724</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-03-19T14:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432479#M96733</link>
      <description>&lt;P&gt;You may use a table-chart without any dimension and just your variable-calculation as expression and then a statement like:&lt;/P&gt;
&lt;P&gt;sub x&lt;BR /&gt;&amp;nbsp; &amp;nbsp;set obj = ActiveDocument.GetSheetObject("CH21")&lt;BR /&gt;&amp;nbsp; &amp;nbsp;obj.ExportEx "D:\test.txt", 1 &lt;BR /&gt;end sub&lt;/P&gt;
&lt;P&gt;to export it as txt or by using 5 or 6 as parameter as xls/xlsx.&lt;/P&gt;
&lt;P&gt;A good source for such stuff is the APIGuide.qvw within your QV install-folder (by automation).&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 15:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432479#M96733</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-03-19T15:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432481#M96734</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I believe if you have a variable vTest = Num(GetFieldSelections(X)), you either need an equals sign at the beginning of your expression or you have to handle your call like this: $(=vTest).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards Son&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 15:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2432481#M96734</guid>
      <dc:creator>PhanThanhSon</dc:creator>
      <dc:date>2024-03-19T15:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433144#M96788</link>
      <description>&lt;P&gt;Hello PhanThanhSon,&lt;/P&gt;
&lt;P&gt;no your solution doesn't work, I have a variable like vTest = GetFieldSelections and in the script I use $(=vTest), but when I load the script, Qlik doesn't find a value for the variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I find a solution for that and I need to use a Button and define a set variable with this button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Frédéric S.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 07:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433144#M96788</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-03-21T07:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433149#M96789</link>
      <description>&lt;P&gt;You will always need an external storing because the variables calculation-result exists only within the UI. As far as the reload is performed the UI is gone and it exists only the scripted parts which is by the variable just the value respectively the calculation-string.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 07:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433149#M96789</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-03-21T07:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433248#M96794</link>
      <description>&lt;P&gt;What is a UI?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 10:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433248#M96794</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-03-21T10:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433319#M96798</link>
      <description>&lt;P&gt;Meant is the user-interface respectively the surface on which all your sheets and objects are. As far as a reload is triggered the UI is removed as well as the underlying data-model and the data. Only script-parts and information which sheets/objects with which properties exists are persisting and are rebuild against the updated data-model if the reload has finished.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 13:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433319#M96798</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-03-21T13:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433562#M96818</link>
      <description>&lt;P&gt;Sorry, I don't understand the part with "&lt;SPAN&gt;Only script-parts and information which sheets/objects with which properties exists are persisting"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 06:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433562#M96818</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-03-22T06:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433577#M96820</link>
      <description>&lt;P&gt;Hello Marcus,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found a solution in the name of a Button and then I make two actions a Set Variable and a Reload.&lt;/P&gt;
&lt;P&gt;And in the script, I wrote this var = $(vvar) and it works&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does that illustrate your comment?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 06:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433577#M96820</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-03-22T06:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433580#M96821</link>
      <description>&lt;P&gt;It means by a reload all data and with it the data-model are dropped and with it also the possibility to access any calculated results against the data as well as accessing any sheets or objects.&lt;/P&gt;
&lt;P&gt;You could comprehend it by opening an application per start-window without data and then storing the application in this state. Then go per file-explorer to the application and you will see that the file has just a few KB (mainly caused by the xml-overhead - the real information is much smaller) and opening the file per editor. That are the available information for the application if a reload is started.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 07:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433580#M96821</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-03-22T07:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433584#M96822</link>
      <description>&lt;P&gt;Yes, of course that's a simple way to write a fixed value into the application-properties and should be working as far as you could perform the reload directly afterwards or if the application could be saved with it.&lt;/P&gt;
&lt;P&gt;I didn't thought on it because I don't use such things in an active way else only automated and all needed information will be written/exported in any kind of files.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 07:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2433584#M96822</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-03-22T07:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2453227#M98158</link>
      <description>&lt;P&gt;Did you fine solution for this. I am working on something similar but donno how to fix&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 13:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2453227#M98158</guid>
      <dc:creator>AT_7</dc:creator>
      <dc:date>2024-05-16T13:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2454445#M98295</link>
      <description>&lt;P&gt;Yes it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 07:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2454445#M98295</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-05-21T07:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2454661#M98321</link>
      <description>&lt;P&gt;please share&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 11:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2454661#M98321</guid>
      <dc:creator>AT_7</dc:creator>
      <dc:date>2024-05-21T11:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Input Box for Script</title>
      <link>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2454670#M98325</link>
      <description>&lt;P&gt;we can make a visioconference and I show you&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 12:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-an-Input-Box-for-Script/m-p/2454670#M98325</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-05-21T12:03:28Z</dc:date>
    </item>
  </channel>
</rss>

