<?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: Log reader in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102596#M917208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could this work? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET FromDate = Today()-7;&lt;/P&gt;&lt;P&gt;LET ToDate = Today()-1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;TableIndata.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq)&lt;/P&gt;&lt;P&gt;WHERE Date &amp;gt;= $(FromDate) AND Date &amp;lt;= $(ToDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can manipulate FromDate and ToDate as you like, in this case today's entries would not be included (which may not be what you want but I just wanted to include both conditions). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 May 2016 14:45:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-09T14:45:25Z</dc:date>
    <item>
      <title>Log reader</title>
      <link>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102591#M917203</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 have this logreader that I downlaoded from the resource library. how can I make it so that it only loads last weeks data instead of reading everything in the logfile driectory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102591#M917203</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Log reader</title>
      <link>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102592#M917204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure you could dabble in the script, but I seem to think there are selection criteria in the front-end to filter the period you look at ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 13:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102592#M917204</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-05-09T13:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Log reader</title>
      <link>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102593#M917205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sure theres a period to filter on. But I'm not interested in logfiles from wayback and also it just consumes time to load them all. Therefor I was wondering if you could set a where statement in scipt to only get the last weeks logfiles or so,,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 13:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102593#M917205</guid>
      <dc:creator />
      <dc:date>2016-05-09T13:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Log reader</title>
      <link>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102594#M917206</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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;LET vMaxDate: '=max(date_created)';&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;LET vFirstOfLast7: '=max(date_created,6)';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table_name&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where date&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vFirstOfLast7;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 13:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102594#M917206</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-05-09T13:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Log reader</title>
      <link>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102595#M917207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you specify more? My Datecolumn is called "Date"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 13:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102595#M917207</guid>
      <dc:creator />
      <dc:date>2016-05-09T13:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Log reader</title>
      <link>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102596#M917208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could this work? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET FromDate = Today()-7;&lt;/P&gt;&lt;P&gt;LET ToDate = Today()-1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;TableIndata.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq)&lt;/P&gt;&lt;P&gt;WHERE Date &amp;gt;= $(FromDate) AND Date &amp;lt;= $(ToDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can manipulate FromDate and ToDate as you like, in this case today's entries would not be included (which may not be what you want but I just wanted to include both conditions). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 14:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102596#M917208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-09T14:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Log reader</title>
      <link>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102597#M917209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please share the sample data ..so that it will helpful to give the correct solution &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 05:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-reader/m-p/1102597#M917209</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-05-10T05:49:32Z</dc:date>
    </item>
  </channel>
</rss>

