<?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: Set Analysis in Straight Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-in-Straight-Chart/m-p/730680#M1075461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple as that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2014 05:07:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-23T05:07:28Z</dc:date>
    <item>
      <title>Set Analysis in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-in-Straight-Chart/m-p/730677#M1075458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you use the result of a separate object in set analysis for a straight table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the attendees at various seminars as a percentage of total staff. I have the 'Course Name' as the dimension in the straight table and can calculate the count of attendees no problems. I have used the following set analysis for the percentage calc:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=NUM(count({&amp;lt;ATTENDANCE = {'Compulsory'} &amp;gt;} [EMP NO.]) /&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;count({&amp;lt;[ACT/INACT] = {'A'}&amp;gt;} [EMP NO.]),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'#,##0.0%')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a 100% for all courses as I think it is calculating based on the dimension of course name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get it calculate on total staff, which I have as a separate text object with the following expression (same as in above set analysis):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;count({&amp;lt;[ACT/INACT] = {'A'}&amp;gt;} [EMP NO.])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wayne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 02:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-in-Straight-Chart/m-p/730677#M1075458</guid>
      <dc:creator />
      <dc:date>2014-07-23T02:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-in-Straight-Chart/m-p/730678#M1075459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;NUM(count( {&amp;lt;ATTENDANCE = {'Compulsory'} &amp;gt;} &lt;STRONG&gt;total&lt;/STRONG&gt; [EMP NO.]) /&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;count({&amp;lt;[ACT/INACT] = {'A'}&amp;gt;}&amp;nbsp; &lt;EM style="color: #3d3d3d; font-family: inherit;"&gt;&lt;STRONG&gt;total&lt;/STRONG&gt; &lt;/EM&gt; [EMP NO.]),&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-family: inherit;"&gt;'#,##0.0%')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 03:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-in-Straight-Chart/m-p/730678#M1075459</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-23T03:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-in-Straight-Chart/m-p/730679#M1075460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with TOTAL keyword Like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NUM(&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({&amp;lt;ATTENDANCE = {'Compulsory'} &amp;gt;} [EMP NO.])&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;/&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({&amp;lt;[ACT/INACT] = {'A'}&amp;gt;}&amp;nbsp; &lt;STRONG&gt;TOTAL&lt;/STRONG&gt;&amp;nbsp; [EMP NO.]),&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'#,##0.0%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 04:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-in-Straight-Chart/m-p/730679#M1075460</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-07-23T04:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis in Straight Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-in-Straight-Chart/m-p/730680#M1075461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple as that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 05:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-in-Straight-Chart/m-p/730680#M1075461</guid>
      <dc:creator />
      <dc:date>2014-07-23T05:07:28Z</dc:date>
    </item>
  </channel>
</rss>

