<?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 AW:QVD &amp; Qualify in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVD-Qualify/m-p/149487#M27658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, apparently, you can store into a QVD but only for Charts...&lt;/P&gt;&lt;P&gt;Anyway, thanks for your help !! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2009 15:27:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-22T15:27:41Z</dc:date>
    <item>
      <title>QVD &amp; Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Qualify/m-p/149483#M27654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody!&lt;/P&gt;&lt;P&gt;I'm using the Server Perf Dashboard and i want to enhance the load by using QVD.&lt;BR /&gt;In order to process this, this is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Load&lt;BR /&gt; Timestamp,&lt;BR /&gt; left(Timestamp, 13) as DateHourKey,&lt;BR /&gt; Time(Timestamp) as PerformanceTime,&lt;BR /&gt; Timestamp as PerformanceTimestamp,&lt;BR /&gt;&lt;BR /&gt; [Exe Type] as ServerExeType,&lt;BR /&gt; [Exe Version] as ServerExeVersion,&lt;BR /&gt; EntryType,&lt;BR /&gt; ActiveDocSessions,&lt;BR /&gt; DocSessions,&lt;BR /&gt; ActiveAnonymousDocSessions,&lt;BR /&gt; AnonymousDocSessions,&lt;BR /&gt; ActiveTunneledDocSessions,&lt;BR /&gt; TunneledDocSessions,&lt;BR /&gt; DocSessionStarts,&lt;BR /&gt; ActiveDocs,&lt;BR /&gt; RefDocs,&lt;BR /&gt; LoadedDocs,&lt;BR /&gt; DocLoads,&lt;BR /&gt; DocLoadFails,&lt;BR /&gt; Calls as PerformanceCalls,&lt;BR /&gt; Selections as PerformanceSelections,&lt;BR /&gt; /*ConnectionAttempts,&lt;BR /&gt; ConnectionRejects,&lt;BR /&gt; ConnectionPurges,*/&lt;BR /&gt; ActiveIpAddrs,&lt;BR /&gt; IpAddrs,&lt;BR /&gt; ActiveUsers,&lt;BR /&gt; Users,&lt;BR /&gt; CPULoad,&lt;BR /&gt; [VMCommitted(MB)],&lt;BR /&gt; [VMAllocated(MB)],&lt;BR /&gt; [VMFree(MB)],&lt;BR /&gt; [VMLargestFreeBlock(MB)]&lt;BR /&gt;FROM QVS_Generation_QVD\Performance*.log (utf8, txt, delimiter is '\t', embedded labels);&lt;BR /&gt;qualify *;&lt;BR /&gt;Perf2008:&lt;BR /&gt;LOAD&lt;BR /&gt; *&lt;BR /&gt;RESIDENT Performance&lt;BR /&gt; WHERE&lt;BR /&gt; Year(Timestamp)='2008';&lt;BR /&gt;&lt;BR /&gt;STORE Perf2008 into Performance2008.qvd;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Indeed, if i don't use the "qualify *", when i want to store the table, QlikView popups "Table not found".&lt;BR /&gt;However, i want finally to create QVD and use them with the Logs.&lt;/P&gt;&lt;P&gt;This way create a QVD with all fields prefixed by Perf2008, does anyone know a way to "undo" this when reloading the QVD in order to integrate it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 16:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Qualify/m-p/149483#M27654</guid>
      <dc:creator />
      <dc:date>2009-07-16T16:32:59Z</dc:date>
    </item>
    <item>
      <title>AW:QVD &amp; Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Qualify/m-p/149484#M27655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Franck,&lt;/P&gt;&lt;P&gt;i dont´t know any function which could do this. The only way is to cut up the qualification while loading.&lt;/P&gt;&lt;P&gt;Why don´t you load the "Perfomance"-table with date filter and store it directly to qvd? I don´t the see the advantage of loading it again by resident.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 16:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Qualify/m-p/149484#M27655</guid>
      <dc:creator />
      <dc:date>2009-07-16T16:55:46Z</dc:date>
    </item>
    <item>
      <title>AW:QVD &amp; Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Qualify/m-p/149485#M27656</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've created the table but I don't know where it's possible to store directly to QVD. When i want to export, i have this list:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/4621.list.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/4621.list.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Do i need to configure anything to export into QVD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 19:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Qualify/m-p/149485#M27656</guid>
      <dc:creator />
      <dc:date>2009-07-16T19:15:53Z</dc:date>
    </item>
    <item>
      <title>AW:QVD &amp; Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Qualify/m-p/149486#M27657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;The screen shot you attached is for Exporting Qlikview script but not the QVD.&lt;/P&gt;&lt;P&gt;Exporting QVD happens when STORE command is executed. Instead of Giving file name as performance2008.qvd give the full File path where you want to store QVD file.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;STORE Perf2008 into C:\Performance2008.qvd;&lt;/P&gt;&lt;P&gt;After Reload you can find the QVD file in C:\ Drive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 20:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Qualify/m-p/149486#M27657</guid>
      <dc:creator />
      <dc:date>2009-07-16T20:12:49Z</dc:date>
    </item>
    <item>
      <title>AW:QVD &amp; Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Qualify/m-p/149487#M27658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, apparently, you can store into a QVD but only for Charts...&lt;/P&gt;&lt;P&gt;Anyway, thanks for your help !! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 15:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Qualify/m-p/149487#M27658</guid>
      <dc:creator />
      <dc:date>2009-07-22T15:27:41Z</dc:date>
    </item>
  </channel>
</rss>

