<?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: Use Table as List for Another Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662278#M595205</link>
    <description>&lt;P&gt;see my reply above, you can do this in same way&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jan 2020 22:59:45 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-01-02T22:59:45Z</dc:date>
    <item>
      <title>Use Table as List for Another Table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662269#M595201</link>
      <description>&lt;P&gt;Hello, I need to&amp;nbsp;use the values in Table A to find the values in Table B. Wherever they exist in Table B, change the data in another column (in Table B) to be zero.&amp;nbsp; I am not sure how to approach this.&amp;nbsp; If anyone could point me in the right direction.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662269#M595201</guid>
      <dc:creator>Lisa2</dc:creator>
      <dc:date>2024-11-16T01:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use Table as List for Another Table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662271#M595202</link>
      <description>&lt;P&gt;Hey Lisa, I suspect what will really help on this one is if you can provide some sample data for your two Tables and your expected output appearance, that should help the folks capable give you a much better answer right from the start.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 22:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662271#M595202</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-02T22:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use Table as List for Another Table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662275#M595203</link>
      <description>&lt;P&gt;If I understood correctly. Take this simple example.&lt;/P&gt;&lt;P&gt;Here, exists condition in TableB checks the values of ID from TableA with ID1 of TableB. If ID1 values matches with ID 0 will be assigned else Qty1 column&amp;nbsp; values will remain as it is. In simple words newly created column Qty2 will have 0 values wherever ID1 values matches with ID value of TableA.&lt;/P&gt;&lt;P&gt;TableA:&lt;BR /&gt;load ID,&lt;BR /&gt;Qty&lt;BR /&gt;FROM TableA;&lt;/P&gt;&lt;P&gt;TableB:&lt;BR /&gt;load ID1,&lt;BR /&gt;Qty1,&lt;BR /&gt;if(Exists(ID,ID1),0,Qty1) as Qty2&lt;BR /&gt;FROM TableB;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 22:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662275#M595203</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-02T22:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use Table as List for Another Table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662276#M595204</link>
      <description>&lt;P&gt;Using list of values from Table A, find them in Table B and zero out the Hours.&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Items
1653-46
3256-98
8523-14
7892-92
3152-35&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table B:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Items	Hours
1653-46	0
1653-56	12
3256-98	0
8523-14	0
5648-87	10
7892-92	0
3152-35	0
7559-78	15
7325-19	18&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 22:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662276#M595204</guid>
      <dc:creator>Lisa2</dc:creator>
      <dc:date>2020-01-02T22:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use Table as List for Another Table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662278#M595205</link>
      <description>&lt;P&gt;see my reply above, you can do this in same way&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 22:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662278#M595205</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-02T22:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use Table as List for Another Table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662294#M595206</link>
      <description>&lt;P&gt;Try this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;T1:&lt;BR /&gt;LOAD *,1 as Flag;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Items&lt;BR /&gt;1653-46&lt;BR /&gt;3256-98&lt;BR /&gt;8523-14&lt;BR /&gt;7892-92&lt;BR /&gt;3152-35&lt;BR /&gt;];&lt;BR /&gt;Join&lt;BR /&gt;T2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Items, Hours&lt;BR /&gt;1653-46, 5&lt;BR /&gt;1653-56, 12&lt;BR /&gt;3256-98, 6&lt;BR /&gt;8523-14, 3&lt;BR /&gt;5648-87, 10&lt;BR /&gt;7892-92, 3&lt;BR /&gt;3152-35, 9&lt;BR /&gt;7559-78, 15&lt;BR /&gt;7325-19, 18&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;BR /&gt;If(Flag=1,0,Hours) as NewField&lt;BR /&gt;Resident T1;&lt;/P&gt;&lt;P&gt;DROP Table T1;&lt;BR /&gt;DROP Fields Flag;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 03:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662294#M595206</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2020-01-03T03:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Use Table as List for Another Table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662905#M595207</link>
      <description>&lt;P&gt;Lisa, if either of the posts you have received did help with your use case, be sure to return to your thread and use the Accept as Solution button on any posts that were useful to get your use case working, as this gives the posters credit for the help, and lets the other Community Members know what actually worked, so please be sure to do this when you can.&amp;nbsp; If you are still working upon things, and you need further assistance, please leave another update on where you are currently stuck with things.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 13:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1662905#M595207</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-06T13:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use Table as List for Another Table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1697231#M595208</link>
      <description>&lt;P&gt;One more solution.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Mapper:
Mapping
LOAD *,0 INLINE [
    Items
    1653-46
    3256-98
    8523-14
    7892-92
    3152-35
];

tab1:
LOAD Items, ApplyMap('Mapper',Items,Hours) As Hours INLINE [
    Items, Hours
    1653-46, 5
    1653-56, 12
    3256-98, 6
    8523-14, 3
    5648-87, 10
    7892-92, 3
    3152-35, 9
    7559-78, 15
    7325-19, 18
];&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV21.PNG" style="width: 92px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/32574i7928F7B9141B4319/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV21.PNG" alt="commQV21.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 23:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Table-as-List-for-Another-Table/m-p/1697231#M595208</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-04-27T23:33:46Z</dc:date>
    </item>
  </channel>
</rss>

