<?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: Coding Help Required... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Coding-Help-Required/m-p/428798#M159827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Try to add &lt;STRONG&gt;Month=&lt;/STRONG&gt; in all like this&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;(SUM({$&amp;lt;FinancialYear=,Month=,FiscalYear={$(=max(FiscalYear))},MonthName=,Quarter=&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;,[Posting Date]={"&amp;gt;=$(=YearStart(max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]),0,4))&amp;lt;=$(=max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]))"}&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;gt;}[Gross Sales Amount])&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 May 2013 12:48:36 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-05-06T12:48:36Z</dc:date>
    <item>
      <title>Coding Help Required...</title>
      <link>https://community.qlik.com/t5/QlikView/Coding-Help-Required/m-p/428797#M159826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the following code where in if i choose any year i get proper values but if i select a year and a month i do not get proper values ,&lt;/P&gt;&lt;P&gt;Please help..&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(SUM({$&amp;lt;FinancialYear=,FiscalYear={$(=max(FiscalYear))},MonthName=,Quarter=&lt;/P&gt;&lt;P&gt;,[Posting Date]={"&amp;gt;=$(=YearStart(max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]),0,4))&amp;lt;=$(=max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]))"}&lt;/P&gt;&lt;P&gt;&amp;gt;}[Gross Sales Amount])&lt;/P&gt;&lt;P&gt;-SUM({$&amp;lt;FinancialYear=,FiscalYear={$(=max(FiscalYear))},MonthName=,Quarter=&lt;/P&gt;&lt;P&gt;,[Posting Date]={"&amp;gt;=$(=YearStart(max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]),0,4))&amp;lt;=$(=max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]))"}&lt;/P&gt;&lt;P&gt;&amp;gt;}[Sales Return Amount])&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;fabs(SUM({$&amp;lt;FinancialYear=,FiscalYear={$(=max(FiscalYear))},MonthName=,Quarter=&lt;/P&gt;&lt;P&gt;,[Posting Date]={"&amp;gt;=$(=YearStart(max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]),0,4))&amp;lt;=$(=max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]))"}&lt;/P&gt;&lt;P&gt;,[Is SRN]={0},&lt;/P&gt;&lt;P&gt;[GL Code]={"4000001","4000002","4000003","4000004","4000005","4000006","4000007","4000008","4000010","5000015","5000013","5000014","5000016"},FiscalYear={$(=max(FiscalYear))}&amp;gt;} [Credit Note Amount])) &lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;FinancialYear=,FiscalYear={$(=max(FiscalYear))},MonthName=,Quarter=&lt;/P&gt;&lt;P&gt;,[Posting Date]={"&amp;gt;=$(=YearStart(max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]),0,4))&amp;lt;=$(=max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]))"},&lt;/P&gt;&lt;P&gt;[GL Code]={"4000001","4000002","4000003","4000004","4000005","4000006","4000007","4000008","4000010","5000015","5000013","5000014","5000016"},FiscalYear={$(=max(FiscalYear))}&amp;gt;} [Debit Note Amount]))&lt;/P&gt;&lt;P&gt;/100000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coding-Help-Required/m-p/428797#M159826</guid>
      <dc:creator>rohitians</dc:creator>
      <dc:date>2013-05-06T12:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Coding Help Required...</title>
      <link>https://community.qlik.com/t5/QlikView/Coding-Help-Required/m-p/428798#M159827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Try to add &lt;STRONG&gt;Month=&lt;/STRONG&gt; in all like this&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;(SUM({$&amp;lt;FinancialYear=,Month=,FiscalYear={$(=max(FiscalYear))},MonthName=,Quarter=&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;,[Posting Date]={"&amp;gt;=$(=YearStart(max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]),0,4))&amp;lt;=$(=max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]))"}&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;gt;}[Gross Sales Amount])&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coding-Help-Required/m-p/428798#M159827</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-06T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Coding Help Required...</title>
      <link>https://community.qlik.com/t5/QlikView/Coding-Help-Required/m-p/428799#M159828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;MonthNam&lt;/SPAN&gt;e is the field you select your month in then remove &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;MonthName=, from the expression since that's making the expression ignore your selection. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coding-Help-Required/m-p/428799#M159828</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-06T12:50:43Z</dc:date>
    </item>
  </channel>
</rss>

