<?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: set expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665632#M242285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;=Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;REC_DAT ={'&amp;lt;=$(=MonthEnd(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Today()&lt;/STRONG&gt;))'}, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;GR_DAT &lt;/SPAN&gt;={ '' } + {'&amp;gt;$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;=MonthEnd(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Today()&lt;/STRONG&gt;&lt;/SPAN&gt;))'&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;gt; &lt;STRONG style="color: #800000; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;INV_QTY&lt;/STRONG&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 06:39:04 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-06-12T06:39:04Z</dc:date>
    <item>
      <title>set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665620#M242273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REC_DAT &amp;lt;= monthend &amp;amp; GR_DAT = “ NULL” or &amp;gt; monthend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need the set expression for the above logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REC_DAT and GR_DAT are the fields that contains date(DD-MM-YYYY)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 05:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665620#M242273</guid>
      <dc:creator />
      <dc:date>2014-06-12T05:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665621#M242274</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;REC_DAT ={'&amp;lt;=$(=MonthEnd(Today()))'}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GR_DAT -&lt;/SPAN&gt;={'*'} + {'&amp;gt;$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=MonthEnd(Today()))'&lt;/SPAN&gt;}&lt;/SPAN&gt;&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Today()&lt;/SPAN&gt; with your required date, and MeasureName with your measure name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 05:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665621#M242274</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-12T05:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665622#M242275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhanu , Please find the below expression.&lt;/P&gt;&lt;P&gt;{&amp;lt;REC_DAT ={"&amp;lt;=monthend"},GR_DAT={""}&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 05:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665622#M242275</guid>
      <dc:creator />
      <dc:date>2014-06-12T05:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665623#M242276</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;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 8pt;"&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;REC_DAT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ={'&amp;lt;=$(=MonthEnd(fyear()))'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GR_DAT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ={'*'} + {'&amp;gt;$(=MonthEnd(fyear()))'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;INV_QTY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;tried this but showing wrong values &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 8pt;"&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;REC_DAT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ={'&amp;lt;=$(=MonthEnd(fyear()))'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GR_DAT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -={'*'} + {'&amp;gt;$(=MonthEnd(fyear()))'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;INV_QTY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; and this is showing 0 for all the month fields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;fyear is my fiscal year&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665623#M242276</guid>
      <dc:creator />
      <dc:date>2014-06-12T06:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665624#M242277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this way also&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;"&gt;=Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;REC_DAT ={'&amp;lt;=$(=MonthEnd(&lt;STRONG&gt;YourDateField&lt;/STRONG&gt;))'}, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;GR_DAT &lt;/SPAN&gt;={ '' } + {'&amp;gt;$(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;=MonthEnd(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;YourDateField&lt;/STRONG&gt;&lt;/SPAN&gt;))'&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;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;"&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;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;REC_DAT ={'&amp;lt;=$(=MonthEnd(&lt;STRONG&gt;Today()&lt;/STRONG&gt;))'}, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;GR_DAT &lt;/SPAN&gt;={ '' } + {'&amp;gt;$(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;=MonthEnd(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Today()&lt;/STRONG&gt;&lt;/SPAN&gt;))'&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;gt;} &lt;/SPAN&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;"&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;"&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;"&gt;Note:- Compare the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;REC_DAT &lt;/SPAN&gt; and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GR_DAT &lt;/SPAN&gt; with any Your Date field&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665624#M242277</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-12T06:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665625#M242278</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;none are working actually and i am attaching the fields of both 'recdate' and 'gr date'&amp;nbsp; and sum is to be done to INV_QTY field....could you please check whether the condtion works or not and if it works the ans is 0 or any number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665625#M242278</guid>
      <dc:creator />
      <dc:date>2014-06-12T06:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665626#M242279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Bhanu&lt;/P&gt;&lt;P&gt;try some thing like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REC_DAT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthEnd&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;()) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GR_DAT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GR_DAT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthEnd&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;()) , &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;INV_QTY&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;)) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665626#M242279</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-06-12T06:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665627#M242280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;monthend &lt;/SPAN&gt; value in your expression?&amp;nbsp; Is it current MonthEnd? or any other logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665627#M242280</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-12T06:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665628#M242281</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;You have data only till March-2014, then what is the monthend value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665628#M242281</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-12T06:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665629#M242282</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;This expression is working but you do not have data for this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;REC_DAT ={'&amp;lt;=$(=MonthEnd(Today()))'}, GR_DAT = (GR_DAT - {"*"}) + {'&amp;gt;$(=MonthEnd(Today()))'}&amp;gt;} INV_QTY )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665629#M242282</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-12T06:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665630#M242283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain your expression with and example of the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665630#M242283</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-12T06:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665631#M242284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;no its for all the months in the fiscal year it starts from mar 2013 to current month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665631#M242284</guid>
      <dc:creator />
      <dc:date>2014-06-12T06:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665632#M242285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;=Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;REC_DAT ={'&amp;lt;=$(=MonthEnd(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Today()&lt;/STRONG&gt;))'}, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;GR_DAT &lt;/SPAN&gt;={ '' } + {'&amp;gt;$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;=MonthEnd(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Today()&lt;/STRONG&gt;&lt;/SPAN&gt;))'&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;gt; &lt;STRONG style="color: #800000; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;INV_QTY&lt;/STRONG&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665632#M242285</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-12T06:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: set expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression/m-p/665633#M242286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REC_DAT is where i get the stock to my place and i keep it in a warehouse and i calculate it for &amp;gt;monthend so i will check the total quantity that i got for the month and the GR_date is the thing that i have utilised the quantity so it should be greater than the date that i have received ...and if its null then the stock is still in the ware house so i have to calculate the total quantity that is present in the warehouse &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression/m-p/665633#M242286</guid>
      <dc:creator />
      <dc:date>2014-06-12T06:44:15Z</dc:date>
    </item>
  </channel>
</rss>

