<?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: TOTAL with set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/TOTAL-with-set-analysis/m-p/2033380#M85138</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/173628"&gt;@lucasx15&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The TOTAL keyword is used to ignore all chart dimensions values.&lt;BR /&gt;&lt;BR /&gt;Maybe this:&lt;/P&gt;
&lt;P&gt;COUNT({&amp;lt;CD_EXIT_ALT={12},&lt;BR /&gt;IE_PRODUCT-={3,5},&lt;BR /&gt;FL_RETURN={'1 - By 72 Hours'}&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;DISTINCT NR_CLIENT)&lt;BR /&gt;/&lt;BR /&gt;COUNT({&amp;lt;CD_EXIT_ALT={12},&lt;BR /&gt;IE_PRODUCT-={3,5}&lt;BR /&gt;&amp;gt;} TOTAL DISTINCT NR_CLIENT)&lt;/P&gt;
&lt;P&gt;I hope this can helps.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2023 14:08:25 GMT</pubDate>
    <dc:creator>agigliotti</dc:creator>
    <dc:date>2023-02-02T14:08:25Z</dc:date>
    <item>
      <title>TOTAL with set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/TOTAL-with-set-analysis/m-p/2033324#M85136</link>
      <description>&lt;P&gt;I have the following problem, I need to carry out a measurement of customers who purchased products in a period less than or equal to 30 days after leaving in relation to the total number of customers who access the site. Ignoring the defective products group, I am using the TOTAL attribute. But I'm having trouble applying it.&lt;/P&gt;
&lt;P&gt;My dimension is: FL_RETURN. It is dimensioned contains:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;1 - Up to 72 Hours
2 - Up to 15 Days
3 - Up to 30 Days
4 - Up to 45 Days
5 - Up to 60 Days&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My expression:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;COUNT({&amp;lt;CD_EXIT_ALT={12}, // where I consider the exits of a certain category
IE_PRODUCT-={3,5}, // ignore defective products
FL_RETURN={'1 - By 72 Hours'} // I put this test flag inside my analyze set
&amp;gt;&amp;gt;
TOTAL DISTINCT NR_CLIENT)
/
COUNT({&amp;lt;CD_EXIT_ALT={12},
IE_PRODUCT-={3,5} // ignore defective products
&amp;gt;} DISTINCT NR_CLIENT)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 02 Feb 2023 12:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TOTAL-with-set-analysis/m-p/2033324#M85136</guid>
      <dc:creator>lucasx15</dc:creator>
      <dc:date>2023-02-02T12:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: TOTAL with set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/TOTAL-with-set-analysis/m-p/2033380#M85138</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/173628"&gt;@lucasx15&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The TOTAL keyword is used to ignore all chart dimensions values.&lt;BR /&gt;&lt;BR /&gt;Maybe this:&lt;/P&gt;
&lt;P&gt;COUNT({&amp;lt;CD_EXIT_ALT={12},&lt;BR /&gt;IE_PRODUCT-={3,5},&lt;BR /&gt;FL_RETURN={'1 - By 72 Hours'}&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;DISTINCT NR_CLIENT)&lt;BR /&gt;/&lt;BR /&gt;COUNT({&amp;lt;CD_EXIT_ALT={12},&lt;BR /&gt;IE_PRODUCT-={3,5}&lt;BR /&gt;&amp;gt;} TOTAL DISTINCT NR_CLIENT)&lt;/P&gt;
&lt;P&gt;I hope this can helps.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 14:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TOTAL-with-set-analysis/m-p/2033380#M85138</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2023-02-02T14:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: TOTAL with set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/TOTAL-with-set-analysis/m-p/2033399#M85139</link>
      <description>&lt;P&gt;Hello, thank you very much for the answer and for the help.&lt;/P&gt;
&lt;P&gt;I decided to insert all the fields of my expression in the set analysis of&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;FL_RETURN&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;It now looks like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;FL_RETURN={' 1 - Up to 72 Hours',' 2 - Up to 15 Days', ' 3 - Up to 30 Days',' 4 - Up to 45 Days', ' 5 - Up to 60 Days' }&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;And I separated the expression into numerator and denominator. However, I couldn't understand why the values ​​were the same in all rows and columns and I couldn't understand. Since it was for each line to have a different value. Sorry, it's because I'm new to Qlikview.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lucasx15_0-1675348965683.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99576i7336445C89FCB941/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lucasx15_0-1675348965683.png" alt="lucasx15_0-1675348965683.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 14:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TOTAL-with-set-analysis/m-p/2033399#M85139</guid>
      <dc:creator>lucasx15</dc:creator>
      <dc:date>2023-02-02T14:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: TOTAL with set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/TOTAL-with-set-analysis/m-p/2033422#M85142</link>
      <description>&lt;P&gt;I guess you have to remove&amp;nbsp;&lt;SPAN&gt;FL_RETURN={'1 - By 72 Hours'} from the numerator as below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;COUNT( {&amp;lt; CD_EXIT_ALT={12}, IE_PRODUCT-={3,5} &amp;gt;} DISTINCT NR_CLIENT )&lt;BR /&gt;/&lt;BR /&gt;COUNT( {&amp;lt; CD_EXIT_ALT={12}, IE_PRODUCT-={3,5} &amp;gt;} TOTAL DISTINCT NR_CLIENT)&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 15:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TOTAL-with-set-analysis/m-p/2033422#M85142</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2023-02-02T15:15:25Z</dc:date>
    </item>
  </channel>
</rss>

