<?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 and Load Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272018#M400038</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;thanks tried both but no success&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2017 13:08:42 GMT</pubDate>
    <dc:creator>jagjivvt</dc:creator>
    <dc:date>2017-02-16T13:08:42Z</dc:date>
    <item>
      <title>Input Box and Load Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272016#M400036</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;i need to load data that has a field Date and Time. i have created an input box where i insert the date and time and using where clause in the load script i have a variable. however when applying this it does not load any data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActivityDate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 06/02/2017 15:01:30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data has various dates in the file and only want to load the rows that are greater then the above date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the load script is have right "Where ActivityDate&amp;gt;'$vActive';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 15:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272016#M400036</guid>
      <dc:creator>jagjivvt</dc:creator>
      <dc:date>2017-02-14T15:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box and Load Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272017#M400037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;May be try this?&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;Where Date(Date#(ActivityDate, 'MM/DD/YYYY hh:mm:ss' ), '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MM/DD/YYYY hh:mm:ss&lt;/SPAN&gt;') &amp;gt; '$(vActive)' ; &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;OR This?&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Where Date(Date#(ActivityDate, 'MM/DD/YYYY hh:mm:ss' ), '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MM/DD/YYYY hh:mm:ss&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;') &lt;/SPAN&gt; &amp;gt; Date(Date#('$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vActive&lt;/SPAN&gt;)' , 'MM/DD/YYYY hh:mm:ss'), 'MM/DD/YYYY hh:mm:ss')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 15:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272017#M400037</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-14T15:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box and Load Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272018#M400038</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;thanks tried both but no success&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 13:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272018#M400038</guid>
      <dc:creator>jagjivvt</dc:creator>
      <dc:date>2017-02-16T13:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box and Load Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272019#M400039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your app you are working on, when i used my test data it worked fine. It would be easy if i can look into your app to work on? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 13:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272019#M400039</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-16T13:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box and Load Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272020#M400040</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;please see attached qvw and the excel workbook&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 16:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272020#M400040</guid>
      <dc:creator>jagjivvt</dc:creator>
      <dc:date>2017-02-16T16:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box and Load Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272021#M400041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this by changing your excel path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep changing your variable dates and reload. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 16:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272021#M400041</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-16T16:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box and Load Data</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272022#M400042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , this works perfect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 16:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-and-Load-Data/m-p/1272022#M400042</guid>
      <dc:creator>jagjivvt</dc:creator>
      <dc:date>2017-02-16T16:51:36Z</dc:date>
    </item>
  </channel>
</rss>

