<?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: Two different tables data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-different-tables-data/m-p/2019107#M1221996</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/140291"&gt;@Sra1bandi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try again with the above modified script. Values of Status2 are retained when there is no match.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Dec 2022 18:55:02 GMT</pubDate>
    <dc:creator>BrunPierre</dc:creator>
    <dc:date>2022-12-21T18:55:02Z</dc:date>
    <item>
      <title>Two different tables data</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-tables-data/m-p/2018744#M1221983</link>
      <description>&lt;P&gt;Table 1:-&lt;/P&gt;
&lt;P&gt;id&amp;nbsp; &amp;nbsp;status1&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; Error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; completed&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp;Errore&lt;/P&gt;
&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp; Cancelled&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table&amp;nbsp;2:-&lt;/P&gt;
&lt;P&gt;id&amp;nbsp; &amp;nbsp;status2&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; Cancelled&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; completed&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp;Cancelled&lt;/P&gt;
&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp;completed&lt;/P&gt;
&lt;P&gt;This is already developed app by someone now we got new requirement&amp;nbsp; i.e,&lt;/P&gt;
&lt;P&gt;When the Status1 from table1 shows===&amp;gt;&amp;nbsp; "Error" in table2==&amp;gt; status2&amp;nbsp; also need to show as==&amp;gt; "Error". Id is the common field for both tables so many fields are there in two tables but Id is primary key and status field needs to change as above mentioned.&lt;/P&gt;
&lt;P&gt;both are different tables not joined in backend how i need to show Status2 as Error when status1 shows Error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sra1.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 04:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-tables-data/m-p/2018744#M1221983</guid>
      <dc:creator>Sra1bandi</dc:creator>
      <dc:date>2022-12-21T04:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Two different tables data</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-tables-data/m-p/2018840#M1221987</link>
      <description>&lt;LI-CODE lang="markup"&gt;Table1:
Mapping LOAD * Inline[
ID,STATUS1
1,Error
2,Completed
3,Error
4,Cancelled ]
Where Match(STATUS1,'Error');

Table2:
LOAD *,
ApplyMap('Table1',ID,STATUS2) as STATUS
Inline[
ID,STATUS2
1,Cancelled
2,Completed
3,Cancelled
4,Completed ];

DROP Field STATUS2;
RENAME Field STATUS to STATUS2;

EXIT SCRIPT;
&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 21 Dec 2022 18:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-tables-data/m-p/2018840#M1221987</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-12-21T18:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Two different tables data</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-tables-data/m-p/2019081#M1221993</link>
      <description>&lt;P&gt;&amp;nbsp;There are so many ID's which are errors not single id&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 17:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-tables-data/m-p/2019081#M1221993</guid>
      <dc:creator>Sra1bandi</dc:creator>
      <dc:date>2022-12-21T17:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Two different tables data</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-tables-data/m-p/2019107#M1221996</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/140291"&gt;@Sra1bandi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try again with the above modified script. Values of Status2 are retained when there is no match.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 18:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-tables-data/m-p/2019107#M1221996</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-12-21T18:55:02Z</dc:date>
    </item>
  </channel>
</rss>

