<?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 Expression To Sum and breakdown the count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-To-Sum-and-breakdown-the-count/m-p/52251#M782770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have an expression to count new apps and when the cursor is over the value, I will like to display the breakdown of the count. Below is my formula used however the breakdown is not accurate although the count is right. &lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;=num(sum({$&amp;lt;ApplicationStatusCode-={'DUPLAP'}, ApplicationDate={"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}&amp;gt;} PersonApplicationGUID), '##0')&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;&amp;amp;chr(10)&amp;amp;&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;'Both Time: ' &amp;amp; num(sum({$&amp;lt;ApplicationStatusCode-={'DUPLAP'}, ApplicationDate={"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}&amp;gt;} RequestedBothStatus), '##0')&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;&amp;amp;chr(10)&amp;amp;&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;'Full Time: ' &amp;amp; num(sum({$&amp;lt;ApplicationStatusCode-={'DUPLAP'}, ApplicationDate={"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}&amp;gt;} RequestedFullTimeFlag), '##0')&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;&amp;amp;chr(10)&amp;amp;&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;'Part Time: ' &amp;amp; num(sum({$&amp;lt;ApplicationStatusCode-={'DUPLAP'}, ApplicationDate={"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}&amp;gt;} RequestedPartTimeFlag), '##0')&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;&amp;amp;chr(10)&amp;amp;&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;'Missing Status: ' &amp;amp; num(sum({$&amp;lt;ApplicationStatusCode-={'DUPLAP'}, ApplicationDate={"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}&amp;gt;} RequestedMissingStatus), '##0')&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>taylor_jesse</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Expression To Sum and breakdown the count</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-To-Sum-and-breakdown-the-count/m-p/52251#M782770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have an expression to count new apps and when the cursor is over the value, I will like to display the breakdown of the count. Below is my formula used however the breakdown is not accurate although the count is right. &lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;=num(sum({$&amp;lt;ApplicationStatusCode-={'DUPLAP'}, ApplicationDate={"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}&amp;gt;} PersonApplicationGUID), '##0')&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;&amp;amp;chr(10)&amp;amp;&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;'Both Time: ' &amp;amp; num(sum({$&amp;lt;ApplicationStatusCode-={'DUPLAP'}, ApplicationDate={"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}&amp;gt;} RequestedBothStatus), '##0')&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;&amp;amp;chr(10)&amp;amp;&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;'Full Time: ' &amp;amp; num(sum({$&amp;lt;ApplicationStatusCode-={'DUPLAP'}, ApplicationDate={"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}&amp;gt;} RequestedFullTimeFlag), '##0')&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;&amp;amp;chr(10)&amp;amp;&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;'Part Time: ' &amp;amp; num(sum({$&amp;lt;ApplicationStatusCode-={'DUPLAP'}, ApplicationDate={"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}&amp;gt;} RequestedPartTimeFlag), '##0')&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;&amp;amp;chr(10)&amp;amp;&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;'Missing Status: ' &amp;amp; num(sum({$&amp;lt;ApplicationStatusCode-={'DUPLAP'}, ApplicationDate={"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}&amp;gt;} RequestedMissingStatus), '##0')&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;Thanks&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/Expression-To-Sum-and-breakdown-the-count/m-p/52251#M782770</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression To Sum and breakdown the count</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-To-Sum-and-breakdown-the-count/m-p/52252#M782771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the chart dimensions you have? You may surround it with Aggr along with chart dimensions, not sure though, sample data will help to understand the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 21:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-To-Sum-and-breakdown-the-count/m-p/52252#M782771</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-19T21:26:35Z</dc:date>
    </item>
  </channel>
</rss>

