<?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: Help in Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712039#M256336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to write an expression such as&lt;/P&gt;&lt;P&gt;when YearField=2013, (100-(Prev Value-Curr Value)/Prev Value)*100 as Expr1&lt;/P&gt;&lt;P&gt;and for all other years it should be previous value of Expr1 -((Prev Value- Curr Value) /Prev Value) * 100 as Expr1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2014 11:45:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-13T11:45:49Z</dc:date>
    <item>
      <title>Help in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712035#M256332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a line chart with one dimension and multiple expressions.&lt;/P&gt;&lt;P&gt;Dimension is Months&lt;/P&gt;&lt;P&gt;For some of the expressions, i have to calculate expression values as PREVIOUS MONTHS' VALUE - CURRENT MONTHS' VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to implement the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 10:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712035#M256332</guid>
      <dc:creator />
      <dc:date>2014-10-13T10:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712036#M256333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if 4 (April) is your current month (selected) then previous month would be as follows:&lt;/P&gt;&lt;P&gt;create a variable and name it vPreviousMonths&lt;/P&gt;&lt;P&gt;in the definition put&lt;/P&gt;&lt;P&gt;=max(Month) -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in your expression if it is sum(sales)&lt;/P&gt;&lt;P&gt;it would be sum(sales) - sum({&amp;lt;Month={$(vPreviousMonth)}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 10:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712036#M256333</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-10-13T10:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712037#M256334</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;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/479161"&gt;Comparing Current Month and Previous Month Sales&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 10:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712037#M256334</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-13T10:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712038#M256335</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 can try the command 'above'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like above(sum(value))-sum(value) when the dimension is month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 10:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712038#M256335</guid>
      <dc:creator>ariel_klien</dc:creator>
      <dc:date>2014-10-13T10:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712039#M256336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to write an expression such as&lt;/P&gt;&lt;P&gt;when YearField=2013, (100-(Prev Value-Curr Value)/Prev Value)*100 as Expr1&lt;/P&gt;&lt;P&gt;and for all other years it should be previous value of Expr1 -((Prev Value- Curr Value) /Prev Value) * 100 as Expr1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 11:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712039#M256336</guid>
      <dc:creator />
      <dc:date>2014-10-13T11:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712040#M256337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you attach the sample file so that we can help you in a better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 12:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Expression/m-p/712040#M256337</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2014-10-13T12:00:00Z</dc:date>
    </item>
  </channel>
</rss>

