<?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: Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145958#M889665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use the method specified here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4531"&gt;The As-Of Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Sep 2016 14:37:20 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-09-05T14:37:20Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145957#M889664</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;We have the data on Month level.&lt;/P&gt;&lt;P&gt;When I select Month, data should show &lt;STRONG&gt;Jan&lt;/STRONG&gt; to &lt;STRONG&gt;selected month&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;For example if MAR-16 selected I want to show JAn,FEB,MAR month values in chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the expression or script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Ename,Month,Sal,Comm&lt;/P&gt;&lt;P&gt;E1,Jan-16,10,1&lt;/P&gt;&lt;P&gt;E1,Feb-16,20,2&lt;/P&gt;&lt;P&gt;E1,Mar-16,30,3&lt;/P&gt;&lt;P&gt;E1,Apr-16,40,4&lt;/P&gt;&lt;P&gt;E1,May-16,50,5&lt;/P&gt;&lt;P&gt;E1,Jun-16,60,6&lt;/P&gt;&lt;P&gt;E1,Jul-16,70,7&lt;/P&gt;&lt;P&gt;E1,Aug-16,80,8&lt;/P&gt;&lt;P&gt;E1,Sep-16,90,9&lt;/P&gt;&lt;P&gt;E2,Jan-16,15,2&lt;/P&gt;&lt;P&gt;E2,Feb-16,20,4&lt;/P&gt;&lt;P&gt;E2,Mar-16,25,4&lt;/P&gt;&lt;P&gt;E2,Apr-16,30,4&lt;/P&gt;&lt;P&gt;E2,May-16,35,4&lt;/P&gt;&lt;P&gt;E2,Jun-16,40,4&lt;/P&gt;&lt;P&gt;E2,Jul-16,45,4&lt;/P&gt;&lt;P&gt;E2,Aug-16,50,4&lt;/P&gt;&lt;P&gt;E2,Sep-16,55,4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1145957#M889664</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145958#M889665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use the method specified here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4531"&gt;The As-Of Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 14:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1145958#M889665</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-05T14:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145959#M889666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or check here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2787"&gt;Accumulative Sums&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 14:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1145959#M889666</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-05T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145960#M889667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your field Month is recognized as datefield you may use&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month={&amp;lt;=max(Month)}&amp;gt;}Sal)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 14:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1145960#M889667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-05T14:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145961#M889668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;Script :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;SPAN style="color: #575757;"&gt; &lt;STRONG&gt;LOAD&lt;/STRONG&gt; *, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #575757;"&gt; MonthName(Date#(Month,'MMM-YY')) as MonthName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #575757;"&gt; INLINE &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;[&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt; Ename,Month,Sal,Comm &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;............&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Expression in chart :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="color: #575757; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;MonthName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;={'&amp;gt;=$(=Num(MonthName(YearStart(Max(MonthName)))))&amp;lt;=$(=Max(MonthName))'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Sal&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="color: #575757;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;See Attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 15:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1145961#M889668</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-09-05T15:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145962#M889669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/stalwar1"&gt;stalwar1&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Could you please provide script and Expression?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 15:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1145962#M889669</guid>
      <dc:creator />
      <dc:date>2016-09-05T15:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145963#M889670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/people/etk"&gt;etk&lt;/A&gt; &lt;SPAN style="color: #777777; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.5557px; background-color: #f5faf0;"&gt; &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/people/hic"&gt;hic&lt;/A&gt;&lt;SPAN style="color: #777777; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.5557px; background-color: #f5faf0;"&gt; &lt;A _jive_internal="true" data-avatarid="6257" data-externalid="" data-online="false" data-presence="null" data-userid="96544" data-username="gwassenaar" href="https://community.qlik.com/people/gwassenaar" style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; text-decoration: underline;"&gt;gysbert wassenaar&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #777777; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.5557px; background-color: #f5faf0;"&gt;Please help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 10:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1145963#M889670</guid>
      <dc:creator />
      <dc:date>2016-09-06T10:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145964#M889671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio's idea should work.. Have you tried with it??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 10:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1145964#M889671</guid>
      <dc:creator>saimahasan</dc:creator>
      <dc:date>2016-09-06T10:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145965#M889672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression is working fine if Month is MMM-YY format.&lt;/P&gt;&lt;P&gt;It is not working for Month is MMM format.&lt;/P&gt;&lt;P&gt;Could you please open and check .I am working with personal edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 11:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1145965#M889672</guid>
      <dc:creator />
      <dc:date>2016-09-06T11:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145966#M889673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the selections you are applying?? Is it only month selection or year selection as well??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 11:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1145966#M889673</guid>
      <dc:creator>saimahasan</dc:creator>
      <dc:date>2016-09-06T11:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1145967#M889674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left; color: #575757; text-indent: 0px;"&gt;This is not working for MMM filter in a line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left; color: #575757; text-indent: 0px;"&gt;Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 06:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1145967#M889674</guid>
      <dc:creator />
      <dc:date>2016-09-07T06:58:57Z</dc:date>
    </item>
  </channel>
</rss>

