<?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: How to compare numbers between rows in a table for specific dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-compare-numbers-between-rows-in-a-table-for-specific/m-p/1963854#M79449</link>
    <description>&lt;P&gt;Hello, this expression worked. thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2022 08:06:20 GMT</pubDate>
    <dc:creator>pranaview</dc:creator>
    <dc:date>2022-08-03T08:06:20Z</dc:date>
    <item>
      <title>How to compare numbers between rows in a table for specific dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compare-numbers-between-rows-in-a-table-for-specific/m-p/1960313#M79151</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a requirement where i have to check if the numbers for a group matches or not and based on that assign green/red color to the text in a straight table. Will be more clear from below example&lt;/P&gt;
&lt;P&gt;Code&amp;nbsp; &amp;nbsp; &amp;nbsp; Date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Amount&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7/10/2022&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 500&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;7/17/2022&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 500&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7/5/2022&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;878&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7/11/2022&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 880&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7/20/2022&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 350&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7/25/2022&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 350&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, in the above example, Amount on two different dates matches for Code 1 and 3 and hence all 4 rows corresponding to these 2 codes needs to be shown in Green (only Amount column in green is enough) and for Code 2, the Amount doesn't match and hence these two rows will be red. Hope the requirement is clear enough.&amp;nbsp; I am looking to handle this in the front end table .&lt;/P&gt;
&lt;P&gt;Any tip or suggestion will be appreciated, thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 06:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compare-numbers-between-rows-in-a-table-for-specific/m-p/1960313#M79151</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2022-07-26T06:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare numbers between rows in a table for specific dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compare-numbers-between-rows-in-a-table-for-specific/m-p/1960352#M79156</link>
      <description>&lt;P&gt;Hi, maybe&lt;/P&gt;
&lt;P&gt;if(aggr(nodistinct count(distinct Amount),Code)=1, green(), lightred())&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 07:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compare-numbers-between-rows-in-a-table-for-specific/m-p/1960352#M79156</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-07-26T07:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare numbers between rows in a table for specific dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compare-numbers-between-rows-in-a-table-for-specific/m-p/1963854#M79449</link>
      <description>&lt;P&gt;Hello, this expression worked. thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 08:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compare-numbers-between-rows-in-a-table-for-specific/m-p/1963854#M79449</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2022-08-03T08:06:20Z</dc:date>
    </item>
  </channel>
</rss>

