<?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: Mark lines what doesn't exists in another table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mark-lines-what-doesn-t-exists-in-another-table/m-p/1697538#M592593</link>
    <description>&lt;P&gt;added!&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2020 02:14:15 GMT</pubDate>
    <dc:creator>ignacioroman</dc:creator>
    <dc:date>2020-04-29T02:14:15Z</dc:date>
    <item>
      <title>Mark lines what doesn't exists in another table</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-lines-what-doesn-t-exists-in-another-table/m-p/1697499#M592590</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need execute an script with 2 tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table "A" has the variables a, b and c.&lt;/P&gt;&lt;P&gt;Table "B" has the variable a (the same as above)&lt;/P&gt;&lt;P&gt;I need get this table (if could be without a new table "resident", would be great)&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;d (d is an aux variable, =1 if "a" exist in the second table and =0 if "a" doesn't exist in the second table).&lt;/P&gt;&lt;P&gt;Could you help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: simple example attached. The Excel workbook contains 3 sheets, table 1, table 2 and expected table.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-lines-what-doesn-t-exists-in-another-table/m-p/1697499#M592590</guid>
      <dc:creator>ignacioroman</dc:creator>
      <dc:date>2024-11-16T18:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mark lines what doesn't exists in another table</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-lines-what-doesn-t-exists-in-another-table/m-p/1697514#M592591</link>
      <description>&lt;P&gt;can you share a sample data ?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 22:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-lines-what-doesn-t-exists-in-another-table/m-p/1697514#M592591</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-04-28T22:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mark lines what doesn't exists in another table</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-lines-what-doesn-t-exists-in-another-table/m-p/1697537#M592592</link>
      <description>&lt;P&gt;One solution using map.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Mapper:
Mapping
LOAD *,1 INLINE [
    a
    10
    Messi
];

tab1:
LOAD *, ApplyMap('Mapper',a,0) As d INLINE [
    a, b, c
    5, b1, c1
    10, b2, c2
    Messi, b3, c3
    21, b4, c4
];&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV25.PNG" style="width: 79px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/32619i31251F73D68A5846/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV25.PNG" alt="commQV25.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 02:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-lines-what-doesn-t-exists-in-another-table/m-p/1697537#M592592</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-04-29T02:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mark lines what doesn't exists in another table</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-lines-what-doesn-t-exists-in-another-table/m-p/1697538#M592593</link>
      <description>&lt;P&gt;added!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 02:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-lines-what-doesn-t-exists-in-another-table/m-p/1697538#M592593</guid>
      <dc:creator>ignacioroman</dc:creator>
      <dc:date>2020-04-29T02:14:15Z</dc:date>
    </item>
  </channel>
</rss>

