<?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 with an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673959#M1081090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;num((Sum(Sales2013)-Sum(Sales2012))/Sum(Sales2012),'##.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jun 2014 10:10:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-29T10:10:30Z</dc:date>
    <item>
      <title>Need help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673957#M1081088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys! I have some problems with creating an expression which shows information about the annual sales growth. I want to make this for 2013 and 2012 but I have some problems in making the formula. I know that it have to be something like this:&lt;/P&gt;&lt;P&gt;SUM([2013 sales])&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;SUM([2012 sales])&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;1 &lt;/P&gt;&lt;P&gt;I've already have expressions which shows the sales for 2012 and 2013 which are made with if statement. I just don't know how to write them in this case.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help guys! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 09:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673957#M1081088</guid>
      <dc:creator />
      <dc:date>2014-06-29T09:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673958#M1081089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Assuming that you have calculated field for sale 201`2 and sales 2013, you can try something like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;((SUM([2013 sales])-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM([2012 sales])&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(SUM([2012 sales])))*100&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>Sun, 29 Jun 2014 09:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673958#M1081089</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-29T09:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673959#M1081090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;num((Sum(Sales2013)-Sum(Sales2012))/Sum(Sales2012),'##.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 10:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673959#M1081090</guid>
      <dc:creator />
      <dc:date>2014-06-29T10:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673960#M1081092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I am not sure how to make these in calculated fields. I've got 2013 and 2012 sales in two different charts. Sorry for the question but I am new QlikView user. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 10:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673960#M1081092</guid>
      <dc:creator />
      <dc:date>2014-06-29T10:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673961#M1081093</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;If possible can you post your qvw file here.&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>Sun, 29 Jun 2014 10:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673961#M1081093</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-29T10:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673962#M1081095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can, but I am using the personal edition and I won't be able to open the file after that. I need that file because I am going to use it on my final exam at the university on Wednesday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 10:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673962#M1081095</guid>
      <dc:creator />
      <dc:date>2014-06-29T10:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673963#M1081096</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;Just attach file.&lt;/P&gt;&lt;P&gt;I will guide you how to fix that in your file.&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>Sun, 29 Jun 2014 10:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-an-expression/m-p/673963#M1081096</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-29T10:41:42Z</dc:date>
    </item>
  </channel>
</rss>

