<?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: Multiple Criteria in Sum expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Criteria-in-Sum-expression/m-p/87359#M602314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works good, too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2018 12:41:30 GMT</pubDate>
    <dc:creator>ivanaksen</dc:creator>
    <dc:date>2018-08-15T12:41:30Z</dc:date>
    <item>
      <title>Multiple Criteria in Sum expression</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Criteria-in-Sum-expression/m-p/87355#M602310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;Please support with the bellow issue:&lt;/P&gt;&lt;P&gt;in Visualization I need to see percentage of data&amp;nbsp; with the condition Aging&amp;gt; than 89 days, and I have the formula, which is not correct working, it`s showing only 1, like I dont have filter [Aging]={'&amp;gt;89'}:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Aging]={'&amp;gt;89'}&amp;gt;}Amount.Loc)/Sum([Amount.Loc])&lt;/P&gt;&lt;P&gt;But all data is in Raw data table is correct with aging.&lt;/P&gt;&lt;P&gt;I tried to make the formula in script: sum(If(Aging&amp;gt;89,([Amount.Loc]))) as Aging_delay_Amount, &lt;/P&gt;&lt;P&gt;but again I have an error there.&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 12:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Criteria-in-Sum-expression/m-p/87355#M602310</guid>
      <dc:creator>ivanaksen</dc:creator>
      <dc:date>2018-08-15T12:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Criteria in Sum expression</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Criteria-in-Sum-expression/m-p/87356#M602311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about if you try this with double quotes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[Aging] = {&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;&amp;gt;89&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;}&amp;gt;} [Amount.Loc])/Sum([Amount.Loc])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 12:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Criteria-in-Sum-expression/m-p/87356#M602311</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-15T12:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Criteria in Sum expression</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Criteria-in-Sum-expression/m-p/87357#M602312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, finaly it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 12:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Criteria-in-Sum-expression/m-p/87357#M602312</guid>
      <dc:creator>ivanaksen</dc:creator>
      <dc:date>2018-08-15T12:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Criteria in Sum expression</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Criteria-in-Sum-expression/m-p/87358#M602313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be change your script expressi to aflag&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(If(Aging&amp;gt;89,([Amount.Loc]))) as Aging_delay_Amount,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Aging&amp;gt;89,1,0)) as Aging_delay_flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;in the chart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Sum({&amp;lt;[&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aging_delay_flag&lt;/SPAN&gt;] = {&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;}&amp;gt;} [Amount.Loc])&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;btw, did you check if your field value a number or a string?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 12:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Criteria-in-Sum-expression/m-p/87358#M602313</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-08-15T12:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Criteria in Sum expression</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Criteria-in-Sum-expression/m-p/87359#M602314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works good, too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 12:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Criteria-in-Sum-expression/m-p/87359#M602314</guid>
      <dc:creator>ivanaksen</dc:creator>
      <dc:date>2018-08-15T12:41:30Z</dc:date>
    </item>
  </channel>
</rss>

