<?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 get a percentage only on a selected fields (not null cases) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523610#M37565</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I tried this but it is taking percentage for NULL values also.&lt;/P&gt;</description>
    <pubDate>Sun, 23 Dec 2018 04:27:29 GMT</pubDate>
    <dc:creator>aarnkalle</dc:creator>
    <dc:date>2018-12-23T04:27:29Z</dc:date>
    <item>
      <title>How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1522857#M37506</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;With reference to above subject, I am trying below formula in expressions but getting "Error in Expression".&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; (Sum(if(Levels = 'Level*', (Gross),'NA'))) / (sum((if(Levels = 'Level*', total (Gross),'NA'))))&lt;/P&gt;&lt;P&gt;Please see the above and help me to identify where I am making mistake.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Abhijit ARANKALLE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 08:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1522857#M37506</guid>
      <dc:creator>aarnkalle</dc:creator>
      <dc:date>2018-12-20T08:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1522926#M37514</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Alt(Sum({&amp;lt;Levels = {'Level*'}&amp;gt;} Gross)/Sum({&amp;lt;Levels = {'Level*'}&amp;gt;} TOTAL Gross), 'NA')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Or, For me this is suffice&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Alt(Sum({&amp;lt;Levels = {'Level*'}&amp;gt;} Gross)/Sum(TOTAL Gross), 'NA')&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 10:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1522926#M37514</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-20T10:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1522936#M37516</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks a lot for your response. It working fine in total but when I am adding quarter fields in pivot - column, then I am getting incorrect results by quarter.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Abhijit ARANKALLE.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 10:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1522936#M37516</guid>
      <dc:creator>aarnkalle</dc:creator>
      <dc:date>2018-12-20T10:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1522995#M37520</link>
      <description>Only when there is only one dimension as Level. When you have a Quarter or Month dimension in column, then results are not perfect.</description>
      <pubDate>Thu, 20 Dec 2018 12:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1522995#M37520</guid>
      <dc:creator>aarnkalle</dc:creator>
      <dc:date>2018-12-20T12:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1522999#M37522</link>
      <description>I see you already have a thread... would you be able to provide a sample with the issue and what you expect to see as the output from the sample provided?</description>
      <pubDate>Thu, 20 Dec 2018 13:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1522999#M37522</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-20T13:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523004#M37523</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please see attached. The red one is current result and green colour is I am expecting.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Abhijit ARANKALLE.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 13:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523004#M37523</guid>
      <dc:creator>aarnkalle</dc:creator>
      <dc:date>2018-12-20T13:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523008#M37524</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;Sum(Gross)/Sum(TOTAL &amp;lt;EncDate.YearQuarter&amp;gt; Gross)&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Dec 2018 13:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523008#M37524</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-20T13:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523610#M37565</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I tried this but it is taking percentage for NULL values also.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Dec 2018 04:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523610#M37565</guid>
      <dc:creator>aarnkalle</dc:creator>
      <dc:date>2018-12-23T04:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523632#M37567</link>
      <description>percentages for NULL values? really? Can you share a screenshot to show what you mean?</description>
      <pubDate>Sun, 23 Dec 2018 16:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523632#M37567</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-23T16:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523657#M37570</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please see attached file for details.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Abhijit ARANKALLE.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Dec 2018 04:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523657#M37570</guid>
      <dc:creator>aarnkalle</dc:creator>
      <dc:date>2018-12-24T04:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523663#M37571</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I cracked it finally, when I used below formula to fetch quarter wise details.&lt;/P&gt;&lt;P&gt;Dual(Year([EncDate])&amp;amp;'-Q'&amp;amp;Num(Ceil(Num(Month([EncDate]))/3)),QuarterStart([EncDate]))&lt;/P&gt;&lt;P&gt;For percentage, I have used below formula -&lt;/P&gt;&lt;P&gt;Sum(Gross)/Sum(TOTAL &amp;lt;[EncDate.autoCalendar.YearQuarter]&amp;gt; Gross)&lt;/P&gt;&lt;P&gt;Also I have loaded only specific AcCodes while loading data instead of all AcCodes so as to avoid NULL values.&lt;/P&gt;&lt;P&gt;Hope this is helpful to all.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Abhijit ARANKALLE.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Dec 2018 05:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523663#M37571</guid>
      <dc:creator>aarnkalle</dc:creator>
      <dc:date>2018-12-24T05:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a percentage only on a selected fields (not null cases)</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523748#M37575</link>
      <description>Awesome</description>
      <pubDate>Mon, 24 Dec 2018 12:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-a-percentage-only-on-a-selected-fields-not-null-cases/m-p/1523748#M37575</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-24T12:09:30Z</dc:date>
    </item>
  </channel>
</rss>

