<?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 Inputfield &amp; InputSum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211295#M65607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Currently I am working on InputField and InputSum.&lt;/P&gt;&lt;P&gt;If any one have the demo app on InputField and InputSum then pls share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2011 11:29:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-12T11:29:32Z</dc:date>
    <item>
      <title>Inputfield &amp; InputSum</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211295#M65607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Currently I am working on InputField and InputSum.&lt;/P&gt;&lt;P&gt;If any one have the demo app on InputField and InputSum then pls share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 11:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211295#M65607</guid>
      <dc:creator />
      <dc:date>2011-04-12T11:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield &amp; InputSum</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211296#M65608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Upendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check the documentation in regards to those subjects. The most simple way is creating the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;INPUTFIELD Amt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Code, Amt&lt;/P&gt;&lt;P&gt;A, 100&lt;/P&gt;&lt;P&gt;B, 200&lt;/P&gt;&lt;P&gt;C, 300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create a new chart, select pivot or straight table, set Code as dimension and the following as expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;InputSum(Amt)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will see how the total changes. In short, each field declared in the load script as an inputfield needs an InputSum() aggregation function instead of a Sum() to change its value in a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see all available values for Amt, create a listbox and you will see how the cursor changes when you hover the values, so you can change them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 11:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211296#M65608</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-12T11:44:20Z</dc:date>
    </item>
    <item>
      <title>Inputfield &amp; InputSum</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211297#M65609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you for the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I use the InputSum with other functions or If statement? Because I am not able to edit the InputField when I use the If statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 13:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211297#M65609</guid>
      <dc:creator />
      <dc:date>2011-04-12T13:11:30Z</dc:date>
    </item>
    <item>
      <title>Inputfield &amp; InputSum</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211298#M65610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;InputSum(If(Field &amp;gt; 10, Amt))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That will return 0 if the Field has not a value greater than 10. Anyway, you can always change values in the listbox of Amt.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 13:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211298#M65610</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-12T13:24:16Z</dc:date>
    </item>
    <item>
      <title>Inputfield &amp; InputSum</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211299#M65611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 06:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211299#M65611</guid>
      <dc:creator />
      <dc:date>2011-04-13T06:17:32Z</dc:date>
    </item>
    <item>
      <title>Inputfield &amp; InputSum</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211300#M65612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can the same can be done, but using LOAD from the file say XL sheet, and not INLINE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 06:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211300#M65612</guid>
      <dc:creator />
      <dc:date>2011-10-11T06:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield &amp; InputSum</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211301#M65613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It always takes the same form, as in the code above. I have reformatted it to be readable in the new forums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;INPUTFIELD FieldName;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD FieldName&lt;/P&gt;&lt;P&gt;FROM Excel.xls;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 17:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211301#M65613</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-11T17:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield &amp; InputSum</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211302#M65614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I did the same but not working. Strange thing is that it was working few months back, Same script not working now, particularly while loading from XL. INLINE is still working. I have already posted the query in a seperate thread. Please refer the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/36665?tstart=30"&gt;http://community.qlik.com/thread/36665?tstart=30&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be a great help to me if you can show some light on it. Best Regards. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 04:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-InputSum/m-p/211302#M65614</guid>
      <dc:creator />
      <dc:date>2011-10-12T04:55:12Z</dc:date>
    </item>
  </channel>
</rss>

