<?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: Listbox filter all anti join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-filter-all-anti-join/m-p/1764814#M454209</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/11767"&gt;@eclecticfish&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want result in front end, try like below&lt;/P&gt;&lt;P&gt;=Aggr(if(Len(Trim(Flag))=0, 'No', Flag), COMMON_ID)&lt;/P&gt;&lt;P&gt;If back end, try like below sample&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;Load * Inline&lt;BR /&gt;[&lt;BR /&gt;COMMON_ID&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Left Join&lt;BR /&gt;Load *, 'Yes' as Flag&amp;nbsp;Inline&lt;BR /&gt;[&lt;BR /&gt;COMMON_ID&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Load COMMON_ID, If(Flag='Yes', Flag, 'No') as Flag Resident Temp;&lt;/P&gt;&lt;P&gt;DROP Table Temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can change inline with ursource.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Nov 2020 01:14:35 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2020-11-27T01:14:35Z</dc:date>
    <item>
      <title>Listbox filter all anti join</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-filter-all-anti-join/m-p/1764780#M454207</link>
      <description>&lt;P&gt;Hi im having a problem, im working on a qlikview where i need a listbox filter to flag something as YES or NO, normally I would do this by making a flag in the load script. Which i have also done here however i only have the "yes" part. since the flag is based on a script load where i first use sql to load in the main data and then let qlikview implicit join that table with other tables thorugh a common ID. like this LOAD * where exits(COMMON_ID)&lt;/P&gt;&lt;P&gt;The problem is that this flag is located in table loaded in this way, so the load will look like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD * 

sql

select * from tableA;



and then 

LOAD * where exits(COMMON_ID)

sql 

select a.*,'YES' Falg from tableB b&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however how do i make a listbox which select all record which did not exits on tableB and therefore dont have a FLAG ?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-filter-all-anti-join/m-p/1764780#M454207</guid>
      <dc:creator>eclecticfish</dc:creator>
      <dc:date>2024-11-16T17:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox filter all anti join</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-filter-all-anti-join/m-p/1764814#M454209</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/11767"&gt;@eclecticfish&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want result in front end, try like below&lt;/P&gt;&lt;P&gt;=Aggr(if(Len(Trim(Flag))=0, 'No', Flag), COMMON_ID)&lt;/P&gt;&lt;P&gt;If back end, try like below sample&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;Load * Inline&lt;BR /&gt;[&lt;BR /&gt;COMMON_ID&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Left Join&lt;BR /&gt;Load *, 'Yes' as Flag&amp;nbsp;Inline&lt;BR /&gt;[&lt;BR /&gt;COMMON_ID&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Load COMMON_ID, If(Flag='Yes', Flag, 'No') as Flag Resident Temp;&lt;/P&gt;&lt;P&gt;DROP Table Temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can change inline with ursource.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 01:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-filter-all-anti-join/m-p/1764814#M454209</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-27T01:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox filter all anti join</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-filter-all-anti-join/m-p/1764865#M454210</link>
      <description>&lt;P&gt;Just tried your front end solution and it works flawlessly, thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 07:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-filter-all-anti-join/m-p/1764865#M454210</guid>
      <dc:creator>eclecticfish</dc:creator>
      <dc:date>2020-11-27T07:55:05Z</dc:date>
    </item>
  </channel>
</rss>

