<?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 help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/800505#M282533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for the help.&amp;nbsp; Something so simple I missed.&amp;nbsp; Well done!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 20:22:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-13T20:22:32Z</dc:date>
    <item>
      <title>Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/800502#M282530</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;I am looking for help on a straight table.&amp;nbsp; I am trying to figure out the frequency based off of a common demoninator.&amp;nbsp; My data simplified is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coverage, Claims, Exposures&lt;/P&gt;&lt;P&gt;A, 100, 25&lt;/P&gt;&lt;P&gt;B, 200, 0&lt;/P&gt;&lt;P&gt;C, 300, 0&lt;/P&gt;&lt;P&gt;D, 400, 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to create a table with Coverage as the Dimension, and an expression that is:&lt;/P&gt;&lt;P&gt;Sum(Claims)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Coverage={'A'}&amp;gt;})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume this may be a fairly easy answer, but I am only getting a result in the table for Coverage A, where I would like B, C, D to be divided by 25.&amp;nbsp; In the example, the data is monthly, so it will need to change if the user selects a different month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 19:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/800502#M282530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T19:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/800503#M282531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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;Sum(Claims)&lt;SPAN style="line-height: 1.5em;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;Sum({&amp;lt;Coverage={'A'}&amp;gt;} &lt;STRONG&gt;TOTAL&lt;/STRONG&gt; Exposures)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;S&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 19:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/800503#M282531</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-13T19:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/800504#M282532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kudos for Sunindia..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or something like this:&lt;/P&gt;&lt;P&gt;=Sum(Claims)&amp;nbsp; / Sum(ALL {&amp;lt;Coverage={'A'}&amp;gt;} Exposures)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grtz. Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 20:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/800504#M282532</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-13T20:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/800505#M282533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for the help.&amp;nbsp; Something so simple I missed.&amp;nbsp; Well done!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 20:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/800505#M282533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T20:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/800506#M282534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Be careful if using &lt;STRONG&gt;all&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In previous QlikView versions, the &lt;SPAN class="Bold"&gt;all&lt;/SPAN&gt; qualifier may occur before an &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt;. This is equivalent to using &lt;SPAN class="Bold"&gt;{1} &lt;/SPAN&gt;total. In such a case the calculation will be made over all the values of the field in the document, disregarding the chart dimensions and current selections. (The same value is always returned regardless of the logical state in the document.) If the &lt;SPAN class="Bold"&gt;all&lt;/SPAN&gt; qualifier is used, a set expression cannot be used, since the all qualifier defines a set by itself. For legacy reasons, the &lt;SPAN class="Bold"&gt;all&lt;/SPAN&gt; qualifier will still work in this QlikView version, but may be removed in coming versions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 20:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/800506#M282534</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2015-03-13T20:38:46Z</dc:date>
    </item>
  </channel>
</rss>

