<?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: Historization with QVD in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353160#M10148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zied,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i understand right, with historization: you can save your qvd's in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for instance:&lt;/P&gt;&lt;P&gt;let vFileDate = Date(Today(),'DD-MM-YY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yout table:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;from your source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and store into test $(vFileDate).qvd(qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2017 14:07:45 GMT</pubDate>
    <dc:creator>beck_bakytbek</dc:creator>
    <dc:date>2017-04-07T14:07:45Z</dc:date>
    <item>
      <title>Historization with QVD</title>
      <link>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353158#M10146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I used a QVD to stock all data :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;////*************set the qvd folder path************&lt;/P&gt;&lt;P&gt;SET vQvdPath=C:\qvdtest;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; QVD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD * FROM &lt;C&gt; (qvd) ;//source des QVDs historisés&lt;/C&gt;&lt;/P&gt;&lt;P&gt;Concatenate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Microsoft_SQL_Server;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * WHERE&amp;nbsp; "date"= Today()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;date,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Statut&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; last_name&lt;/P&gt;&lt;P&gt;FROM base.dbo."Table"&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// ////*********store QVD**************&lt;/P&gt;&lt;P&gt; STORE [QVD] into [$(vQvdPath)\QVD.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need the historization of the &lt;STRONG style="font-size: 13.3333px;"&gt;Statut&lt;/STRONG&gt; result per month.&lt;/P&gt;&lt;P&gt;how i can do it thank you &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 09:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353158#M10146</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-04-06T09:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Historization with QVD</title>
      <link>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353159#M10147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly, you need to have the report of the Statut field per month, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, just extract the Month from your Date field in the script:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;SELECT&lt;/STRONG&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="text-decoration: underline;"&gt;&lt;STRONG&gt;date,&lt;/STRONG&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="text-decoration: underline;"&gt;&lt;STRONG&gt;Month(date) &amp;amp; '-' &amp;amp; Year(date) as MonthYear, &lt;/STRONG&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="text-decoration: underline;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Statut,&lt;/STRONG&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="text-decoration: underline;"&gt;&lt;STRONG&gt;......&lt;/STRONG&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;STRONG style="text-decoration: underline;"&gt;FROM base.dbo."Table" &lt;/STRONG&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;And create a chart using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear as dimension and needed aggregate function (Count, Sum, Max, etc of Statut) as Measure:&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;STRONG style="text-decoration: underline;"&gt;sum(Statut)&lt;/STRONG&gt;, for example....&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;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 13:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353159#M10147</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2017-04-07T13:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Historization with QVD</title>
      <link>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353160#M10148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zied,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i understand right, with historization: you can save your qvd's in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for instance:&lt;/P&gt;&lt;P&gt;let vFileDate = Date(Today(),'DD-MM-YY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yout table:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;from your source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and store into test $(vFileDate).qvd(qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 14:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353160#M10148</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-04-07T14:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Historization with QVD</title>
      <link>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353161#M10149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello every body i want to stock the value of the Statut everyday...for example the Statut of today is 1 tomorrow is 2 so i need to have 2 rows of statut and not crush the previous Statut &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 08:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353161#M10149</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-04-10T08:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Historization with QVD</title>
      <link>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353162#M10150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zied,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use incremental load and use &lt;STRONG&gt;where notexit(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Statut&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 08:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353162#M10150</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2017-04-10T08:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Historization with QVD</title>
      <link>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353163#M10151</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;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For example &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;in April :&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;there is 15 days the value of this Staut&amp;nbsp; = 0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13 days value of Staut 1 &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03 days value of Statut 2 &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;so in April we will display Statut = 0 &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;hope you understand me &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 08:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Historization-with-QVD/m-p/1353163#M10151</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-04-10T08:19:28Z</dc:date>
    </item>
  </channel>
</rss>

