<?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: pls help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pls-help/m-p/527411#M1120166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dushan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first off you have a num statement - this is there simply to format the result of the inner 'sum' expression as an integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the sum expression&lt;/P&gt;&lt;P&gt;- this is creating a sum of the field STOCK&lt;/P&gt;&lt;P&gt;- it contains a set analysis expression, the part within the {$&amp;lt; .... &amp;gt;}&lt;/P&gt;&lt;P&gt;- the set analysis is respecting your field selections except:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOCKYEAR is being set to the value of the variable Vyera&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOCKMonth is being set to the value of the variable Vmonth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; selections in the fields YEAR and MONTH are being ignored&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 12:19:52 GMT</pubDate>
    <dc:creator>marcus_malinow</dc:creator>
    <dc:date>2014-01-17T12:19:52Z</dc:date>
    <item>
      <title>pls help</title>
      <link>https://community.qlik.com/t5/QlikView/pls-help/m-p/527410#M1120165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;pls tell me what is the meaning of this statement.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;num(sum( {$&amp;lt;STOCKYEAR= {'$(Vyera)'},STOCKMonth = {'$(Vmonth)'} ,YEAR=,MONTH=&amp;gt;} STOCK ),'#,##0')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 12:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pls-help/m-p/527410#M1120165</guid>
      <dc:creator />
      <dc:date>2014-01-17T12:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: pls help</title>
      <link>https://community.qlik.com/t5/QlikView/pls-help/m-p/527411#M1120166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dushan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first off you have a num statement - this is there simply to format the result of the inner 'sum' expression as an integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the sum expression&lt;/P&gt;&lt;P&gt;- this is creating a sum of the field STOCK&lt;/P&gt;&lt;P&gt;- it contains a set analysis expression, the part within the {$&amp;lt; .... &amp;gt;}&lt;/P&gt;&lt;P&gt;- the set analysis is respecting your field selections except:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOCKYEAR is being set to the value of the variable Vyera&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOCKMonth is being set to the value of the variable Vmonth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; selections in the fields YEAR and MONTH are being ignored&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 12:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pls-help/m-p/527411#M1120166</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-01-17T12:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: pls help</title>
      <link>https://community.qlik.com/t5/QlikView/pls-help/m-p/527412#M1120167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, I dont want to ignore YEAR and MONTH. How can I write this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 12:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pls-help/m-p/527412#M1120167</guid>
      <dc:creator />
      <dc:date>2014-01-17T12:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: pls help</title>
      <link>https://community.qlik.com/t5/QlikView/pls-help/m-p/527413#M1120168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The parts of the set analysis expression that are causing those field selections to be ignored are these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YEAR=,MONTH=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your chart contains YEAR and MONTH as dimensions this may be the reason for the selections to be ignored&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 12:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pls-help/m-p/527413#M1120168</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-01-17T12:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: pls help</title>
      <link>https://community.qlik.com/t5/QlikView/pls-help/m-p/527414#M1120169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 03:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pls-help/m-p/527414#M1120169</guid>
      <dc:creator />
      <dc:date>2014-01-18T03:26:17Z</dc:date>
    </item>
  </channel>
</rss>

