<?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: Creating new QVD on each reload in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-new-QVD-on-each-reload/m-p/1761461#M58867</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/50376"&gt;@priyasawant&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you have the qvd already?&lt;BR /&gt;In that case, it throws error for first time.&amp;nbsp;&lt;BR /&gt;Either delete the qvd in the folder or ignore the error for the first time.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Nov 2020 09:28:56 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2020-11-13T09:28:56Z</dc:date>
    <item>
      <title>Creating new QVD on each reload</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-new-QVD-on-each-reload/m-p/1761121#M58843</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a data set connection want different QVD to create after each reload.&lt;/P&gt;&lt;P&gt;For e.g,&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;From $(vpath);&lt;/P&gt;&lt;P&gt;store Tab into $(vstorepath);&lt;/P&gt;&lt;P&gt;After each reload I should get a new QVD as QVD_1,QVD_2,QVD_3,QVD_4 and so on&lt;/P&gt;&lt;P&gt;Output in the Folder should look like,&lt;/P&gt;&lt;P&gt;QVD_1.qvd&lt;/P&gt;&lt;P&gt;QVD_2.qvd&lt;/P&gt;&lt;P&gt;QVD_3.qvd&lt;/P&gt;&lt;P&gt;QVD_4.qvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and so on......&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 12:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-new-QVD-on-each-reload/m-p/1761121#M58843</guid>
      <dc:creator>priyasawant</dc:creator>
      <dc:date>2020-11-12T12:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new QVD on each reload</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-new-QVD-on-each-reload/m-p/1761135#M58844</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/50376"&gt;@priyasawant&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;If QvdCreateTime('T_*.qvd') then&lt;BR /&gt;Let vRow = 1;&lt;/P&gt;&lt;P&gt;else&lt;BR /&gt;Let vRow = if($(vNextRow) = 0, 1, $(vNextRow));&lt;BR /&gt;ENDIF;&lt;/P&gt;&lt;P&gt;T:&lt;BR /&gt;Load * from yoursource;&lt;/P&gt;&lt;P&gt;store T into T_$(vRow).qvd(qvd);&lt;/P&gt;&lt;P&gt;Let vNextRow = $(vRow) +1;&lt;BR /&gt;&lt;BR /&gt;Change the table and qvd name based on ur datamodel.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 12:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-new-QVD-on-each-reload/m-p/1761135#M58844</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-12T12:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new QVD on each reload</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-new-QVD-on-each-reload/m-p/1761458#M58866</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am getting error while loading the below...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let vRow = if($(vNextRow) = 0, 1, $(vNextRow));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ENDIF;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 09:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-new-QVD-on-each-reload/m-p/1761458#M58866</guid>
      <dc:creator>priyasawant</dc:creator>
      <dc:date>2020-11-13T09:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new QVD on each reload</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-new-QVD-on-each-reload/m-p/1761461#M58867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/50376"&gt;@priyasawant&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you have the qvd already?&lt;BR /&gt;In that case, it throws error for first time.&amp;nbsp;&lt;BR /&gt;Either delete the qvd in the folder or ignore the error for the first time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 09:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-new-QVD-on-each-reload/m-p/1761461#M58867</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-13T09:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new QVD on each reload</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-new-QVD-on-each-reload/m-p/1761470#M58870</link>
      <description>&lt;P&gt;Unexpected token error&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 09:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-new-QVD-on-each-reload/m-p/1761470#M58870</guid>
      <dc:creator>priyasawant</dc:creator>
      <dc:date>2020-11-13T09:40:31Z</dc:date>
    </item>
  </channel>
</rss>

