<?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 count on fields that have changes in value. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211099#M626226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;woww........ let me test it, let you know in a short while, Mika.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2016 10:18:12 GMT</pubDate>
    <dc:creator>jim_chan</dc:creator>
    <dc:date>2016-10-11T10:18:12Z</dc:date>
    <item>
      <title>How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211095#M626219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- display total no of records - i assume is count(record_ID) ?&lt;/P&gt;&lt;P&gt;- display records that have made changes of the total of number records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample qvw with inline data.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 08:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211095#M626219</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T08:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211096#M626221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I used before() or after() ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 09:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211096#M626221</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T09:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211097#M626223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Record_2015:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, Record_ID, Rating&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015, 001, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015, 002, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015, 003, 30&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes:&lt;/P&gt;&lt;P&gt; Mapping Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt; Record_ID&amp;amp;Rating as Rating2015,&lt;/P&gt;&lt;P&gt; Rating&lt;/P&gt;&lt;P&gt; resident Record_2015;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Record_2016:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;if(Record_ID&amp;amp;Rating&amp;lt;&amp;gt;Record_ID&amp;amp;ApplyMap('Changes', Record_ID&amp;amp;Rating,0),1) as ChangesFlag;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, Record_ID, Rating&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016, 001, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016, 002, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016, 003, 30&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140246_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211097#M626223</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-10-11T10:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211098#M626225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim&lt;/P&gt;&lt;P&gt;may be&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;(DISTINCT {&amp;lt;Record_ID={'=Count(DISTINCT Rating) &amp;gt; 1'}&amp;gt;} Record_ID&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211098#M626225</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-10-11T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211099#M626226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;woww........ let me test it, let you know in a short while, Mika.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211099#M626226</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T10:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211100#M626227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got synthetic key after loaded the script as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Record_2015:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, Record_ID, Rating&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015, 001, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015, 002, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015, 003, 30&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes:&lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Record_ID&amp;amp;Rating as Rating2015,&lt;/P&gt;&lt;P&gt;Rating&lt;/P&gt;&lt;P&gt;resident Record_2015;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Record_2016:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;if(Record_ID&amp;amp;Rating&amp;lt;&amp;gt;Record_ID&amp;amp;ApplyMap('Changes', Record_ID&amp;amp;Rating,0),1) as ChangesFlag;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, Record_ID, Rating&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016, 001, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016, 002, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016, 003, 30&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211100#M626227</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T10:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211101#M626228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok.. this works too, it gave me the no. of record changes too. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211101#M626228</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T10:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211102#M626229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be one of these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT {&amp;lt;Record_ID = {"=Len(Trim(Only(Rating))) = 0"}&amp;gt;}Record_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or this if you don't want to distinct count Record_ID&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;Record_ID = {"=Len(Trim(Only(Rating))) = 0"}&amp;gt;}Record_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211102#M626229</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T10:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211103#M626230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Missed the concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Record_2015:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, Record_ID, Rating&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015, 001, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015, 002, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015, 003, 30&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes:&lt;/P&gt;&lt;P&gt; Mapping Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Record_ID&amp;amp;Rating as Rating2015,&lt;/P&gt;&lt;P&gt; Rating&lt;/P&gt;&lt;P&gt; resident Record_2015;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Record_2016:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;if(Record_ID&amp;amp;Rating&amp;lt;&amp;gt;Record_ID&amp;amp;ApplyMap('Changes', Record_ID&amp;amp;Rating,0),1) as ChangesFlag;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, Record_ID, Rating&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016, 001, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016, 002, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016, 003, 30&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211103#M626230</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-10-11T10:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211104#M626231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Count(DISTINCT {&amp;lt;Record_ID = {"=Len(Trim(Only(Rating))) = 0"}&amp;gt;}Record_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can i display the Record ID(that have changes) ? in the table box or text object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211104#M626231</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T10:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211105#M626234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will give you a comma separated list of Record_ID which changed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;SPAN style="color: #ff0000;"&gt;Concat&lt;/SPAN&gt;(DISTINCT {&amp;lt;Record_ID = {"=Len(Trim(Only(Rating))) = 0"}&amp;gt;}Record_ID&lt;SPAN style="color: #ff0000;"&gt;, ', '&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211105#M626234</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T10:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211106#M626235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow.... Sunny! thanks!!! all works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211106#M626235</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T10:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211107#M626236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question, Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a filter called - rating, so it has 10.20,30. so when i select 20. it wont show me any result.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is it so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 11:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211107#M626236</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T11:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211108#M626237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way the expression is structured, it gave you that result. May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(DISTINCT {&amp;lt;Record_ID = {"=Len(Trim(Only(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Rating, Record_ID = P(Record_ID)&amp;gt;}&lt;/SPAN&gt;Rating))) = 0"}&amp;gt;}Record_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 11:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211108#M626237</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T11:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211109#M626238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny Bro, for the Year...is it logical if i allow user to select filter Year? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 11:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211109#M626238</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T11:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211110#M626239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it logical? I guess it would depend on user needs, right? I am not sure what exactly are you looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 11:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211110#M626239</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T11:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211111#M626240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for instance, user access the dashboard, user clicks on year 2016 to see what record_id's rating has changed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 11:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211111#M626240</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T11:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211112#M626241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, that seems logical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 11:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211112#M626241</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T11:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211113#M626242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i cant see it from here. is it bcos the record_id's has no changes in 2016? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 11:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211113#M626242</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T11:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to count on fields that have changes in value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211114#M626244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="error.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140256_error.jpg" style="height: 299px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 11:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-on-fields-that-have-changes-in-value/m-p/1211114#M626244</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-10-11T11:23:02Z</dc:date>
    </item>
  </channel>
</rss>

