<?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: Straight Table Set Analysis to isolate a month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303301#M405917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you copied this directly from your QVW, your syntax for the beginning of the set analysis is off.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You have: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;lt;{&lt;/STRONG&gt;&lt;/SPAN&gt;Year={'2016'}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Should be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;{&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;Year={'2016'}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 May 2017 20:11:23 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2017-05-08T20:11:23Z</dc:date>
    <item>
      <title>Straight Table Set Analysis to isolate a month</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303299#M405915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table where I want to have the sum of sales for a year in one column and in the next column I want just the month of Dec sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider a table like this:&lt;/P&gt;&lt;P&gt;Part&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the straight table my Dimension is Part.&amp;nbsp; Then I have a column Annual Sales where I have an expression like sum(&amp;lt;{Year={'2016'}&amp;gt;}Sales).&amp;nbsp; When I try to isolate one month via set analysis it will not work.&amp;nbsp; have tried &lt;SPAN style="font-size: 13.3333px;"&gt;sum(&amp;lt;{Year={'2016'},Month={'Dec'}&amp;gt;}Sales) with no luck.&amp;nbsp; Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 19:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303299#M405915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-08T19:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Set Analysis to isolate a month</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303300#M405916</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;Try It&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&lt;/P&gt;&lt;P&gt;&amp;nbsp; $&amp;lt;Year = {2016}, Month = {'Dec'}&amp;gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Sales) !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 20:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303300#M405916</guid>
      <dc:creator />
      <dc:date>2017-05-08T20:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Set Analysis to isolate a month</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303301#M405917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you copied this directly from your QVW, your syntax for the beginning of the set analysis is off.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You have: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;lt;{&lt;/STRONG&gt;&lt;/SPAN&gt;Year={'2016'}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Should be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;{&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;Year={'2016'}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 20:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303301#M405917</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2017-05-08T20:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Set Analysis to isolate a month</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303302#M405918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, you are correct - and I did not copy it, just typed it wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 20:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303302#M405918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-08T20:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Set Analysis to isolate a month</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303303#M405919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I see how this works in your example but for some reason its not working in my data set.&amp;nbsp; I do have other identifiers in the data that I'm isolating as well besides Month.&amp;nbsp; I just gave that as an example as I thought the answer would work regardless.&amp;nbsp; So if you had more than one item in your set analysis that is attempting to isolate the month of Dec and say (for sake of example) currency.&amp;nbsp; And assume the database has sales in 2 different currencies for each month.&amp;nbsp; So I want to isolate currency USD, Year 2016 and month Dec.&amp;nbsp; Not sure why that would matter but there must be something to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 20:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303303#M405919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-08T20:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Set Analysis to isolate a month</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303304#M405920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so I figured it out but not exactly sure why it works.&amp;nbsp; In the set analysis I used Month={"*Dec*"}.&amp;nbsp; Not sure why simply 'Dec' itself does not work.&amp;nbsp; If anybody knows I would be interested to understand why.&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 21:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Set-Analysis-to-isolate-a-month/m-p/1303304#M405920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-08T21:46:21Z</dc:date>
    </item>
  </channel>
</rss>

