<?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: EXCEL import data filtering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709602#M1074096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Simen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT UZAVRENEOBDOBI &lt;/P&gt;&lt;P&gt;FROM "rsv2_stav".dbo."qryUzavreteObdobie";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tempMax:&lt;/P&gt;&lt;P&gt;Load max(UZAVRENEOBDOBI) as maxUzavreneObdobi&lt;/P&gt;&lt;P&gt;resident qryUzavreteObdobie;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vUzavreneObdobi = peek('maxUzavreneObdobi',0,'tempMax');&lt;/P&gt;&lt;P&gt;drop table tempMax;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ...., Obdobie, ....&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[source file]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels)&lt;/P&gt;&lt;P&gt;where Obdobie &amp;gt; Date#('$(vUzavreneObdobi)','DD.MM.YYYY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No data &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 14:38:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-04T14:38:16Z</dc:date>
    <item>
      <title>EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709595#M1074089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a QV project with data import from EXCEL via script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the load statement like this and it works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ....., OBDOBIE, ....&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[source file]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels)&lt;/P&gt;&lt;P&gt;where OBDOBIE &amp;gt; Date#('1.6.2014','DD.MM.YYYY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to improve automation of this statement, because the value for condition &amp;gt; '1.6.2014' I can get from another statement in the same script, connected to a SQL database:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT UZAVRENEOBDOBI &lt;/P&gt;&lt;P&gt;FROM "rsv2_stav".dbo."qryUzavreteObdobie";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement works fine too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to use the result of Max(UZAVRENEOBDOBI), which is&amp;nbsp; '1.6.2014 0:00:00', for my load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 13:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709595#M1074089</guid>
      <dc:creator />
      <dc:date>2014-08-04T13:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709596#M1074090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dusan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd simply right this value to a variable using SET or LET and then do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ....., OBDOBIE, ....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[source file]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where OBDOBIE &amp;gt; vVariable;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;BR /&gt;Marius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 13:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709596#M1074090</guid>
      <dc:creator />
      <dc:date>2014-08-04T13:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709597#M1074091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you load the SQL Table order by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OBDOBI&lt;/SPAN&gt; Descending.&lt;/P&gt;&lt;P&gt;Then use the PEEK function (which can return the first loaded value which in the aboove case will be the MAX value of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OBDOBI&lt;/SPAN&gt; ) to store it in a variable. &lt;/P&gt;&lt;P&gt;After this use the variable in the excel condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 13:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709597#M1074091</guid>
      <dc:creator />
      <dc:date>2014-08-04T13:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709598#M1074092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use of variable was the first thing I did, but without success &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the SQL-statemet I used:&lt;/P&gt;&lt;P&gt;set vUzavreneObdobi = max(UZAVRENEOBDOBI);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the load statemet from EXCEL I used:&lt;/P&gt;&lt;P&gt;where Obdobie &amp;gt; Date#($(vUzavreneObdobi),'DD.MM.YYYY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No success, script error:&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;UZAVRENEOBDOBI&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion ? Maybe wrong syntax ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709598#M1074092</guid>
      <dc:creator />
      <dc:date>2014-08-04T14:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709599#M1074093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot declare a variable like this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is how you should do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tempMax:&lt;/P&gt;&lt;P&gt;Load max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;UZAVRENEOBDOBI&lt;/SPAN&gt;) as max&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;UzavreneObdobi &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;resident &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;qryUzavreteObdobie;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vUzavreneObdobi = peek('max&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;UzavreneObdobi',0,'tempMax');&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;drop table tempMax;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the variable in your load&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;where Obdobie &amp;gt; Date#('$(vUzavreneObdobi)','DD.MM.YYYY');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;SKG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709599#M1074093</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-08-04T14:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709600#M1074094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Simen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should I put tempMax statements - before or after the SQL statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT UZAVRENEOBDOBI &lt;/P&gt;&lt;P&gt;FROM "rsv2_stav".dbo."qryUzavreteObdobie";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709600#M1074094</guid>
      <dc:creator />
      <dc:date>2014-08-04T14:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709601#M1074095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Resident statement reads from a table in memory, so it has to be read beforehand. If your table is named something else then you would have to change that statement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709601#M1074095</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-08-04T14:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709602#M1074096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Simen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT UZAVRENEOBDOBI &lt;/P&gt;&lt;P&gt;FROM "rsv2_stav".dbo."qryUzavreteObdobie";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tempMax:&lt;/P&gt;&lt;P&gt;Load max(UZAVRENEOBDOBI) as maxUzavreneObdobi&lt;/P&gt;&lt;P&gt;resident qryUzavreteObdobie;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vUzavreneObdobi = peek('maxUzavreneObdobi',0,'tempMax');&lt;/P&gt;&lt;P&gt;drop table tempMax;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ...., Obdobie, ....&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[source file]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels)&lt;/P&gt;&lt;P&gt;where Obdobie &amp;gt; Date#('$(vUzavreneObdobi)','DD.MM.YYYY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No data &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709602#M1074096</guid>
      <dc:creator />
      <dc:date>2014-08-04T14:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709603#M1074097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Specify the name of the table like this:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;qryUzavreteObdobie:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;SQL SELECT UZAVRENEOBDOBI&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FROM "rsv2_stav".dbo."qryUzavreteObdobie";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709603#M1074097</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-08-04T14:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709604#M1074098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Simen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I'm very sorry, no data &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But no error too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT UZAVRENEOBDOBI &lt;/P&gt;&lt;P&gt;FROM "rsv2_stav".dbo."qryUzavreteObdobie";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qryUzavreteObdobie:&lt;/P&gt;&lt;P&gt;SQL SELECT UZAVRENEOBDOBI&lt;/P&gt;&lt;P&gt;FROM "rsv2_stav".dbo."qryUzavreteObdobie";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tempMax:&lt;/P&gt;&lt;P&gt;Load max(UZAVRENEOBDOBI) as maxUzavreneObdobi&lt;/P&gt;&lt;P&gt;resident qryUzavreteObdobie;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vUzavreneObdobi = peek('maxUzavreneObdobi',0,'tempMax');&lt;/P&gt;&lt;P&gt;drop table tempMax;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;LOAD ...., Obdobie, ....&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[\\hxdata\users\vavra\Hornex\Riadenie\Podpora IS_IT\Koncepcie\Data IS\QlikView\20140704_PP.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels)&lt;/P&gt;&lt;P&gt;where Obdobie &amp;gt; Date#('$(vUzavreneObdobi)','DD.MM.YYYY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709604#M1074098</guid>
      <dc:creator />
      <dc:date>2014-08-04T14:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709605#M1074100</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;"&gt;where Obdobie &amp;gt;= Date#('$(vUzavreneObdobi)','DD.MM.YYYY');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709605#M1074100</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-08-04T14:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709606#M1074101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would return data for 1.6.2014 upwards.&lt;/P&gt;&lt;P&gt;But I need only data for 2.6.2014 upwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 15:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709606#M1074101</guid>
      <dc:creator />
      <dc:date>2014-08-04T15:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709607#M1074103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are reading the first table twice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;qryUzavreteObdobie:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;SQL SELECT UZAVRENEOBDOBI&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FROM "rsv2_stav".dbo."qryUzavreteObdobie";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;tempMax:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Load max(UZAVRENEOBDOBI) as maxUzavreneObdobi&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;resident qryUzavreteObdobie;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;let vUzavreneObdobi = peek('maxUzavreneObdobi',0,'tempMax');&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;drop table tempMax;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;....&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LOAD ...., Obdobie, ....&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;[\\hxdata\users\vavra\Hornex\Riadenie\Podpora IS_IT\Koncepcie\Data IS\QlikView\20140704_PP.xlsx]&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(ooxml, embedded labels)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;where Obdobie &amp;gt; Date#('$(vUzavreneObdobi)','DD.MM.YYYY');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 15:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709607#M1074103</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-08-04T15:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL import data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709608#M1074105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Simen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Obdobie &amp;gt; Date($(vUzavreneObdobi),'DD.MM.YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 18:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXCEL-import-data-filtering/m-p/709608#M1074105</guid>
      <dc:creator />
      <dc:date>2014-08-04T18:00:29Z</dc:date>
    </item>
  </channel>
</rss>

