<?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 Set Analysis using &amp;lt;= in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207374#M63157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivan,&lt;/P&gt;&lt;P&gt;Thanks....That is exactly what I was looking for. I was in Chicago at Q-Days and took the set analysis class, but it was like a "Firehose" class. Everything was thrown at you so fast it will take some time to sink-in.&lt;/P&gt;&lt;P&gt;Thom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Sep 2010 18:25:14 GMT</pubDate>
    <dc:creator>tmumaw</dc:creator>
    <dc:date>2010-09-22T18:25:14Z</dc:date>
    <item>
      <title>Set Analysis using &lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207369#M63152</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;I am having an issue using the following stmt: sum({&amp;lt;FISYR &amp;lt;= {$(vFisYr)}, RTDFlag = {1}&amp;gt;} [R&amp;amp;M]). It's just not working. Help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it's a syntax issue, but just cant find it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 16:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207369#M63152</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2010-09-17T16:38:31Z</dc:date>
    </item>
    <item>
      <title>Set Analysis using &lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207370#M63153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;The correct syntax would be:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;FISYR = {"&amp;lt;=$(vFisYr)"}, RTDFlag = {1}&amp;gt;} [R&amp;amp;M]).&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 17:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207370#M63153</guid>
      <dc:creator />
      <dc:date>2010-09-17T17:03:10Z</dc:date>
    </item>
    <item>
      <title>Set Analysis using &lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207371#M63154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks....perfect. this one seems to work, but just want to be sure on the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;FISYR = {$(vFisYr)}, [Installed in Cost Ct_ZINSTALLED] = {X}, MTDFlag = {1}&amp;gt;} [R&amp;amp;M])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 17:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207371#M63154</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2010-09-17T17:41:41Z</dc:date>
    </item>
    <item>
      <title>Set Analysis using &lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207372#M63155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need some help with Set Analysis. I don't want the user to have to enter a fiscal year, so here is what I put together, however it does not work the way I thought it should.&lt;/P&gt;&lt;P&gt;sum({&amp;lt;FISYR = {$(vFisYr)}, MTDFlag = {1}&amp;gt;} [Total Costs])&lt;/P&gt;&lt;P&gt;My $(vFisYr) should be equal to 2010, however it returns everything and makes the user enter the FISYR. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 14:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207372#M63155</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2010-09-21T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Set Analysis using &lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207373#M63156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thom, I dont know if understood correctly, but if you want the set analysis working even if the user hasn't selected a Fiscal Year, then you can use the max function to select the always the maximum year available, like this:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;FISYR = {$(=max(FISYR))}, MTDFlag = {1}&amp;gt;} [Total Costs])&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 15:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207373#M63156</guid>
      <dc:creator />
      <dc:date>2010-09-21T15:42:07Z</dc:date>
    </item>
    <item>
      <title>Set Analysis using &lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207374#M63157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivan,&lt;/P&gt;&lt;P&gt;Thanks....That is exactly what I was looking for. I was in Chicago at Q-Days and took the set analysis class, but it was like a "Firehose" class. Everything was thrown at you so fast it will take some time to sink-in.&lt;/P&gt;&lt;P&gt;Thom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 18:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-lt/m-p/207374#M63157</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2010-09-22T18:25:14Z</dc:date>
    </item>
  </channel>
</rss>

