<?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: Penetration Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Penetration-Analysis/m-p/1091690#M18268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually figured it out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct {&amp;lt;Lost={'N'},TotalActiveEmployeesClient=-{'=Len(Trim(TotalActiveEmployeesClient))=0'}&amp;gt;}[ClientNumber])/count(total distinct {&lt;STRONG&gt;$&lt;/STRONG&gt;&amp;lt;Lost={'N'},TotalActiveEmployeesClient=-{'=Len(Trim(TotalActiveEmployeesClient))=0'}&amp;gt;}[ClientNumber])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it was I had a '1' identifier instead of&amp;nbsp; a '$' in the denominator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2016 17:41:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-06T17:41:22Z</dc:date>
    <item>
      <title>Penetration Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Penetration-Analysis/m-p/1091687#M18265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You guys were able to help me with a similar question, but the approach doesn't seem to work in this instance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a % share analysis for products.&amp;nbsp; I am trying to use my filter selection (Billing State/Province) to then only show the penetration of each product within that selected state.&amp;nbsp; Here is my current expression...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct {&amp;lt;Lost={'N'},TotalActiveEmployeesClient=-{'=Len(Trim(TotalActiveEmployeesClient))=0'}&amp;gt;}[ClientNumber])/&lt;/P&gt;&lt;P&gt;count(distinct {1&amp;lt;Lost={'N'},TotalActiveEmployeesClient=-{'=Len(Trim(TotalActiveEmployeesClient))=0'},[Billing State/Province] = p()&amp;gt;}[ClientNumber])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I might not need the p() clause?.?.&amp;nbsp; Would this utilize the 'getselectedfields' modifier?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 15:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Penetration-Analysis/m-p/1091687#M18265</guid>
      <dc:creator />
      <dc:date>2016-05-06T15:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Penetration Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Penetration-Analysis/m-p/1091688#M18266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you have should work, unless there is more to the chart then we are seeing here. Alternatively, you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Count(distinct {&amp;lt;Lost={'N'},TotalActiveEmployeesClient=-{'=Len(Trim(TotalActiveEmployeesClient))=0'}&amp;gt;}[ClientNumber])/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Count(distinct {1&amp;lt;Lost={'N'},TotalActiveEmployeesClient=-{'=Len(Trim(TotalActiveEmployeesClient))=0'}, &lt;SPAN style="color: #ff0000;"&gt;[Billing State/Province] = $::&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Billing State/Province]&lt;/SPAN&gt;&amp;gt;}[ClientNumber])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 16:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Penetration-Analysis/m-p/1091688#M18266</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-06T16:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Penetration Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Penetration-Analysis/m-p/1091689#M18267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, the numerator and denominator are unfortunately returning the same values.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 17:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Penetration-Analysis/m-p/1091689#M18267</guid>
      <dc:creator />
      <dc:date>2016-05-06T17:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Penetration Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Penetration-Analysis/m-p/1091690#M18268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually figured it out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct {&amp;lt;Lost={'N'},TotalActiveEmployeesClient=-{'=Len(Trim(TotalActiveEmployeesClient))=0'}&amp;gt;}[ClientNumber])/count(total distinct {&lt;STRONG&gt;$&lt;/STRONG&gt;&amp;lt;Lost={'N'},TotalActiveEmployeesClient=-{'=Len(Trim(TotalActiveEmployeesClient))=0'}&amp;gt;}[ClientNumber])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it was I had a '1' identifier instead of&amp;nbsp; a '$' in the denominator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 17:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Penetration-Analysis/m-p/1091690#M18268</guid>
      <dc:creator />
      <dc:date>2016-05-06T17:41:22Z</dc:date>
    </item>
  </channel>
</rss>

