<?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 Look into tables and find Unique Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Look-into-tables-and-find-Unique-Values/m-p/1699993#M724471</link>
    <description>&lt;P&gt;I have&lt;/P&gt;&lt;P&gt;&lt;U&gt;Table A&lt;/U&gt;&lt;/P&gt;&lt;TABLE border="1" width="5%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;ID&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Table B&lt;/U&gt;&lt;/P&gt;&lt;TABLE border="1" width="5%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;ID&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to check for IDs in TableA and create a Flag where if ID from Table B is present in Table A, then 'Existing', if not 'New'.&lt;/P&gt;&lt;P&gt;How do I do this?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:40:44 GMT</pubDate>
    <dc:creator>qlikwiz123</dc:creator>
    <dc:date>2024-11-16T18:40:44Z</dc:date>
    <item>
      <title>Look into tables and find Unique Values</title>
      <link>https://community.qlik.com/t5/QlikView/Look-into-tables-and-find-Unique-Values/m-p/1699993#M724471</link>
      <description>&lt;P&gt;I have&lt;/P&gt;&lt;P&gt;&lt;U&gt;Table A&lt;/U&gt;&lt;/P&gt;&lt;TABLE border="1" width="5%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;ID&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Table B&lt;/U&gt;&lt;/P&gt;&lt;TABLE border="1" width="5%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;ID&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to check for IDs in TableA and create a Flag where if ID from Table B is present in Table A, then 'Existing', if not 'New'.&lt;/P&gt;&lt;P&gt;How do I do this?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-into-tables-and-find-Unique-Values/m-p/1699993#M724471</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2024-11-16T18:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Look into tables and find Unique Values</title>
      <link>https://community.qlik.com/t5/QlikView/Look-into-tables-and-find-Unique-Values/m-p/1699996#M724472</link>
      <description>&lt;P&gt;One solution.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
Mapping
LOAD *, 'Exisitng' INLINE [
    F1
    123
    456
    789
];

tab2:
LOAD *, ApplyMap('tab1',F1,'New') As Flag INLINE [
    F1
    123
    456
    789
    901
    112
    113
]
; &lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV42.PNG" style="width: 72px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33162iF66185B13AE16C21/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV42.PNG" alt="commQV42.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 20:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Look-into-tables-and-find-Unique-Values/m-p/1699996#M724472</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-05-07T20:49:25Z</dc:date>
    </item>
  </channel>
</rss>

