<?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: Need help in Qlikview expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87118#M14242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are making selection in Month field (instead of MonthYear)... try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(MonthYear, -1), 'MMM-YYYY'))"}, &lt;SPAN style="color: #ff0000;"&gt;monthto&lt;/SPAN&gt;&amp;gt;}amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2018 12:28:10 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-10-09T12:28:10Z</dc:date>
    <item>
      <title>Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87113#M14237</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;I've below table in my qlikview and the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;P&gt;LOAD Value,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(date) as monthto,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(month(date)) as month_num,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year(date) as yearto&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;--------------&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 328px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="59"&gt;amount&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="62"&gt;date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="38"&gt;Value&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="73"&gt;month_num&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="53"&gt;monthto&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="43"&gt;yearto&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;13/12/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;Dec&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;450&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;20/12/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;Dec&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;01/01/2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;Jan&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;14/01/2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;Jan&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;300&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;03/02/2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;Feb&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;15/02/2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;Feb&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;02/03/2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;Mar&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;150&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;20/03/2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;Mar&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2018&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for expression in straight table qlikview when ever user selects &lt;STRONG&gt;Jan&lt;/STRONG&gt; as month in list box I would like to see output as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Previous Month sum of sales&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Current Month sum of sales&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;650&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever user selects &lt;STRONG&gt;Feb&lt;/STRONG&gt; as month I would like to see output as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Previous Month sum of sales&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Current Month sum of sales&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;300&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and more over I'm giving expression name manually but i would like to change that to month name as well. For example if user selects &lt;STRONG&gt;Feb&lt;/STRONG&gt; as month in list box instead of &lt;STRONG&gt;Current Month Sum of sales&lt;/STRONG&gt; i want month name as Feb and instead of &lt;STRONG&gt;Previous Month sum of sales&lt;/STRONG&gt; I want Month name as &lt;STRONG&gt;Jan.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bharath Vikas Shanagonda Straight table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 10:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87113#M14237</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2018-10-09T10:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87114#M14238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the issue with what &lt;A href="https://community.qlik.com/qlik-users/218859"&gt;loveisfail&lt;/A&gt;‌ suggested here?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/316221"&gt;Dynamic changing as per selection&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 11:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87114#M14238</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T11:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87115#M14239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌wwhen ever I select &lt;STRONG&gt;Jan&lt;/STRONG&gt; in list box it is giving me ‘0’ in previous month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 11:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87115#M14239</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2018-10-09T11:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87116#M14240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this script&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MonthStart(date), 'MMM-YYYY') as MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount, date, Value, month_num, monthto, yearto&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200, 13/12/2017, A, 12, Dec, 2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 450, 20/12/2017, A, 12, Dec, 2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100, 01/01/2018, A, 1, Jan, 2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200, 14/01/2018, A, 1, Jan, 2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300, 03/02/2018, A, 2, Feb, 2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100, 15/02/2018, A, 2, Feb, 2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200, 02/03/2018, A, 3, Mar, 2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150, 20/03/2018, A, 3, Mar, 2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now your expressions will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous Month&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(MonthYear, -1), 'MMM-YYYY'))"}&amp;gt;}amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Label for Previous Month&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Date(MonthStart(MonthYear, -1), 'MMM-YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Month&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Label for Current Month&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Max(MonthYear)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 12:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87116#M14240</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T12:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87117#M14241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've made changes to the script and to the expression, when ever i select month from list is giving me current value but not the previous value. Please check the below image.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlikview.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215474_Qlikview.png" style="height: 96px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 12:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87117#M14241</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2018-10-09T12:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87118#M14242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are making selection in Month field (instead of MonthYear)... try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(MonthYear, -1), 'MMM-YYYY'))"}, &lt;SPAN style="color: #ff0000;"&gt;monthto&lt;/SPAN&gt;&amp;gt;}amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 12:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87118#M14242</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T12:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87119#M14243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And probably ignore selection in yearto also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(MonthYear, -1), 'MMM-YYYY'))"}, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;monthto, yearto&lt;/SPAN&gt;&amp;gt;}amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 12:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87119#M14243</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T12:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87120#M14244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that Sunny, it is working now. One last thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using below expressions to get current, current-1 and current-2 data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;current:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(MonthYear), 'MMM-YYYY'))"}, monthto&amp;gt;}amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;current-1:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(MonthYear, -1), 'MMM-YYYY'))"}, monthto&amp;gt;}amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;current-2:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(MonthYear, -2), 'MMM-YYYY'))"}, monthto&amp;gt;}amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is showing '0' in text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215476_2.png" style="height: 164px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on the selection only the values getting displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/215483_1.png" style="height: 161px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is I want the values in textboxes for the respective months automatically with out selection in list box. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87120#M14244</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2018-10-09T13:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87121#M14245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;current:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(&lt;STRONG&gt;Max(&lt;/STRONG&gt;MonthYear&lt;STRONG&gt;)&lt;/STRONG&gt;), 'MMM-YYYY'))"}, monthto&amp;gt;}amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;current-1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Max(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;, -1), 'MMM-YYYY'))"}, monthto&amp;gt;}amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;current-2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Max(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;, -2), 'MMM-YYYY'))"}, monthto&amp;gt;}amount)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Also, please spend some time reviewing set analysis&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87121#M14245</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T13:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87122#M14246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that Sunny, i will check the links. Coming to the above expression it is only working for current, still&lt;/P&gt;&lt;P&gt;current-1 and current-2 is showing 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87122#M14246</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2018-10-09T13:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87123#M14247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide the file you are working with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87123#M14247</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T13:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87124#M14248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using personal edition, please find the attached. ! !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87124#M14248</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2018-10-09T13:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87125#M14249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Misplaced my parenthesis... try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(Max(MonthYear), -1), 'MMM-YYYY'))"}, monthto&amp;gt;}amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;MonthYear = {"$(=Date(MonthStart(Max(MonthYear), -2), 'MMM-YYYY'))"}, monthto&amp;gt;}amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87125#M14249</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T13:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Qlikview expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87126#M14250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah now it works perfect. Thanks for your help Sunny, much Appreciated..!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Qlikview-expression/m-p/87126#M14250</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2018-10-09T13:54:18Z</dc:date>
    </item>
  </channel>
</rss>

