<?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: error in set modifier in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/error-in-set-modifier/m-p/537962#M1122871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to put the second part of your set_expression in brackets if it is an expression,&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; = sum({$&amp;lt;[STSS Month} &amp;lt;= {$(=Month(Today()))&amp;gt;} [Total Hours]) &amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Further, that '&amp;lt;=' cannot be used just like that in a set_expression. The "main operator" always has to be an '='. You have to build in that '&amp;lt;=' as part of the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jan 2014 16:12:41 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2014-01-20T16:12:41Z</dc:date>
    <item>
      <title>error in set modifier</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-set-modifier/m-p/537960#M1122869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone explain where im going wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[STSS Month]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Total Hours]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its supposed to add up total hours for those months that are = to the month of today&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 16:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-set-modifier/m-p/537960#M1122869</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2014-01-20T16:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: error in set modifier</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-set-modifier/m-p/537961#M1122870</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&gt;=sum({$&amp;lt;[&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.909090995788574px;"&gt;STSS Month&lt;/SPAN&gt;] = {$(=Month(Today()))}&amp;gt;} &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.909090995788574px;"&gt;[Total Hours]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 16:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-set-modifier/m-p/537961#M1122870</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-20T16:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: error in set modifier</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-set-modifier/m-p/537962#M1122871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to put the second part of your set_expression in brackets if it is an expression,&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; = sum({$&amp;lt;[STSS Month} &amp;lt;= {$(=Month(Today()))&amp;gt;} [Total Hours]) &amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Further, that '&amp;lt;=' cannot be used just like that in a set_expression. The "main operator" always has to be an '='. You have to build in that '&amp;lt;=' as part of the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 16:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-set-modifier/m-p/537962#M1122871</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-01-20T16:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: error in set modifier</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-set-modifier/m-p/537963#M1122872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[STSS Month]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;lt;=$(=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()))'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Total Hours]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 16:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-set-modifier/m-p/537963#M1122872</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-20T16:15:30Z</dc:date>
    </item>
  </channel>
</rss>

