<?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 sum and divide expressions with set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-sum-and-divide-expressions-with-set-analysis/m-p/13168#M779040</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;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Rangesum&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;Source={'Billing'}, RejectionReason_ABGRU_line={' '}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pur. ord. type_BSARK_line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'EDI','XML'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Order Document Type_AUART_line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={'QT'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Company Code_BUKRS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'1100','1500'}&amp;gt;} distinct %OrderDocumentItem_Key_line)&lt;BR /&gt; , &lt;BR /&gt; count({&amp;lt;Source={'Billing'}, RejectionReason_ABGRU_line={' '}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Order Document Type_AUART_line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={ZWEB}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Company Code_BUKRS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'1100','1500'}&amp;gt;} distinct %OrderDocumentItem_Key_line))&lt;BR /&gt; /&lt;BR /&gt; count({&amp;lt;Source={'Billing'}, RejectionReason_ABGRU_line={' '}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pur. ord. type_BSARK_line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Order Document Type_AUART_line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={'QT'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Company Code_BUKRS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'1100','1500'}&amp;gt;} distinct %OrderDocumentItem_Key_line)&lt;BR /&gt; ,'##.##%')&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2018 17:49:37 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-04-10T17:49:37Z</dc:date>
    <item>
      <title>how to sum and divide expressions with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sum-and-divide-expressions-with-set-analysis/m-p/13167#M779039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have two expressions that i would like to add together and then divide by the total number to find a percent of automated orders how would i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum(count({&amp;lt;Source={'Billing'}, RejectionReason_ABGRU_line={" "}, [Pur. ord. type_BSARK_line]={'EDI','XML'}, [Order Document Type_AUART_line]-={'QT'},[Company Code_BUKRS]={'1100','1500'}&amp;gt;} distinct %OrderDocumentItem_Key_line)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Count ({&amp;lt;Source={'Billing'}, RejectionReason_ABGRU_line={" "}, [Order Document Type_AUART_line]={ZWEB}, [Company Code_BUKRS]={'1100','1500'}&amp;gt;} distinct %OrderDocumentItem_Key_line))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;count({&amp;lt;Source={'Billing'}, RejectionReason_ABGRU_line={" "}, [Pur. ord. type_BSARK_line]=, [Order Document Type_AUART_line]-={'QT'}, [Company Code_BUKRS]={'1100','1500'}&amp;gt;} distinct %OrderDocumentItem_Key_line),'##.##%') &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;this is my expression how can i fix it to work&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sum-and-divide-expressions-with-set-analysis/m-p/13167#M779039</guid>
      <dc:creator>kylealpaugh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to sum and divide expressions with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sum-and-divide-expressions-with-set-analysis/m-p/13168#M779040</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;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Rangesum&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;Source={'Billing'}, RejectionReason_ABGRU_line={' '}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pur. ord. type_BSARK_line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'EDI','XML'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Order Document Type_AUART_line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={'QT'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Company Code_BUKRS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'1100','1500'}&amp;gt;} distinct %OrderDocumentItem_Key_line)&lt;BR /&gt; , &lt;BR /&gt; count({&amp;lt;Source={'Billing'}, RejectionReason_ABGRU_line={' '}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Order Document Type_AUART_line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={ZWEB}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Company Code_BUKRS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'1100','1500'}&amp;gt;} distinct %OrderDocumentItem_Key_line))&lt;BR /&gt; /&lt;BR /&gt; count({&amp;lt;Source={'Billing'}, RejectionReason_ABGRU_line={' '}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pur. ord. type_BSARK_line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Order Document Type_AUART_line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={'QT'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Company Code_BUKRS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'1100','1500'}&amp;gt;} distinct %OrderDocumentItem_Key_line)&lt;BR /&gt; ,'##.##%')&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 17:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sum-and-divide-expressions-with-set-analysis/m-p/13168#M779040</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-10T17:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to sum and divide expressions with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sum-and-divide-expressions-with-set-analysis/m-p/13169#M779041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try&lt;/P&gt;&lt;P&gt;Num(&lt;/P&gt;&lt;P&gt;Count(&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;lt;Source={'Billing'}, RejectionReason_ABGRU_line={" "}, [Pur. ord. type_BSARK_line]={'EDI','XML'}, [Order Document Type_AUART_line]-={'QT'},[Company Code_BUKRS]={'1100','1500'}&amp;gt;&lt;/P&gt;&lt;P&gt; +&lt;/P&gt;&lt;P&gt;&amp;lt;Source={'Billing'}, RejectionReason_ABGRU_line={" "}, [Order Document Type_AUART_line]={'ZWEB'}, [Company Code_BUKRS]={'1100','1500'}&amp;gt;&lt;/P&gt;&lt;P&gt;} &lt;/P&gt;&lt;P&gt;distinct %OrderDocumentItem_Key_line&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count({&amp;lt;Source={'Billing'}, RejectionReason_ABGRU_line={" "}, [Pur. ord. type_BSARK_line]=, [Order Document Type_AUART_line]-={'QT'}, [Company Code_BUKRS]={'1100','1500'}&amp;gt;} distinct %OrderDocumentItem_Key_line)&lt;/P&gt;&lt;P&gt;,'##.##%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 18:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sum-and-divide-expressions-with-set-analysis/m-p/13169#M779041</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-10T18:28:29Z</dc:date>
    </item>
  </channel>
</rss>

