<?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 wrong in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924854#M968166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are specifying the format at the end, you do need the Num() function. Else you can look at &lt;A _jive_internal="true" href="https://community.qlik.com/people/maxgro"&gt;maxgro&lt;/A&gt;‌'s suggestion &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Sep 2015 12:48:43 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-09-23T12:48:43Z</dc:date>
    <item>
      <title>expression wrong</title>
      <link>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924848#M968160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want annual growth&amp;nbsp; rate&amp;nbsp; for that i write this expression but it show the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;Market_Year={"2016"}&amp;gt;} Market_Dollars_End_User)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;Market_Year={"2013"}&amp;gt;} Market_Dollars_End_User)-1) ,'#,##0.00%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Josna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 12:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924848#M968160</guid>
      <dc:creator />
      <dc:date>2015-09-23T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: expression wrong</title>
      <link>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924849#M968161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;Market_Year={"2016"}&amp;gt;} Market_Dollars_End_User)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;Market_Year={"2013"}&amp;gt;} Market_Dollars_End_User)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;-1 ,'#,##0.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 12:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924849#M968161</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-09-23T12:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: expression wrong</title>
      <link>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924850#M968162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&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;&lt;STRONG&gt;=Num(((Sum ({&amp;lt;Market_Year={"2016"}&amp;gt;} Market_Dollars_End_User)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum ({&amp;lt;Market_Year={"2013"}&amp;gt;} Market_Dollars_End_User))-1) ,'#,##0.00%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 12:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924850#M968162</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-23T12:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: expression wrong</title>
      <link>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924851#M968163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;(&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;Market_Year={"2016"}&amp;gt;} Market_Dollars_End_User)&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;Sum ({&amp;lt;Market_Year={"2013"}&amp;gt;} Market_Dollars_End_User)&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;-1&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;and format the expression in number tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 12:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924851#M968163</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-09-23T12:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: expression wrong</title>
      <link>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924852#M968164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is Mandatory by using NUM()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 12:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924852#M968164</guid>
      <dc:creator />
      <dc:date>2015-09-23T12:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: expression wrong</title>
      <link>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924853#M968165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but the useful answer is identical to mine, I have answered before ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 12:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924853#M968165</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-09-23T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: expression wrong</title>
      <link>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924854#M968166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are specifying the format at the end, you do need the Num() function. Else you can look at &lt;A _jive_internal="true" href="https://community.qlik.com/people/maxgro"&gt;maxgro&lt;/A&gt;‌'s suggestion &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 12:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924854#M968166</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-23T12:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: expression wrong</title>
      <link>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924855#M968167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sunny,&lt;/P&gt;&lt;P&gt;i need your help on the thread 181882.&lt;/P&gt;&lt;P&gt;please have a look&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 12:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924855#M968167</guid>
      <dc:creator />
      <dc:date>2015-09-23T12:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: expression wrong</title>
      <link>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924856#M968168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working off of a personal edition of QlikView and won't really be able to open your qvw. I see a lot of experts are already to trying to help and I am sure they will def. be able to help you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 13:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-wrong/m-p/924856#M968168</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-23T13:11:32Z</dc:date>
    </item>
  </channel>
</rss>

