<?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: Problem in percentage share on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-in-percentage-share-on-selection/m-p/1097608#M940059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You very much. You solution works fine. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 04:58:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-01T04:58:56Z</dc:date>
    <item>
      <title>Problem in percentage share on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-percentage-share-on-selection/m-p/1097606#M940057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart with shows customer wise balances. Customer is taken as dimension where as I have written set analysis in expression to show balances. I created another expression with same set analysis and checked on 'relative' box, this shows me the percentage share of each customer, like this I have three columns&lt;/P&gt;&lt;P&gt;1.Customer&lt;/P&gt;&lt;P&gt;2. Balance&lt;/P&gt;&lt;P&gt;3. Percent Share&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without selection it works fine, but when ever I select a customer, the percentage shows 100%, however what I am trying to achieve is upon selection of any customer the percentage should show the percent share of that customer in total portfolio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(num(NUM(sum({&amp;lt;UPDATE_DATE_CPS_FULL={'$(=MAX(UPDATE_DATE_CPS_FULL))'},Type ={'Financing - Funded'},ASSETS_CATEGORY -= {'3833'},FLAG = {'CORP'}&amp;gt;}BALANCE_CPS_FULL)/1000000,'#,##0')&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;NUM(fabs((sum({&amp;lt;UPDATE_DATE_CPS_FULL={'$(=MAX(UPDATE_DATE_CPS_FULL))'},Type ={'Financing - Funded'},ASSETS_CATEGORY = {'3833'},FLAG = {'CORP'}&amp;gt;}BALANCE_CPS_FULL)))/1000000,'#,##0'),'#,##0'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any proposed solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Usama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 10:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-percentage-share-on-selection/m-p/1097606#M940057</guid>
      <dc:creator />
      <dc:date>2016-01-29T10:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in percentage share on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-percentage-share-on-selection/m-p/1097607#M940058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Relative % will work based on your display value..&lt;/P&gt;&lt;P&gt;may be&amp;nbsp; try somethng like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(((sum({&amp;lt;UPDATE_DATE_CPS_FULL={'$(=MAX(UPDATE_DATE_CPS_FULL))'},&lt;/P&gt;&lt;P&gt;&amp;nbsp; Type ={'Financing - Funded'},ASSETS_CATEGORY -= {'3833'},&lt;/P&gt;&lt;P&gt;&amp;nbsp; FLAG = {'CORP'}&amp;gt;}BALANCE_CPS_FULL)/1000000)+&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;UPDATE_DATE_CPS_FULL={'$(=MAX(UPDATE_DATE_CPS_FULL))'},&lt;/P&gt;&lt;P&gt;&amp;nbsp; Type ={'Financing - Funded'},ASSETS_CATEGORY = {'3833'},&lt;/P&gt;&lt;P&gt;&amp;nbsp; FLAG = {'CORP'}&amp;gt;}BALANCE_CPS_FULL)/1000000))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;((sum({1&amp;lt;UPDATE_DATE_CPS_FULL={'$(=MAX(UPDATE_DATE_CPS_FULL))'},&lt;/P&gt;&lt;P&gt;&amp;nbsp; Type ={'Financing - Funded'},ASSETS_CATEGORY -= {'3833'},&lt;/P&gt;&lt;P&gt;&amp;nbsp; FLAG = {'CORP'}&amp;gt;}TOTAL BALANCE_CPS_FULL)/1000000)+&lt;/P&gt;&lt;P&gt;(sum({1&amp;lt;UPDATE_DATE_CPS_FULL={'$(=MAX(UPDATE_DATE_CPS_FULL))'},&lt;/P&gt;&lt;P&gt;&amp;nbsp; Type ={'Financing - Funded'},ASSETS_CATEGORY = {'3833'},&lt;/P&gt;&lt;P&gt;&amp;nbsp; FLAG = {'CORP'}&amp;gt;}TOTAL BALANCE_CPS_FULL)/1000000)),'#,##0.00%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 16:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-percentage-share-on-selection/m-p/1097607#M940058</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-01-29T16:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in percentage share on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-percentage-share-on-selection/m-p/1097608#M940059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You very much. You solution works fine. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 04:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-percentage-share-on-selection/m-p/1097608#M940059</guid>
      <dc:creator />
      <dc:date>2016-02-01T04:58:56Z</dc:date>
    </item>
  </channel>
</rss>

