<?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: RE:what wrong in my expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960362#M329653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry sasi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expressions i need &lt;/P&gt;&lt;P&gt;1)actual current month and budject current mnth&lt;/P&gt;&lt;P&gt;and varience&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and for % of both&lt;/P&gt;&lt;P&gt;2)hy means&amp;nbsp; halfyear 6mnths til jun'15&amp;nbsp; for actual and budjet&lt;/P&gt;&lt;P&gt;and that varience&amp;nbsp; and for % of both&lt;/P&gt;&lt;P&gt;3)ytd means til dec'15&lt;/P&gt;&lt;P&gt; ytd actual and budjet&amp;nbsp;&amp;nbsp; and dat varience&amp;nbsp; and for % of both&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 08:07:11 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2015-11-10T08:07:11Z</dc:date>
    <item>
      <title>RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960325#M329616</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;&lt;/P&gt;&lt;P&gt;Am facing the issue in expression can any one correct me?&amp;nbsp; in pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;i dnt hve master calender....&lt;/P&gt;&lt;P&gt;my script lik dis:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRJ_NUMBER,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIOD_NAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BALANCE_ACTUAL,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BALANCE_BUDGET,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIOD_YEAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(PERIOD_YEAR) as CYear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(PERIOD_YEAR) as CMonth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(PERIOD_YEAR) as CDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIOD_NUM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRJ_BU&lt;/P&gt;&lt;P&gt;FROM [lib://Management/MANAGEMENT_PACK.QVD]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;current month-&amp;nbsp; Sum({$&amp;lt;Month = {$(=Max(Month))},Year = ,Quarter = ,Month = &amp;gt;} BALANCE_ACTUAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6months[til jun'15]&amp;nbsp; --&amp;nbsp; Sum({&amp;lt;Month = {"&amp;lt;=$(=max(Month, 6))"},Year = {$(=(max(Year)-1))}&amp;nbsp; &amp;gt;}BALANCE_ACTUAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ytd[til dec'15-&amp;nbsp; Sum({&amp;lt;Year=, Month=, Quarter=, Week=, DateField=, DateNum={"&amp;gt;=$(=Num(YearStart(Max(DateNum))))&amp;lt;=$(=Max(DateNum))"}&amp;gt;} BALANCE_ACTUAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where am geting wrng values so kindly&amp;nbsp; help me out where am getting problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 07:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960325#M329616</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-09T07:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960326#M329617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on a high level , double quotes are missing in the first expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;current month-&amp;nbsp; Sum({$&amp;lt;Month = {"(=Max(Month))"},Year = ,Quarter = ,Month = &amp;gt;} BALANCE_ACTUAL)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 07:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960326#M329617</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-11-09T07:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960327#M329618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks avinash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if do that also doesnt chnge in values? shwng same values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 07:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960327#M329618</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-09T07:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960328#M329619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please share you app and the count your looking for ? because it would be hard to identify the error without seeing the file &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 07:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960328#M329619</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-11-09T07:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960329#M329620</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;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum({&amp;lt;Month = {'$(=Max(Month))'},Year = ,Quarter = ,Month = &amp;gt;} BALANCE_ACTUAL)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Make sure Month is interger as Max(Month) returns integer&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 07:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960329#M329620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T07:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960330#M329621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;current month-&amp;nbsp; Sum({$&amp;lt;DateField = {$(=addmonths(Max(Month)))},Year = ,Quarter = ,Month = &amp;gt;} BALANCE_ACTUAL)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960330#M329621</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-11-09T08:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960331#M329622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no luck... nagarjuna, &amp;amp; balraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;giving same values &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960331#M329622</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-09T08:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960332#M329623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check whether you&lt;STRONG&gt; Month Field is having String or Numeric&lt;/STRONG&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Becoz max(Month) would return &lt;STRONG&gt;an interger..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you &lt;STRONG&gt;Month Field is having values like Jan, Feb, Mar etc where max is Mar.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now,&lt;STRONG&gt; IF I would do ,max(Month), I wud get 3 which is not matching with Mar&lt;/STRONG&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960332#M329623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T08:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960333#M329624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i hve like&amp;nbsp; string only..&lt;/P&gt;&lt;P&gt;like jan,feb...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960333#M329624</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-09T08:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960334#M329625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then It would not work&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a numeric field say, Period_Number at script like in Calender table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CalenderYear*12+month(CalenderMonth) as Period_Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try..with this new field, it wud surely work&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960334#M329625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T08:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960335#M329626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this wud be your new expression with &lt;STRONG&gt;new Period_Number field&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum({&amp;lt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;Period_Number &lt;/STRONG&gt;= {'$(=Max(&lt;STRONG style="font-size: 13.3333330154419px;"&gt;Period_Number&lt;/STRONG&gt;))'},Year = ,Quarter = ,Month = &amp;gt;} BALANCE_ACTUAL)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960335#M329626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T08:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960336#M329627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;am getting error while creating in&amp;nbsp; scriptng bro...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as calenderyear and calender mnths not found&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960336#M329627</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-09T08:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960337#M329628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post a sample data, either QVD or Excel..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont put QVF as I dont have Qliksense&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960337#M329628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T08:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960338#M329629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CalenderYear*12+month(CalenderMonth) as Period_Number&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;In your script, Replace CalenderYear with&lt;STRONG&gt; a field which contain values like 2014,2015 etc&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; Replace CalenderMonth with a&lt;STRONG&gt; field which contain values like Jan,Feb,Mar etc&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960338#M329629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T08:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960339#M329630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this my qvd bro..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960339#M329630</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-09T08:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960340#M329631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following script:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; CYear * 12 + CMonth As PERIOD_NO;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRJ_NUMBER,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIOD_NAME,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BALANCE_ACTUAL,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BALANCE_BUDGET,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIOD_YEAR,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(PERIOD_YEAR) as CYear,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(PERIOD_YEAR) as CMonth,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(PERIOD_YEAR) as CDate,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIOD_NUM,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRJ_BU&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [lib://Management/MANAGEMENT_PACK.QVD]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then use the following expressions:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Sum({$&amp;lt;Month = {"$(=Max(PERIOD_NO))"},CYear=, CQuarter=, CMonth=&amp;gt;} BALANCE_ACTUAL)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-decoration: line-through;"&gt;=Sum({$&amp;lt;Month = {"&amp;gt;=$(AddMonths(Max(PERIOD_NO), -6))"}, CYear=, CQuarter=, CMonth=&amp;gt;} BALANCE_ACTUA&lt;/EM&gt;&lt;SPAN style="text-decoration: line-through;"&gt;L&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;=Sum({$&amp;lt;Month = {"&amp;gt;=$(Max(PERIOD_NO) - 6)"}, CYear=, CQuarter=, CMonth=&amp;gt;} BALANCE_ACTUA&lt;/EM&gt;&lt;EM&gt;L&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960340#M329631</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-11-09T08:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960341#M329632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i used above script and expresn for actual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as it shwng same values there is no diff in values please chk below image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check for Actual and Actual HY u hve given dat expression&lt;IMG alt="6mnths,current.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104342_6mnths,current.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 09:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960341#M329632</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-09T09:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960342#M329633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Suresh,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Your &lt;STRONG&gt;PERIOD YEAR&lt;/STRONG&gt; field contains only year. You need to alter your script, so that the expressions will work. I just saw your QVD file and modified the script accordingly. You can use above set analysis, once you changed. &lt;/EM&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14470607869273954 jive_text_macro" jivemacro_uid="_14470607869273954"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;Load*,&lt;/P&gt;
&lt;P&gt;'Q' &amp;amp; ceil(month(Date)/3) as Quarter;&lt;/P&gt;
&lt;P&gt;LOAD PRJ_NUMBER,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIOD_NAME,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BALANCE_ACTUAL,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BALANCE_BUDGET,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIOD_YEAR,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIOD_NUM,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRJ_BU,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Makedate(PERIOD_YEAR,Month(Date#(PERIOD_NAME,'MMM-YY')),Date(PERIOD_NUM)) as Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date#(PERIOD_NAME,'MMM-YY')) as Month,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIOD_YEAR as Year&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;MANAGEMENT_PACK.QVD&lt;/P&gt;
&lt;P&gt;(qvd);&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;Let me know.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 09:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960342#M329633</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-09T09:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960343#M329634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks, nagraj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am wrkng on this regarding&amp;nbsp; varience for&amp;nbsp; 6mnth actual&amp;nbsp; abd budjet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp; variance for ytd&amp;nbsp; of actual and budjet..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for how can i write the exprn in qliksense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 11:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960343#M329634</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-09T11:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE:what wrong in my expression?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960344#M329635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: arial, helvetica, sans-serif;"&gt;Sorry.. I didn't get a chance to use Qliksense.&lt;/EM&gt;&lt;EM style="font-family: arial, helvetica, sans-serif;"&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/EM&gt;&lt;EM style="font-family: arial, helvetica, sans-serif;"&gt; Did you try the above expressions!! You got a date, month, quarter, year fields. I guess it should work..&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 12:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-what-wrong-in-my-expression/m-p/960344#M329635</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-09T12:16:42Z</dc:date>
    </item>
  </channel>
</rss>

