<?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 Re: Inputsum() functionality in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputsum-functionality/m-p/1184926#M383473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess,&lt;/P&gt;&lt;OL style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;LI&gt;Apart from defining the fields for &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Inputsum() &lt;/SPAN&gt;in scripts, do we have to make any other changes? - &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Where the user input value get saved (according to my understanding it get saved in RAM)? - &lt;STRONG&gt;RAM&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Will these values be in RAM till the server get reboot or my session expires? - Since this is user-application specific, the values &lt;EM&gt;s&lt;SPAN style="text-decoration: underline;"&gt;hould be be cleared off once the &lt;STRONG&gt;session&lt;/STRONG&gt; is over.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2016 06:39:36 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2016-09-28T06:39:36Z</dc:date>
    <item>
      <title>Inputsum() functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inputsum-functionality/m-p/1184925#M383472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I came across Inputsum() and had collected details on the same via Qlik &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/SpecialInputFieldAggregationFunctions/Inputsum.htm?q=InputSum&amp;amp;_ga=1.202148370.2064799174.1443268617"&gt;Help&lt;/A&gt;, &lt;A _jive_internal="true" href="https://community.qlik.com/thread/215449"&gt;community link&lt;/A&gt; and a &lt;A href="http://www.learnallbi.com/how-to-accept-user-input-in-qlikview-dashboards/"&gt;blog&lt;/A&gt;‌, but still curious to know the exact functionality of the function in terms of storing the user entered values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g. :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Prerequisites of InputSum()&lt;/STRONG&gt; : We have to define these fields in the script using InputField command and syntax is as below(refer community link above) :&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;INPUTFIELD Budget1, Budget2, Budget3, Budget4, Budget5, Budget6, Budget7;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD * Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Dim1, Dim2, Budget1, Budget2, Budget3, Budget4, Budget5, Budget6, Budget7&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;A, AA, 0, 0, 0, 0, 0, 0, 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;A, CC, 0, 0, 0, 0, 0, 0, 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;B, AA, 0, 0, 0, 0, 0, 0, 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;B, CC, 0, 0, 0, 0, 0, 0, 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Lets consider the Capital Allocation tab on Credit Risk Analysis &lt;A href="http://us-b.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs%2FCredit%20Risk%20Management.qvw&amp;amp;host=demo11"&gt;demo app&lt;/A&gt; from Qlik where we have pivot table and the values of PD column can be changed i.e. user input.&lt;/P&gt;&lt;P&gt;Below are certain doubts on the implementation/use of Inputsum()&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Apart from defining the fields for &lt;SPAN style="font-size: 13.3333px;"&gt;Inputsum() &lt;/SPAN&gt;in scripts, do we have to make any other changes?&lt;/LI&gt;&lt;LI&gt;Where the user input value get saved (according to my understanding it get saved in RAM)?&lt;/LI&gt;&lt;LI&gt;Will these values be in RAM till the server get reboot or my session expires?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your valuable comments on above and let me know if anything which I had missed to mention here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Punit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 06:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputsum-functionality/m-p/1184925#M383472</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2016-09-28T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inputsum() functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inputsum-functionality/m-p/1184926#M383473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess,&lt;/P&gt;&lt;OL style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;LI&gt;Apart from defining the fields for &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Inputsum() &lt;/SPAN&gt;in scripts, do we have to make any other changes? - &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Where the user input value get saved (according to my understanding it get saved in RAM)? - &lt;STRONG&gt;RAM&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Will these values be in RAM till the server get reboot or my session expires? - Since this is user-application specific, the values &lt;EM&gt;s&lt;SPAN style="text-decoration: underline;"&gt;hould be be cleared off once the &lt;STRONG&gt;session&lt;/STRONG&gt; is over.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 06:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputsum-functionality/m-p/1184926#M383473</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-09-28T06:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Inputsum() functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inputsum-functionality/m-p/1184927#M383474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tresesco, I do have one doubt. Still confusing here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With InputField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Dim1, Dim2, Budget1, Budget2, Budget3, Budget4, Budget5, Budget6, Budget7&lt;/P&gt;&lt;P&gt;A, AA, 0, 0, 0, 0, 0, 0, 0&lt;/P&gt;&lt;P&gt;A, CC, 0, 0, 0, 0, 0, 0, 0&lt;/P&gt;&lt;P&gt;B, AA, 0, 0, 0, 0, 0, 0, 0&lt;/P&gt;&lt;P&gt;B, CC, 0, 0, 0, 0, 0, 0, 0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will get same o/p if we are not using the inputfield, what is the main use of this in Real time. Not the theoritical.please help me&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138951_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 06:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputsum-functionality/m-p/1184927#M383474</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-28T06:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inputsum() functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inputsum-functionality/m-p/1184928#M383475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The script you mention had only the default values and when we use &lt;SPAN style="text-decoration: underline;"&gt;Distribution modes&lt;/SPAN&gt; i.e. &lt;STRONG&gt;+,*,=,/&lt;/STRONG&gt; the values of these Budget fields will get changed.&lt;/P&gt;&lt;P&gt;Yes, will get same output if we don't mention the budget fields as inputfield and Inputsum() will also not work for user input values and will get an error as below :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;IMG alt="community.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138966_community.png" style="float: none; display: block; margin-left: auto; margin-right: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For e.g. : The sheet i had shared above from Qlik demo where PD column has 6% against value 1, 8% against value 2 and so on.&lt;/P&gt;&lt;P&gt;As the expression is defined using Inputsum() it will accept the user values and data across the dashboard will get changed and data i.e. user input values get flushed when session expires(as per &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Tresesco, in above)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 09:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputsum-functionality/m-p/1184928#M383475</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2016-09-28T09:02:12Z</dc:date>
    </item>
  </channel>
</rss>

