<?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 Question in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Question/m-p/1801939#M65042</link>
    <description>&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;Good morning everyone. I need to perform an operation where I have to make comparisons between fields. The operation is as follows: count the records where my table1 is equal to or less than my table2 and my table3 is equal to or less than my table4. I don't know how to fix this. Please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sebvz1989_0-1619126586307.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53512iB86928D8A4B3FE59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sebvz1989_0-1619126586307.png" alt="sebvz1989_0-1619126586307.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Apr 2021 21:23:14 GMT</pubDate>
    <dc:creator>sebvz1989</dc:creator>
    <dc:date>2021-04-22T21:23:14Z</dc:date>
    <item>
      <title>Question</title>
      <link>https://community.qlik.com/t5/App-Development/Question/m-p/1801939#M65042</link>
      <description>&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;Good morning everyone. I need to perform an operation where I have to make comparisons between fields. The operation is as follows: count the records where my table1 is equal to or less than my table2 and my table3 is equal to or less than my table4. I don't know how to fix this. Please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sebvz1989_0-1619126586307.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53512iB86928D8A4B3FE59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sebvz1989_0-1619126586307.png" alt="sebvz1989_0-1619126586307.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 21:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Question/m-p/1801939#M65042</guid>
      <dc:creator>sebvz1989</dc:creator>
      <dc:date>2021-04-22T21:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/App-Development/Question/m-p/1802246#M65076</link>
      <description>&lt;P&gt;Your image and explanation aren't enough for anyone to try to help with your specific case. You would need to show example data of each table and example of expected output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general -&amp;nbsp;If Table1 and Table2 contain the same basic fields you could simply load them together for the dimensional values, and simply qualify the value fields like "Value_Table1" and "Value_Table2". After you have loaded both tables together like that you can do a simple SELF JOIN and create a flag that compares the values.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;JOIN&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Load MyKeyField,&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;IF (Value_Table1 &amp;lt;= Value_Table2, 1, 0) as Table1_LessThanEqualFlag&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Resident MyTableName&lt;/P&gt;&lt;P&gt;Then you can create an expression in a KPI that is a simple SUM of that flag:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Sum(Table1_LessThanEqualFlag)&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 15:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Question/m-p/1802246#M65076</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2021-04-23T15:36:39Z</dc:date>
    </item>
  </channel>
</rss>

