<?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: Count on percentage in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683547#M247804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's brilliant and seems to work great but I'm getting higher results than I was expecting.&amp;nbsp; In Excel I have a formula that calculates the percentage and another that references it thus: =IF([percentage cell]&amp;gt;49%,"1","0").&amp;nbsp; I simply sum this column to give me the total number of instances over 49%.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was my understanding that if I counted the instances over 49% in my Qlik expression this would give the same result but it's not working out that way - is this the correct approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2014 13:40:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-25T13:40:14Z</dc:date>
    <item>
      <title>Count on percentage in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683539#M247796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've an expression in a straight table that calculates the percentage difference in product usage between dates (below):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM(IF((count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)=0 AND count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)&amp;gt;0),1,&lt;/P&gt;&lt;P&gt;(count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)-&lt;/P&gt;&lt;P&gt;count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate))/count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)),'##0%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine, but I'd like to build a similar expression that counts the number of the above that are greater than 49% and can't work out how to get it going.&amp;nbsp; I'm having trouble getting the count to react to the percentage so any help would be hugely appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance (and I hope I've explained this correctly!),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 12:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683539#M247796</guid>
      <dc:creator />
      <dc:date>2014-09-24T12:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Count on percentage in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683540#M247797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=IF(IF((count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)=0 AND count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)&amp;gt;0),1,&lt;/P&gt;&lt;P&gt;(count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)-&lt;/P&gt;&lt;P&gt;count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate))/count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate))&amp;gt;0.49,&lt;/P&gt;&lt;P&gt;NUM(IF((count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)=0 AND count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)&amp;gt;0),1,&lt;/P&gt;&lt;P&gt;(count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)-&lt;/P&gt;&lt;P&gt;count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate))/count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)),'##0%'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683540#M247797</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-24T13:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count on percentage in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683541#M247798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That gives me a percentage answer (which in a way is helpful) but I'm looking for a count of the number of results that come back at greater than 49%, rather than a percentage.&amp;nbsp; Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 15:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683541#M247798</guid>
      <dc:creator />
      <dc:date>2014-09-24T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count on percentage in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683542#M247799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=IF(IF((count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)=0 AND count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)&amp;gt;0),1,&lt;/P&gt;&lt;P&gt;(count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)-&lt;/P&gt;&lt;P&gt;count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate))/count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate))&amp;gt;0.49,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NUM(IF((count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)=0 AND count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)&amp;gt;0),1,&lt;/P&gt;&lt;P&gt;(count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)-&lt;/P&gt;&lt;P&gt;count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NUM(IF((count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)=0 AND count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)&amp;gt;0),1,&lt;/P&gt;&lt;P&gt;(count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)-&lt;/P&gt;&lt;P&gt;count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate))/count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)),'##0%'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if, greater than 49%, count, otherwise just show the percentage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 15:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683542#M247799</guid>
      <dc:creator />
      <dc:date>2014-09-24T15:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Count on percentage in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683543#M247800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Katarzyna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's not quite correct, but nearly there - the best way to put it would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If greater than 49%, count, otherwise do not count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 15:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683543#M247800</guid>
      <dc:creator />
      <dc:date>2014-09-24T15:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Count on percentage in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683544#M247801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this Alex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;=IF(IF((count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)=0 AND count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)&amp;gt;0),1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;(count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate))/count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate))&amp;gt;0.49,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;NUM(IF((count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)=0 AND count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)&amp;gt;0),1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;(count({&amp;lt;DLDate = {'=DLDate&amp;gt;TLDate'}&amp;gt;}DLDate)-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;count({&amp;lt;DLDate = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}DLDate)),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;null()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 16:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683544#M247801</guid>
      <dc:creator />
      <dc:date>2014-09-24T16:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Count on percentage in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683545#M247802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's an error in the expression somewhere there - we're nearly there though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 12:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683545#M247802</guid>
      <dc:creator />
      <dc:date>2014-09-25T12:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Count on percentage in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683546#M247803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&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;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=DLDate&amp;gt;TLDate'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0),1, (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=DLDate&amp;gt;TLDate'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;gt;0.49,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=DLDate&amp;gt;TLDate'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0),1,(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=DLDate&amp;gt;TLDate'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=DLDate&amp;lt;TLDate and DLDate&amp;gt;TLDate-30'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))),&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 12:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683546#M247803</guid>
      <dc:creator />
      <dc:date>2014-09-25T12:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Count on percentage in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683547#M247804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's brilliant and seems to work great but I'm getting higher results than I was expecting.&amp;nbsp; In Excel I have a formula that calculates the percentage and another that references it thus: =IF([percentage cell]&amp;gt;49%,"1","0").&amp;nbsp; I simply sum this column to give me the total number of instances over 49%.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was my understanding that if I counted the instances over 49% in my Qlik expression this would give the same result but it's not working out that way - is this the correct approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 13:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683547#M247804</guid>
      <dc:creator />
      <dc:date>2014-09-25T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Count on percentage in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683548#M247805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you could post a sample dashboard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 11:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-percentage-in-expression/m-p/683548#M247805</guid>
      <dc:creator />
      <dc:date>2014-09-26T11:32:13Z</dc:date>
    </item>
  </channel>
</rss>

