<?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 For discussion: Inputfields and simulations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205794#M62133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg and Gordon&lt;/P&gt;&lt;P&gt;Your advice has been very helpful. Luckily, the inputfield data is strictly for simulation and can be discarded as we do not have much control about how new data is loaded.&lt;/P&gt;&lt;P&gt;Do any of you have a simulation script you can load as an example? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2009 18:15:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-05T18:15:27Z</dc:date>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205789#M62128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;The users of my QlikView application are examining the chance of using QlikView to do simulations for What-If scenarios. For one particular application in shipping, users want to be able to change the estimated spending field for various expenses and to see how these revisions affect the budget.&lt;/P&gt;&lt;P&gt;I have experimented a couple of times with an input box but it seems like one must use inputfield when loading in the script. As my script is reloaded every evening, I am unsure as to how to handle an inputfield in a table as the row numbers are changing all the time. My table has fields like:&lt;/P&gt;&lt;P&gt;_KEY, G/L account, Estimated spending, Budget, Actual&lt;/P&gt;&lt;P&gt;My solution would call for inserting an inputfield called "Estimated spending revised" which can be used as a basis for calculating other information and trust to the unique key to keep track of an input field.&lt;/P&gt;&lt;P&gt;Does anyone have experience or am developing apps with inputfields or simulations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 15:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205789#M62128</guid>
      <dc:creator />
      <dc:date>2009-10-02T15:41:22Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205790#M62129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about declaring variables that are tied to input boxes? The variables could be preset with default values and the user simply changes them to see the effects where the variable contents are used in expressions in a pivot table, for example.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 17:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205790#M62129</guid>
      <dc:creator />
      <dc:date>2009-10-02T17:49:05Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205791#M62130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon&lt;/P&gt;&lt;P&gt;I have about 30 G/L accounts which would require input boxes then. hmm, I think I should try that out and see how it works. Have you scripted inputfields in any of your applications?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 17:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205791#M62130</guid>
      <dc:creator />
      <dc:date>2009-10-02T17:59:42Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205792#M62131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I use it in a couple of documents. For example for a user to test the effects on margins if rates were to change (and also to condition text colors etc). In the expression, a variable such as vRate is simply referred to as vRate (no bracketing or $ signs required.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 18:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205792#M62131</guid>
      <dc:creator />
      <dc:date>2009-10-02T18:27:11Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205793#M62132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeanne,&lt;/P&gt;&lt;P&gt;I have some experience with inputfields and simulations. Your concern about new records coming in all the time is absolutely correct.&lt;/P&gt;&lt;P&gt;I'm trying to position my "Simulation" functionality as "play and discard", for that same reason. If you have to keep the entered values for long periods of time, you need to do one of the following:&lt;/P&gt;&lt;P&gt;1. Either ensure that your data is loaded with chronological order - newer rows are always appended at the end and no deletions are allowed ( I know, this is pretty hard to do).&lt;/P&gt;&lt;P&gt;2. Or, try to extract the entered values into an external text file and apply saved values during the reload. Yiou can extract inputfield values using macros.&lt;/P&gt;&lt;P&gt;good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2009 05:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205793#M62132</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-10-03T05:53:30Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205794#M62133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg and Gordon&lt;/P&gt;&lt;P&gt;Your advice has been very helpful. Luckily, the inputfield data is strictly for simulation and can be discarded as we do not have much control about how new data is loaded.&lt;/P&gt;&lt;P&gt;Do any of you have a simulation script you can load as an example? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 18:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205794#M62133</guid>
      <dc:creator />
      <dc:date>2009-10-05T18:15:27Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205795#M62134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeanne,&lt;/P&gt;&lt;P&gt;I've done a budget application, were I had the same issue with assosiating the loaded values correctly. Our solutions was simply to write them down, and then reread (and reset) when reloading.&lt;/P&gt;&lt;P&gt;So the user enter some values, when he is done, he presses save. Save uses a macro to generate a csv containing the new data set (I added a datestamp to the name, so I had the history).&lt;/P&gt;&lt;P&gt;Then when reloading, you load the newest file, and reset the values in your input fields (there was some trick here with the reset, that I can't remember). And voila you have the adjusted numbers.&lt;/P&gt;&lt;P&gt;Hope I understood you right &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 19:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205795#M62134</guid>
      <dc:creator>tseebach</dc:creator>
      <dc:date>2009-10-05T19:44:07Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205796#M62135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Torben, how did you reset the input fields during reload? A macro activated on reload doesn't work on the server.&lt;/P&gt;&lt;P&gt;/Maja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 19:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205796#M62135</guid>
      <dc:creator />
      <dc:date>2009-11-26T19:29:06Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205797#M62136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Maja,InputField are reset automatically during reload.&lt;/P&gt;&lt;P&gt;Inputfield is a property of a field. Default value for the field is set during the reload...&lt;/P&gt;&lt;P&gt;I guess what Torben said is that saving the inputfield in a csv file was used to retrieve the previously updated values.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 19:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205797#M62136</guid>
      <dc:creator />
      <dc:date>2009-11-26T19:33:55Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205798#M62137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My inputfields does not reset automatically during reload. I have confirmed in several posts in the forum that inputfields survive reload. So my question is how do I reset them without using a macro? I have QlikView 8.5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 19:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205798#M62137</guid>
      <dc:creator />
      <dc:date>2009-11-26T19:41:23Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205799#M62138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exact, I remember that I saw something on the non reset of inputfields...&lt;/P&gt;&lt;P&gt;Am I wrong ? Should not they be reset ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 19:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205799#M62138</guid>
      <dc:creator />
      <dc:date>2009-11-26T19:53:04Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205800#M62139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the input fields retain their values. There was another post which suggested to seth the field to NULL first while loading the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 21:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205800#M62139</guid>
      <dc:creator>vidyut</dc:creator>
      <dc:date>2009-11-26T21:44:08Z</dc:date>
    </item>
    <item>
      <title>For discussion: Inputfields and simulations</title>
      <link>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205801#M62140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't really understand that post. Ii thought that only worked with variables. I'm not sur that I understand it correctly because I can't get that to work. For me it creates a new variable instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 21:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-discussion-Inputfields-and-simulations/m-p/205801#M62140</guid>
      <dc:creator />
      <dc:date>2009-11-26T21:48:53Z</dc:date>
    </item>
  </channel>
</rss>

