<?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 See if field code match in other table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/See-if-field-code-match-in-other-table/m-p/1510532#M749953</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have two tables that are not related.&lt;/P&gt;&lt;P&gt;I need to see in a Simple Table, for each row, how many codes are possible in match in the other table.&lt;/P&gt;&lt;P&gt;Tables are not related in the data model. (And it's really hard to make them related, as I din't make the model)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, I've tried with the following expressions. None of this worked:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;CurvaVariedad={"$(=VariedadRealCodigo)"} &amp;gt;}CurvaVariedad)&lt;/P&gt;&lt;P&gt;&amp;nbsp;=Count({&amp;lt;CurvaVariedad={"$(=Max(Aggr(Max(VariedadRealCodigo),VariedadRealCodigo,[Variedad Real])))"} &amp;gt;}CurvaVariedad)&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;Table 2:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="borrar1.PNG" style="width: 420px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/767iE3AB1D8959849D09/image-size/large?v=v2&amp;amp;px=999" role="button" title="borrar1.PNG" alt="borrar1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Borrar2.png" style="width: 177px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/766iD8749BFCCA82D9E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Borrar2.png" alt="Borrar2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>cristian_av</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>See if field code match in other table</title>
      <link>https://community.qlik.com/t5/QlikView/See-if-field-code-match-in-other-table/m-p/1510532#M749953</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have two tables that are not related.&lt;/P&gt;&lt;P&gt;I need to see in a Simple Table, for each row, how many codes are possible in match in the other table.&lt;/P&gt;&lt;P&gt;Tables are not related in the data model. (And it's really hard to make them related, as I din't make the model)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, I've tried with the following expressions. None of this worked:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;CurvaVariedad={"$(=VariedadRealCodigo)"} &amp;gt;}CurvaVariedad)&lt;/P&gt;&lt;P&gt;&amp;nbsp;=Count({&amp;lt;CurvaVariedad={"$(=Max(Aggr(Max(VariedadRealCodigo),VariedadRealCodigo,[Variedad Real])))"} &amp;gt;}CurvaVariedad)&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;Table 2:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="borrar1.PNG" style="width: 420px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/767iE3AB1D8959849D09/image-size/large?v=v2&amp;amp;px=999" role="button" title="borrar1.PNG" alt="borrar1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Borrar2.png" style="width: 177px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/766iD8749BFCCA82D9E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Borrar2.png" alt="Borrar2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/See-if-field-code-match-in-other-table/m-p/1510532#M749953</guid>
      <dc:creator>cristian_av</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: See if field code match in other table</title>
      <link>https://community.qlik.com/t5/QlikView/See-if-field-code-match-in-other-table/m-p/1510617#M749954</link>
      <description>&lt;P&gt;Try this -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;&lt;SPAN&gt;CurvaVariedad&lt;/SPAN&gt;={$(=chr(39) &amp;amp; If(GetPossibleCount(&lt;SPAN&gt;VariedadRealCodigo&lt;/SPAN&gt;)&amp;gt;0, Concat(DISTINCT &lt;SPAN&gt;VariedadRealCodigo&lt;/SPAN&gt;,chr(39)&amp;amp;','&amp;amp;chr(39))) &amp;amp; chr(39))} &amp;gt;}&lt;SPAN&gt;CurvaVariedad&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 18:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/See-if-field-code-match-in-other-table/m-p/1510617#M749954</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-11-21T18:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: See if field code match in other table</title>
      <link>https://community.qlik.com/t5/QlikView/See-if-field-code-match-in-other-table/m-p/1510697#M749955</link>
      <description>Set analysis don't work for dimension values. But instead, I used an If that is slower, but works.&lt;BR /&gt;Sum(if(VariedadRealCodigo=CurvaVariedad,1,0) )&amp;gt;0,1,0&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2018 20:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/See-if-field-code-match-in-other-table/m-p/1510697#M749955</guid>
      <dc:creator>cristian_av</dc:creator>
      <dc:date>2018-11-21T20:53:14Z</dc:date>
    </item>
  </channel>
</rss>

