<?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: How to use monthend qvd when new fields added in recent month qvd in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1589785#M43236</link>
    <description>&lt;P&gt;This is typical and &amp;nbsp;good in real time scenario. Please let me know if any one not understand the query.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jun 2019 12:27:26 GMT</pubDate>
    <dc:creator>rkpatelqlikview</dc:creator>
    <dc:date>2019-06-09T12:27:26Z</dc:date>
    <item>
      <title>How to use monthend qvd when new fields added in recent month qvd</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1589776#M43235</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;Here i am facing an issue with monthend sales qvd's.&lt;/P&gt;&lt;P&gt;Every month end am storing sales in (30-4-2019-sales) QVD and calling with &amp;nbsp; &amp;nbsp;*-sales. It will call all the sales with existing months. But now suddenly new fields added in 5th month. now QVD name is &amp;nbsp;30-5-2019-sales.&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM [...QVDLOAD\MonthEnd\&lt;STRONG&gt;*-sales UAE.qvd]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now i want take the data along with the new fields. how can merge this &amp;nbsp;fields data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to put prefix&amp;nbsp;FROM [$(QVDLOAD)MonthEnd&lt;STRONG&gt;\ &amp;gt;=30-5-2019Sales UAE.qvd] &amp;nbsp;???&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 10:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1589776#M43235</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2019-06-09T10:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use monthend qvd when new fields added in recent month qvd</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1589785#M43236</link>
      <description>&lt;P&gt;This is typical and &amp;nbsp;good in real time scenario. Please let me know if any one not understand the query.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 12:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1589785#M43236</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2019-06-09T12:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use monthend qvd when new fields added in recent month qvd</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1589823#M43244</link>
      <description>Nothing is needed to done with the part - "FROM [...QVDLOAD\MonthEnd\*-sales UAE.qvd]"&lt;BR /&gt;I think the only change is in the loading script of the final app. e.g.&lt;BR /&gt;IF(QvdLoadDate&amp;gt;'01-05-2019', NewField, 'na') as NewField&lt;BR /&gt;&lt;BR /&gt;Find a suitable date to use in the monthly QVD for this IF statement - IF older than May, load the value as nothing.</description>
      <pubDate>Sun, 09 Jun 2019 21:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1589823#M43244</guid>
      <dc:creator>bing_jville</dc:creator>
      <dc:date>2019-06-09T21:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use monthend qvd when new fields added in recent month qvd</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1589834#M43248</link>
      <description>&lt;P&gt;Thanks for your response Bing, I understood but&lt;/P&gt;&lt;P&gt;What is this &amp;nbsp;&lt;STRONG&gt;QvdLoadDate?&lt;/STRONG&gt; First of all in load script it will not take, will through error. Can you please give me a clarity on this?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 04:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1589834#M43248</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2019-06-10T04:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use monthend qvd when new fields added in recent month qvd</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1589859#M43253</link>
      <description>&lt;P&gt;I am not sure whether you want to dynamically add new fields or filter to load only May 2019, and later - but assuming a bit of both:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Result:
LOAD 0 as FileDate AutoGenerate 0;

For Each vFile in FileList('..QVDLOAD\MonthEnd\*-sales UAE.qvd')

	Let vFileDate = Num(Date#(TextBetween(vFile, 'MonthEnd\', '-sales UAE.qvd'), 'd-M-yyyy'));
	If vFileDate &amp;gt;= MakeDate(2019, 5, 30) Then
	
		Concatenate(Result)
		LOAD *,
			Date($(vFileDate)) as FileDate
		FROM [$(vFile)] (qvd);
	End If
Next&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 06:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1589859#M43253</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-06-10T06:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use monthend qvd when new fields added in recent month qvd</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1590749#M43370</link>
      <description>&lt;P&gt;Hi Jontydkpi,&lt;/P&gt;&lt;P&gt;Thanks for your response. Yes I need dynamically. If any changes happen in new QVD, it should take automatically from existing QVD also.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try with script which you have provided.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for guidance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 06:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-monthend-qvd-when-new-fields-added-in-recent-month/m-p/1590749#M43370</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2019-06-12T06:18:26Z</dc:date>
    </item>
  </channel>
</rss>

