<?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 Files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070979#M357740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of log files? If you're talking about the log files Qlikview creates then have a look at the &lt;A href="http://market.qlik.com/qlikview-governance-dashboard.html"&gt;Governance Dashboard&lt;/A&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2016 10:57:30 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-02-19T10:57:30Z</dc:date>
    <item>
      <title>Log Files</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070978#M357739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;I want to reach log files and load this files in qlikview to make reports. Is there any easy way to do this?&lt;/P&gt;&lt;P&gt;Cause right now, i always do convert .log files to .csv files and adding commas &amp;amp; prepare to read. But this must be automatically done. Waiting for your comments and answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 09:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070978#M357739</guid>
      <dc:creator />
      <dc:date>2016-02-19T09:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Log Files</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070979#M357740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of log files? If you're talking about the log files Qlikview creates then have a look at the &lt;A href="http://market.qlik.com/qlikview-governance-dashboard.html"&gt;Governance Dashboard&lt;/A&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 10:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070979#M357740</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-19T10:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Log Files</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070980#M357741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not talking about QlikView's log files, my log files that created by server or any other program that i used. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 11:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070980#M357741</guid>
      <dc:creator />
      <dc:date>2016-02-19T11:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Log Files</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070981#M357742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are thousands of applications and systems that generate log files and most log files are completely different from each other. You'll have to create a specific load script for each type of log file. Since that's largely text processing you may look around for specific log parsing tools before trying to implement everything in Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 12:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070981#M357742</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-19T12:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Log Files</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070982#M357743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. I solved reading .log file. I have another issue right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [@1:3] AS xGUN,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [@5:7] AS xAY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [@9:10] AS xGUNSAYI,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [@12:13] AS xSAAT,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [@15:16] AS xDAKIKA,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [@25:28] AS xYIL,&lt;/P&gt;&lt;P&gt;IF(@39 = '/' , [@37:38],[@37:39]) AS xKULLANICI,&lt;/P&gt;&lt;P&gt;IF(@39 = '/' , [@40:42],[@41:43]) AS xKOTA&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;&amp;nbsp; [LICENCE_STATUS_LOG.log]&lt;/P&gt;&lt;P&gt;(fix, utf8);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my LOAD script but it doesnt work when i add IF statements. Do you now why? &lt;/P&gt;&lt;P&gt;Thanks for replies btw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 12:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070982#M357743</guid>
      <dc:creator />
      <dc:date>2016-02-19T12:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Log Files</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070983#M357744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since log files are generally very structured, you should be able to automate the loading of log files. But without further details, we would not be able to tell you how complex it would be. Try playing around with the settings in the file load wizard to see if you can get the raw log file loaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115263_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 12:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070983#M357744</guid>
      <dc:creator>quwok</dc:creator>
      <dc:date>2016-02-19T12:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Log Files</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070984#M357745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this works: IF([@39:39] = '/' , [@37:38],[@37:39]) AS xKULLANICI,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 13:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070984#M357745</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-19T13:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Log Files</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070985#M357746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nop. It doesnt work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 14:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070985#M357746</guid>
      <dc:creator />
      <dc:date>2016-02-19T14:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Log Files</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070986#M357747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works. Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 15:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Files/m-p/1070986#M357747</guid>
      <dc:creator />
      <dc:date>2016-02-19T15:18:21Z</dc:date>
    </item>
  </channel>
</rss>

