<?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: Load particular table(qvd) based on Field values? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-particular-table-qvd-based-on-Field-values/m-p/635108#M232935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DMohanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the below script.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Table:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Load A,B,C&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;from Table.qvd(qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;concatenate(Table)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Load A,B,C&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;from Table_New.qvd(qvd)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;where A= 'x';&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then you have all the values for &lt;STRONG&gt;A&lt;/STRONG&gt; and you don't need to carry 1 more table in your data-model.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Garry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2014 05:48:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-02T05:48:55Z</dc:date>
    <item>
      <title>Load particular table(qvd) based on Field values?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-particular-table-qvd-based-on-Field-values/m-p/635105#M232932</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 have a scenario like this below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Till now I had a table (let say Table and it is stored as a QVD) which was loaded in Data Model as simple and suppose the field 'A' has values like (1,2,3,4)&lt;/P&gt;&lt;P&gt;Load A,B,C&lt;/P&gt;&lt;P&gt;from Table.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now one more new table has been created (let say Table_New, same structure though) and the field 'A' has values: 'x'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Requirement:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now in my data model, I have to use both the above tables, condition:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If the field 'A' = 'x', then Load * from Table_New.qvd (qvd);&lt;/LI&gt;&lt;LI&gt;Else, Load * from Table.qvd (qvd);&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to store both tables in one QVD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please suggest how to enhance the existing script/add the new script. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 03:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-particular-table-qvd-based-on-Field-values/m-p/635105#M232932</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2014-06-02T03:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load particular table(qvd) based on Field values?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-particular-table-qvd-based-on-Field-values/m-p/635106#M232933</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;I have some questions about your problem: You are making the decision of which qvd to load, based on the value of a field from a qvd you didn't choose yet. Another question, if have already loaded the qvd, you may have lots of values for field A. Which one should you choose?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, send us more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 03:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-particular-table-qvd-based-on-Field-values/m-p/635106#M232933</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-02T03:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load particular table(qvd) based on Field values?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-particular-table-qvd-based-on-Field-values/m-p/635107#M232934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eduardo,&lt;/P&gt;&lt;P&gt;Below are my answers to your queries:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I need to load&lt;STRONG&gt; both the QVDs&lt;/STRONG&gt; in to data model.&lt;/LI&gt;&lt;LI&gt;I want all values from 'A' field.&lt;/LI&gt;&lt;LI&gt;The value to be 'x' from 'A' field, I need to load that from Table_New qvd, otherwise for rest all other values, I have to load Table qvd.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear now.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 05:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-particular-table-qvd-based-on-Field-values/m-p/635107#M232934</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2014-06-02T05:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load particular table(qvd) based on Field values?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-particular-table-qvd-based-on-Field-values/m-p/635108#M232935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DMohanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the below script.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Table:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Load A,B,C&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;from Table.qvd(qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;concatenate(Table)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Load A,B,C&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;from Table_New.qvd(qvd)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;where A= 'x';&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then you have all the values for &lt;STRONG&gt;A&lt;/STRONG&gt; and you don't need to carry 1 more table in your data-model.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Garry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 05:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-particular-table-qvd-based-on-Field-values/m-p/635108#M232935</guid>
      <dc:creator />
      <dc:date>2014-06-02T05:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load particular table(qvd) based on Field values?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-particular-table-qvd-based-on-Field-values/m-p/635109#M232936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the bellow script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Table:&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load A,B,C&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;from Table.qvd(qvd)&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Where A&amp;lt;&amp;gt;'X'&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Concatenate(Table)&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load A,B,C&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;from Table_New.qvd(qvd)&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Where A= 'x'&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 06:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-particular-table-qvd-based-on-Field-values/m-p/635109#M232936</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-06-02T06:16:02Z</dc:date>
    </item>
  </channel>
</rss>

