<?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: Appending data to qvd from multiple appications in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456877#M797739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:load count(id) from A.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(A)&lt;/P&gt;&lt;P&gt;load count(id) from B.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store A into Common.qvd(QVD)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Dec 2017 03:44:08 GMT</pubDate>
    <dc:creator>shiveshsingh</dc:creator>
    <dc:date>2017-12-31T03:44:08Z</dc:date>
    <item>
      <title>Appending data to qvd from multiple appications</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456876#M797738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am taking only one record from two applications(A.qvw and B.qvw) respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(ID) From A.qvw is 100&lt;/P&gt;&lt;P&gt;Count(ID) From B.qvw is 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to store into a common qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do refresh applications qvd has only one record i.e. 100 or 200&lt;/P&gt;&lt;P&gt;But I want 2 records in same qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456876#M797738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Appending data to qvd from multiple appications</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456877#M797739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:load count(id) from A.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(A)&lt;/P&gt;&lt;P&gt;load count(id) from B.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store A into Common.qvd(QVD)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2017 03:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456877#M797739</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2017-12-31T03:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Appending data to qvd from multiple appications</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456878#M797740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if it works and in which case you are going to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming the&amp;nbsp; you just want to get count(id) from both A.qvw and B.qvw and save it in some A_B.qvd. three of them are in same location. if not you need to tweak your code a little to point to your exact file location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so code will be something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;code for B_QVW........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;B:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ID&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;BR /&gt;];&lt;BR /&gt;B_1:&lt;BR /&gt;LOAD Count(ID) AS ID_COUNT,'B' AS FLAG&lt;BR /&gt;Resident B;&lt;BR /&gt;Directory;&lt;BR /&gt;LET vListqvdexists=isnull(QvdCreateTime('A_B.QVD'));&lt;BR /&gt;if($(vListqvdexists)=0) then &lt;BR /&gt;LOAD ID_COUNT,FLAG&lt;BR /&gt;FROM&amp;nbsp; A_B.qvd(qvd)&lt;BR /&gt; WHERE FLAG='A';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end if;&lt;BR /&gt;store B_1 into A_B.QVD(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CODE FOR A_QVW........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ID&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;BR /&gt;9&lt;BR /&gt;];&lt;BR /&gt;A_1:&lt;BR /&gt;LOAD Count(ID) AS ID_COUNT,'A' AS FLAG&lt;BR /&gt;Resident A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;BR /&gt;LET vListqvdexists=isnull(QvdCreateTime('A_B.QVD'));&lt;BR /&gt;if($(vListqvdexists)=0) then &lt;BR /&gt;LOAD ID_COUNT,FLAG&lt;BR /&gt;FROM&amp;nbsp; A_B.qvd(qvd)&lt;BR /&gt; WHERE FLAG='B';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE A_1 into A_B.QVD(qvd)&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;Let me know if you need the file as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2017 06:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456878#M797740</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-31T06:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Appending data to qvd from multiple appications</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456879#M797741</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;Thanks for your response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually it is sample Qlikview application for 2 QVWs but we have 100 applications where we need to apply same logic.&lt;/P&gt;&lt;P&gt;If we take flag it won't work I guess correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2018 04:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456879#M797741</guid>
      <dc:creator>venkey2847</dc:creator>
      <dc:date>2018-01-01T04:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Appending data to qvd from multiple appications</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456880#M797742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are logged in from different Account my friend. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;Coming back to your question Flag is the reason this is working . It will let you identify the count is from which App and update it's count&amp;nbsp; when it changes after next reload. It is needed for you to identify the application name. you can rename 'A'/'B' as the app name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try changing the inline field count to 10 or 15 . You will see it will update the record. If you don't want update and just append one top of other you wont need any flags. I hope i made it clear why i have used flags here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2018 04:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456880#M797742</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-01T04:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Appending data to qvd from multiple appications</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456881#M797743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead create 2 Qvd's from 2 QVw's then load them and do concatenate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2018 05:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-data-to-qvd-from-multiple-appications/m-p/1456881#M797743</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-01T05:06:54Z</dc:date>
    </item>
  </channel>
</rss>

