<?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 can I list values including text format with a condition on a chart? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326282#M28792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok this was the first part, by the time I asked you, i had figured out:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i found the COUNT of : &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;FirstSortedValue([Violation Profile], -Aggr(Count({&amp;lt;[Violation Profile]=-{'Checked'}&amp;gt;}[Violation Profile]), [TVR Code-Viol_March.TVR Code], [Violation Profile]&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, MonthFieldHere&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jun 2017 14:00:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-22T14:00:29Z</dc:date>
    <item>
      <title>How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326266#M28776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I work as a analyst manager in a company. I came across a bottle neck with qlik sense.&lt;/P&gt;&lt;P&gt;We have traffic systems installed in different countries and i have to deliver monthly reports about percentage of violations, enforcements etc.&lt;/P&gt;&lt;P&gt;The systems are so called TVR s have their unique ID's. My database is excel sheets with a clear format. &lt;/P&gt;&lt;P&gt;My main goal is to create a chart(line,bar etc.) with tower IDs as a dimension and lets say checked violations as a measure. But i want to set one or two conditions for TVR ID dimension.&lt;SPAN style="font-size: 10pt;"&gt;I couldnt find anywhere how to do it.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;You can find related app file attached. At the last page which called Monthly results i have a a chart and a invalid dimension. I'm new to script language and what i wrote was : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if(count({&amp;lt;[Violation Profile]={'Green signal issue'}&amp;gt;}[Violation Profile])&amp;gt;1000,[TVR Code-Viol_March.TVR Code],)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can you help mi with that?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326266#M28776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-20T14:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326267#M28777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the output you are looking to get? The problem is that you cannot use Aggregate functions such as Count, Sum, Min, Max in the script without Aggr() function (or TOTAL qualifier). But I don't know what you are looking to get to suggest anything. Can you explain what you want and may be share the output you are looking to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326267#M28777</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T15:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326268#M28778</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;I could not understand what was your point with aggr() obligation. I have so many apps that are running correctly on script without aggr(). I only used it with firstorderget function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have a database file like this. Checked means correct violations, the others are system issues. what i m trying to do is making a line or bar chart and adding TVR codes as a dimension. But i want to set conditions when defining this dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, is it possible to show only tower codes with more than 5 checked violation profile count and with more than %50 checked/total violation profile ratio?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="542"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl69" height="20" width="96"&gt;TVR Code&lt;/TD&gt;&lt;TD class="xl70" style="border-left: none;" width="79"&gt;Date&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="80"&gt;Time&lt;/TD&gt;&lt;TD class="xl69" style="border-left: none;" width="105"&gt;Day Cycle&lt;/TD&gt;&lt;TD class="xl69" style="border-left: none;" width="182"&gt;Violation Profile&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;00:03&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP47ATVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;00:06&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP72TVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;00:32&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP47ATVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;00:39&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;00:55&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP47ATVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;01:11&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP2TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;01:20&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP20TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;01:38&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP20TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;01:47&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP2TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;01:56&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP76TVR3&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;02:23&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP2TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;02:39&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP26TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;02:59&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Emergency situation&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;03:19&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP1ETVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;04:03&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP28ATVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;04:32&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;04:34&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:03&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP20TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:08&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:14&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP40TVR4&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:43&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP76TVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:48&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:50&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP20TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:11&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:16&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP2TVR3&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:31&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Yellow light&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:37&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:39&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP40TVR4&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:47&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 18:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326268#M28778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-20T18:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326269#M28779</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;I could not understand what was your point when saying i have to use aggr() function in a script. I have so many apps at the attachment that are working fine without it. Just for firstordervalue(), i use aggr() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To give an example: This table represents my database. Checked means correct and the others are system problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make a bar or line chart and add TVR Codes s as dimension. But i&amp;nbsp; dont want my chart to show all codes. I want to set one or two conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example; i just want to see TVR Codes with more than 10 checked violation profile count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="542"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl69" height="20" width="96"&gt;TVR Code&lt;/TD&gt;&lt;TD class="xl70" style="border-left: none;" width="79"&gt;Date&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="80"&gt;Time&lt;/TD&gt;&lt;TD class="xl69" style="border-left: none;" width="105"&gt;Day Cycle&lt;/TD&gt;&lt;TD class="xl69" style="border-left: none;" width="182"&gt;Violation Profile&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;00:03&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP47ATVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;00:06&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP72TVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;00:32&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP47ATVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;00:39&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;00:55&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP47ATVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;01:11&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP2TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;01:20&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP20TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;01:38&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP20TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;01:47&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP2TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;01:56&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP76TVR3&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;02:23&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP2TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;02:39&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP26TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;02:59&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Emergency situation&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;03:19&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP1ETVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;04:03&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP28ATVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;04:32&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;04:34&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:03&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP20TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:08&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:14&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Night&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP40TVR4&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:43&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Image problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP76TVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:48&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;05:50&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP20TVR1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:11&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:16&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP2TVR3&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:31&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Yellow light&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:37&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP55CTVR2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:39&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;IP40TVR4&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;01.03.2017&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;06:47&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Day&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Checked&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 19:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326269#M28779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-20T19:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326270#M28780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to get this?&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/167551_Capture.PNG" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(If(Count({&amp;lt;[Violation Profile]={'Green signal issue'}&amp;gt;}[Violation Profile]) &amp;gt; 1000, [TVR Code-Viol_March.TVR Code]), [TVR Code-Viol_March.TVR Code])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count([Violation Profile])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 02:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326270#M28780</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-21T02:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326271#M28781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works right know. Can i add additional condition to that expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326271#M28781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T05:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326272#M28782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, what conditions do you wish to add in there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326272#M28782</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-21T08:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326273#M28783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, your reply is enough for me. I can edit your formula like :&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=Aggr(If(Count({&amp;lt;[Violation Profile]={'Green signal issue'} AND &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;another condition&lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; &amp;gt;}[Violation Profile]) &amp;gt; 1000, [TVR Code-Viol_March.TVR Code]), [TVR Code-Viol_March.TVR Code])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;It can be percentage or green signal issues to total for example.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Thank you so much&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326273#M28783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T11:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326274#M28784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's great... I am glad you are willing to do this on your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326274#M28784</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-21T11:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326275#M28785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had no script language knowledge until i started to use QLİK sense. But with googling, community and youtube and some trying, i could manage to come up with results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when trying to extract data that depends on many variables, i can get stuck. I think about getting continous education from QLİK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will it be efficient for me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326275#M28785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T11:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326276#M28786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Continuous knowledge from Qlik? Not sure what that is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326276#M28786</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-21T11:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326277#M28787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;İn Qlik websitei there are training options. and one of them is continuous education. I can take courses whenever and wherever i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Topics are nice. But i dont know if it will worth price(1.400$)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i have found some books on amazon like Qlik sense cookbook etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you advice my anything about developing my skills on QLİK?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326277#M28787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T11:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326278#M28788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have actually not gotten a chance to take those training sessions, but I am sure there is a lot of good information available in it for a beginner like you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, if you really don't have that kind of money, you can learn a lot from being an active participant on the community. You will be amazed to see your learning go up exponentially just by spending 1-2 hours every day by helping others and looking at other peoples responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326278#M28788</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-21T11:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326279#M28789</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;I ve another bottleneck today.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have started to study aggr() function and made my first table with it. If you remember i had a database with TVR codes and violation profiles etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now i made a table with TVR Code dimension ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And another one for most repetitive unchecked volaton for each tvr and the script is : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FirstSortedValue([Violation Profile],-aggr(count({&amp;lt;[Violation Profile]=-{'Checked'}&amp;gt;}[Violation Profile]),[TVR Code-Viol_March.TVR Code],[Violation Profile]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now im trying to do a pivot table yet again with tvr codes as dimension. But now im adding months as columns and i want to calculate above expression monthly. Besides i need to calculate count value of that expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So to summarize my main code is for mont repetitive issue : FirstSortedValue([Violation Profile],-aggr(count({&amp;lt;[Violation Profile]=-{'Checked'}&amp;gt;}[Violation Profile]),[TVR Code-Viol_March.TVR Code],[Violation Profile]))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is most repetitive issue by month and its count value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 13:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326279#M28789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-22T13:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326280#M28790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I ve another bottleneck today.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;I have started to study aggr() function and made my first table with it. If you remember i had a database with TVR codes and violation profiles etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Now i made a table with TVR Code dimension ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;And another one for most repetitive unchecked volaton for each tvr and the script is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;FirstSortedValue([Violation Profile],-aggr(count({&amp;lt;[Violation Profile]=-{'Checked'}&amp;gt;}[Violation Profile]),[TVR Code-Viol_March.TVR Code],[Violation Profile]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Now im trying to do a pivot table yet again with tvr codes as dimension. But now im adding months as columns and i want to calculate above expression monthly. Besides i need to calculate count value of that expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;So to summarize my main code is for mont repetitive issue : FirstSortedValue([Violation Profile],-aggr(count({&amp;lt;[Violation Profile]=-{'Checked'}&amp;gt;}[Violation Profile]),[TVR Code-Viol_March.TVR Code],[Violation Profile]))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;What i want is most repetitive issue by month and its count value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Can u help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 13:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326280#M28790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-22T13:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326281#M28791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your Month field called? May be you forgot to add it to your Aggr() function here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue([Violation Profile], -Aggr(Count({&amp;lt;[Violation Profile]=-{'Checked'}&amp;gt;}[Violation Profile]), [TVR Code-Viol_March.TVR Code], [Violation Profile]&lt;SPAN style="color: #ff0000;"&gt;, MonthFieldHere&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 13:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326281#M28791</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-22T13:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326282#M28792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok this was the first part, by the time I asked you, i had figured out:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i found the COUNT of : &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;FirstSortedValue([Violation Profile], -Aggr(Count({&amp;lt;[Violation Profile]=-{'Checked'}&amp;gt;}[Violation Profile]), [TVR Code-Viol_March.TVR Code], [Violation Profile]&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, MonthFieldHere&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 14:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326282#M28792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-22T14:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326283#M28793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(If(FirstSortedValue([Violation Profile], -Aggr(Count({&amp;lt;[Violation Profile]=-{'Checked'}&amp;gt;}[Violation Profile]), [TVR Code-Viol_March.TVR Code], [Violation Profile], MonthFieldHere)) = [Violation Profile], 1, 0), [TVR Code-Viol_March.TVR Code], [Violation Profile], MonthFieldHere))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 14:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326283#M28793</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-22T14:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326284#M28794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its making a calculation but it doesnt seems to be right.&lt;/P&gt;&lt;P&gt;To give an example, TVR code IP59TVR1 has green signal issue for april and may with a count of 500.&lt;/P&gt;&lt;P&gt;In the table : &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;FirstSortedValue([Violation Profile], -Aggr(Count({&amp;lt;[Violation Profile]=-{'Checked'}&amp;gt;}[Violation Profile]), [TVR Code-Viol_March.TVR Code], [Violation Profile]&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, MonthFieldHere&lt;/SPAN&gt;)) works fine with the issue name.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;But when it comes to : &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Sum(Aggr(If(FirstSortedValue([Violation Profile], -Aggr(Count({&amp;lt;[Violation Profile]=-{'Checked'}&amp;gt;}[Violation Profile]), [TVR Code-Viol_March.TVR Code], [Violation Profile], MonthFieldHere)) = [Violation Profile], 1, 0), [TVR Code-Viol_March.TVR Code], [Violation Profile], MonthFieldHere))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;It makes a calculation and result is 15.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;So here my logic&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;1)To find most repetitive issue type for all TVR Codes - Done&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;2)To find most repetitive issue type for all TVR Codes by month - Done&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3)To find how many times that issue type occured during that month.-???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If most repetitive issue is green signal for IP59TVR1 and its count is 500 in march i want to see that value in my pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 14:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326284#M28794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-22T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I list values including text format with a condition on a chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326285#M28795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a unique identifier field in your dashboard which we might use to count?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 15:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-list-values-including-text-format-with-a-condition-on/m-p/1326285#M28795</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-22T15:00:55Z</dc:date>
    </item>
  </channel>
</rss>

