<?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: Store a QVD with a Variable Name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461256#M172211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah yes of course - thanks again for your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 15:29:47 GMT</pubDate>
    <dc:creator>stuwannop</dc:creator>
    <dc:date>2013-06-11T15:29:47Z</dc:date>
    <item>
      <title>Store a QVD with a Variable Name</title>
      <link>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461252#M172207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't seem to quite figure this out. I load a list of opportuntities from Dynamics CRM and store them as a QVD on a regular basis. What I want to do now though is take a snapshot of these records every month and keep the QVD's, albeit with a different filename. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my script I want to store the filename as the first day of every month (as I will schedule it to run in QMS on the 1st of every month) so the filenames will be created monthly with the format: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01/06/2013Pipeline.qvd&lt;/P&gt;&lt;P&gt;01/07/2013Pipeline.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming I create a variable but how do I use that as part of the filename? I've tried: Store Pipeline as 'vdate'&amp;amp;Pipeline.qvd but it doesn't like it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if anyone has any other views on how I can accomplish this "point in time" reporting I'd be very greatful. I plan to create multiple QVD's as the amounts of the pipeline records change month to month. i.e. Opportunity record one might have a value of £50,000 on the 1st June and £60,000 on 1st July and I need to track that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 14:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461252#M172207</guid>
      <dc:creator>stuwannop</dc:creator>
      <dc:date>2013-06-11T14:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Store a QVD with a Variable Name</title>
      <link>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461253#M172208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are having problem because you´re using a "/" as a filename part, which is not allowed by Windows.&lt;/P&gt;&lt;P&gt;Use a "-" and will work as you write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Store Pipeline as '$(vdate)'&amp;amp;Pipeline.qvd(qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 14:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461253#M172208</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-06-11T14:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Store a QVD with a Variable Name</title>
      <link>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461254#M172209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anjos. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've set my Variable as =date(today(),'dd-mm-yy')&amp;amp;'Pipeline' and it's coming out as '11-00-13Pipeline' - any idea why the month is registering a 0? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 15:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461254#M172209</guid>
      <dc:creator>stuwannop</dc:creator>
      <dc:date>2013-06-11T15:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Store a QVD with a Variable Name</title>
      <link>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461255#M172210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you should use 'MM', because 'mm' stands for minute&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 15:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461255#M172210</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-06-11T15:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Store a QVD with a Variable Name</title>
      <link>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461256#M172211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah yes of course - thanks again for your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 15:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461256#M172211</guid>
      <dc:creator>stuwannop</dc:creator>
      <dc:date>2013-06-11T15:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Store a QVD with a Variable Name</title>
      <link>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461257#M172212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You´re welcome. Keep in contact&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 15:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-a-QVD-with-a-Variable-Name/m-p/461257#M172212</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-06-11T15:57:53Z</dc:date>
    </item>
  </channel>
</rss>

