<?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 How know what is missing? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-know-what-is-missing/m-p/194748#M55526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a problem with it only works when I filter for a single case, and need it to work for many.&lt;/P&gt;&lt;P&gt;This is my code:&lt;BR /&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;UserData:&lt;BR /&gt; Load codigo as UserCode;&lt;BR /&gt; SQL SELECT codigo&lt;BR /&gt; FROM datper;&lt;BR /&gt;&lt;BR /&gt;left join (UserData)&lt;BR /&gt; LOAD usercod as UserCode,&lt;BR /&gt; tipo as TypeCode,&lt;BR /&gt; applymap('Mapa_Activida',tipo,'--Error Avisos Vacíos--') as TypeWarning,&lt;BR /&gt; fecha &amp;amp; '|' &amp;amp; tipo as cod_Date_Type&lt;BR /&gt; //where match(tipo,'10','04','12')&lt;BR /&gt; where match(tipo,'12')&lt;BR /&gt; ;&lt;BR /&gt; SQL SELECT tipo, fecha, usercod, codigo FROM citas;&lt;BR /&gt;&lt;BR /&gt;WarningsUserData:&lt;BR /&gt; LOAD *,&lt;BR /&gt; if(isnull(cod_Date_Type),'MISSING','OK') as Status&lt;BR /&gt; resident UserData where not exists(cod_Date_Type,UserCode);&lt;BR /&gt;&lt;BR /&gt;drop table UserData;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Now, for example, if i indicate:&lt;BR /&gt;WHERE match (type, '10')&lt;BR /&gt;everything works, because I know that the TypeCode is missing is 10. &lt;BR /&gt;&lt;BR /&gt;But, and here is where there is my problem, if i indicate:&lt;BR /&gt;WHERE match (type, '10', '04', '12')&lt;BR /&gt;how I can know the TypeCode what is missing? TypeCode = 10, or TypeCode = 04, or TypeCode = 12?&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I only know something is missing but do not know how to find out what TypeCode. I can't select TypeCode because obviously it is missing.&lt;/P&gt;&lt;P&gt;Hope you can understand my problem and help me. It's something necesary because without it i can't continue developing this project.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jan 2011 18:04:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-31T18:04:18Z</dc:date>
    <item>
      <title>How know what is missing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-know-what-is-missing/m-p/194748#M55526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a problem with it only works when I filter for a single case, and need it to work for many.&lt;/P&gt;&lt;P&gt;This is my code:&lt;BR /&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;UserData:&lt;BR /&gt; Load codigo as UserCode;&lt;BR /&gt; SQL SELECT codigo&lt;BR /&gt; FROM datper;&lt;BR /&gt;&lt;BR /&gt;left join (UserData)&lt;BR /&gt; LOAD usercod as UserCode,&lt;BR /&gt; tipo as TypeCode,&lt;BR /&gt; applymap('Mapa_Activida',tipo,'--Error Avisos Vacíos--') as TypeWarning,&lt;BR /&gt; fecha &amp;amp; '|' &amp;amp; tipo as cod_Date_Type&lt;BR /&gt; //where match(tipo,'10','04','12')&lt;BR /&gt; where match(tipo,'12')&lt;BR /&gt; ;&lt;BR /&gt; SQL SELECT tipo, fecha, usercod, codigo FROM citas;&lt;BR /&gt;&lt;BR /&gt;WarningsUserData:&lt;BR /&gt; LOAD *,&lt;BR /&gt; if(isnull(cod_Date_Type),'MISSING','OK') as Status&lt;BR /&gt; resident UserData where not exists(cod_Date_Type,UserCode);&lt;BR /&gt;&lt;BR /&gt;drop table UserData;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Now, for example, if i indicate:&lt;BR /&gt;WHERE match (type, '10')&lt;BR /&gt;everything works, because I know that the TypeCode is missing is 10. &lt;BR /&gt;&lt;BR /&gt;But, and here is where there is my problem, if i indicate:&lt;BR /&gt;WHERE match (type, '10', '04', '12')&lt;BR /&gt;how I can know the TypeCode what is missing? TypeCode = 10, or TypeCode = 04, or TypeCode = 12?&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I only know something is missing but do not know how to find out what TypeCode. I can't select TypeCode because obviously it is missing.&lt;/P&gt;&lt;P&gt;Hope you can understand my problem and help me. It's something necesary because without it i can't continue developing this project.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 18:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-know-what-is-missing/m-p/194748#M55526</guid>
      <dc:creator />
      <dc:date>2011-01-31T18:04:18Z</dc:date>
    </item>
    <item>
      <title>How know what is missing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-know-what-is-missing/m-p/194749#M55527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If u have the TYPE Code master data then i can find a solution for u.&lt;/P&gt;&lt;P&gt;Say . if u have type code master in table tab1 as field TPCode,&lt;/P&gt;&lt;P&gt;then u can use the exists function with where clause&lt;/P&gt;&lt;P&gt;e.g if u have another table Tab2 with TPCode2 in which u want to find the missing code.&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;laod TPCode2 from Tab2;&lt;/P&gt;&lt;P&gt;B:&lt;/P&gt;&lt;P&gt;load TPCode from Tab1 where not exists (TPCode2,TPCode);&lt;/P&gt;&lt;P&gt;drop table A;&lt;/P&gt;&lt;P&gt;u will get missing Type code;&lt;/P&gt;&lt;P&gt;Good Luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 04:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-know-what-is-missing/m-p/194749#M55527</guid>
      <dc:creator>maneshkhottcpl</dc:creator>
      <dc:date>2011-02-01T04:48:25Z</dc:date>
    </item>
  </channel>
</rss>

