<?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: use inputbox &amp; tablebox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099657#M365017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bro Avin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U saved me again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks bro! it solved my issue!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 08:38:46 GMT</pubDate>
    <dc:creator>jim_chan</dc:creator>
    <dc:date>2016-08-01T08:38:46Z</dc:date>
    <item>
      <title>use inputbox &amp; tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099651#M365011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a table box. user wants to add certain amount (from)input box and (to)input box , then display values that within the from and to. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the expression , i have created into Variable - vTotalAmount. Then i have created to inputbox, and their variables are vFromAmount and vToAmount. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i do not know how to add all these into a script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 07:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099651#M365011</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-01T07:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: use inputbox &amp; tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099652#M365012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133156_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attachment and check properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 07:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099652#M365012</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-08-01T07:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: use inputbox &amp; tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099653#M365013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But my scenario is user wants to key in From and To. not just vTop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 07:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099653#M365013</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-01T07:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: use inputbox &amp; tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099654#M365014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(field_name&amp;gt;vFromAmount and &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;field_name&amp;lt;&lt;/SPAN&gt;vToAmount,&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;field_name)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 07:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099654#M365014</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-08-01T07:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: use inputbox &amp; tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099655#M365015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this???&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133160_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Same concept you can use for "From and To"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 07:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099655#M365015</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-08-01T07:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: use inputbox &amp; tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099656#M365016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well you can't add filter to a table box as it does not take expression. However, the table box will respect any user selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do you mean 'straight table'? If so, you can use set analysis to filter the table expression(s) (best) or use a calculated dimension which uses the from and to values (not ideal for a large data set). If the from and to values are dates, make sure that the date field you are using for the filtering is a numerical QV date value and not a string value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more specific help, I suggest that you upload a small sample qvw that contains some representative data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 08:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099656#M365016</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-08-01T08:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: use inputbox &amp; tablebox</title>
      <link>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099657#M365017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bro Avin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U saved me again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks bro! it solved my issue!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 08:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-inputbox-tablebox/m-p/1099657#M365017</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-01T08:38:46Z</dc:date>
    </item>
  </channel>
</rss>

