<?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: script help in Budget Report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/script-help-in-Budget-Report/m-p/461251#M485287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, we got the fiscal calendar which is 1st July - 30th June.&lt;/P&gt;&lt;P&gt;so, how can I calculate the previous month variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried below logic, but didn't go well.&lt;/P&gt;&lt;P&gt;IF&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal 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;()),[Billed Revenue],Forecast) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;probably , need to create Inline table to get Fiscal Month Number?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2013 00:30:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-16T00:30:00Z</dc:date>
    <item>
      <title>script help in Budget Report</title>
      <link>https://community.qlik.com/t5/QlikView/script-help-in-Budget-Report/m-p/461249#M485285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i got a budget report for forecast vs actual revenue billed by year &amp;amp; by month.&lt;/P&gt;&lt;P&gt;In that report, when user selects a month which is less than current month, one column should show the actual revenue, otherwise forecast amount.&lt;/P&gt;&lt;P&gt;And when user selects multiple months, same logic should be applied by summing up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me to achieve this.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 10:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-help-in-Budget-Report/m-p/461249#M485285</guid>
      <dc:creator />
      <dc:date>2013-05-15T10:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: script help in Budget Report</title>
      <link>https://community.qlik.com/t5/QlikView/script-help-in-Budget-Report/m-p/461250#M485286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can acheive this using conditional show in expression. in your expression check the condition checkbox..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there you can put condition like =if(getfieldselections(month)=vPreviousmonth,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calculate the previous month variable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 10:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-help-in-Budget-Report/m-p/461250#M485286</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-15T10:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: script help in Budget Report</title>
      <link>https://community.qlik.com/t5/QlikView/script-help-in-Budget-Report/m-p/461251#M485287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, we got the fiscal calendar which is 1st July - 30th June.&lt;/P&gt;&lt;P&gt;so, how can I calculate the previous month variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried below logic, but didn't go well.&lt;/P&gt;&lt;P&gt;IF&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Fiscal 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;()),[Billed Revenue],Forecast) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;probably , need to create Inline table to get Fiscal Month Number?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 00:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-help-in-Budget-Report/m-p/461251#M485287</guid>
      <dc:creator />
      <dc:date>2013-05-16T00:30:00Z</dc:date>
    </item>
  </channel>
</rss>

