<?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: Input Box with Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507734#M436416</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try this extension as well.&lt;/P&gt;&lt;P&gt;&lt;A href="Qlik Branch" target="_self"&gt;https://developer.qlik.com/garden/56728f52d1e497241ae697f8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Nov 2018 06:52:28 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2018-11-16T06:52:28Z</dc:date>
    <item>
      <title>Input Box with Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507665#M436410</link>
      <description>&lt;P&gt;I have created 2 input boxes for Date ranges ,used 2 variable vMinDate and vMaxDate. Now how can I tie that to the straight table. I am using the below expression in the straight table.&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;date = {"$(='&amp;gt;=' &amp;amp; $(vMinDate) &amp;amp; '&amp;lt;=' &amp;amp; $(vMaxDate))"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Can someone pls let me know what am I missing here ?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 03:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507665#M436410</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2018-11-16T03:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box with Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507668#M436411</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You should be able to simplify the expression to this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Sum( { &amp;lt;date={"&amp;gt;=$(vMinDate)&amp;lt;=$(vMaxDate)"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the field &lt;STRONG&gt;date&lt;/STRONG&gt; is a proper date-field with dual values so all the values has both a format and the date-serial number AND both the variables also are dual valued then the above expression should work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It will also work if the field &lt;STRONG&gt;date&lt;/STRONG&gt; is a pure number and the &lt;STRONG&gt;vMinDate&lt;/STRONG&gt; and &lt;STRONG&gt;vMaxDate&lt;/STRONG&gt; are pure numbers too - without any date formatting applied.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Be aware that both Max() and Min() strips off any date formatting so the Date() function has to be used to reapply any formatting if you want to keep formatting in the variables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 03:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507668#M436411</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-11-16T03:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box with Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507681#M436412</link>
      <description>&lt;P&gt;Thanx also how can I use the Input Box in Qlik Sense&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 05:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507681#M436412</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2018-11-16T05:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box with Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507720#M436413</link>
      <description>&lt;P&gt;If you run or upgrade to the latest release of Qlik Sense which is November 2018 an input variable extension is included as a part of the extension pack that comes with the software.&amp;nbsp;You can find description of it here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Visualizations/DashboardBundle/variable-input.htm" target="_self"&gt;Qlik online Help&amp;nbsp;on Input Variable&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For earlier releases you can download the qsVariable extension and install it manually from Github:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/erikwett/qsVariable" target="_blank"&gt;https://github.com/erikwett/qsVariable&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Github version is the same extension has been included into the latest Qlik Sense by the way - written by Erik Wetterberg...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 06:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507720#M436413</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-11-16T06:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box with Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507722#M436414</link>
      <description>&lt;P&gt;If you find my replies helpful please click like on any or all of them as it is the only way we get any credit on this new Community site.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 06:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507722#M436414</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-11-16T06:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box with Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507734#M436416</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try this extension as well.&lt;/P&gt;&lt;P&gt;&lt;A href="Qlik Branch" target="_self"&gt;https://developer.qlik.com/garden/56728f52d1e497241ae697f8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 06:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-with-Straight-Table/m-p/1507734#M436416</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-11-16T06:52:28Z</dc:date>
    </item>
  </channel>
</rss>

