<?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: Less than in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Less-than-in-Set-Analysis/m-p/612898#M226170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. It should work fine. I found the right syntax after posting this on the thread. I wrote it like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthNr={"&amp;lt;=$(vMonthNr)"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 08:43:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-08T08:43:52Z</dc:date>
    <item>
      <title>Less than in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Less-than-in-Set-Analysis/m-p/612895#M226167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant find the right syntax for less than in a set analysis. I am having a variable that returns the nr for the open month or max selected month. I want to put this into a set analysis for MonthNr but I cant find the right syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;MonthNr&lt;SPAN style="color: #ff0000;"&gt;????&lt;/SPAN&gt;{$(vMonthNr)}&amp;gt;}Cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am happy for any help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 07:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Less-than-in-Set-Analysis/m-p/612895#M226167</guid>
      <dc:creator />
      <dc:date>2014-04-08T07:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Less than in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Less-than-in-Set-Analysis/m-p/612896#M226168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;MonthNr={"&amp;lt;$(=num(vMonthNr))"}&amp;gt;} Cost )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 08:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Less-than-in-Set-Analysis/m-p/612896#M226168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Less than in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Less-than-in-Set-Analysis/m-p/612897#M226169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=SUM({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;MonthNr&lt;/SPAN&gt;= {'&amp;lt;$(=NUM(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;vMonthNr&lt;/SPAN&gt;))'}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;Cost &lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 08:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Less-than-in-Set-Analysis/m-p/612897#M226169</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-08T08:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Less than in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Less-than-in-Set-Analysis/m-p/612898#M226170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. It should work fine. I found the right syntax after posting this on the thread. I wrote it like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthNr={"&amp;lt;=$(vMonthNr)"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 08:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Less-than-in-Set-Analysis/m-p/612898#M226170</guid>
      <dc:creator />
      <dc:date>2014-04-08T08:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Less than in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Less-than-in-Set-Analysis/m-p/612899#M226171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. It should work fine. I found the right syntax after posting this on the thread. I wrote it like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthNr={"&amp;lt;=$(vMonthNr)"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 08:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Less-than-in-Set-Analysis/m-p/612899#M226171</guid>
      <dc:creator />
      <dc:date>2014-04-08T08:43:57Z</dc:date>
    </item>
  </channel>
</rss>

