<?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: Formula not working on report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379295#M420710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this? and enable the % from number format&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Num((SUM(ExtendedUSD) - Sum(ExtendedCostUSDADJ))/Sum(TOTAL ExtendedUSD),'#,##0%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2017 08:30:17 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-09-20T08:30:17Z</dc:date>
    <item>
      <title>Formula not working on report</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379291#M420706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;i created a dynamic table that is build based on the dimension/measure selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is working except the margin which is easy to be calculated ( SALES - COST ) / SALES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM((ExtendedUSD - ExtendedCostUSDADJ)/(ExtendedUSD))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you can see below the margin is 1,119 which is wrong, should it be 0,50 (50%)&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FORMULA WRONG.PNG" class="jive-image image-1" src="/legacyfs/online/177139_FORMULA WRONG.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 08:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379291#M420706</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-09-20T08:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Formula not working on report</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379292#M420707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(SUM((ExtendedUSD) - sum(ExtendedCostUSDADJ))/sum(ExtendedUSD))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;after this in chart properties number tab change to percentage for this expression&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 08:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379292#M420707</guid>
      <dc:creator>hari8088</dc:creator>
      <dc:date>2017-09-20T08:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Formula not working on report</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379293#M420708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="errrrrrrr.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177143_errrrrrrr.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 08:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379293#M420708</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-09-20T08:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Formula not working on report</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379294#M420709</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;use the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;EM&gt;=(SUM(ExtendedUSD) - sum(ExtendedCostUSDADJ)) / sum(ExtendedUSD)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&lt;STRONG style="text-decoration: line-through;"&gt;&lt;EM&gt;=(Sum(SUM(ExtendedUSD) - sum(ExtendedCostUSDADJ))/sum(ExtendedUSD))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 08:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379294#M420709</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-09-20T08:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Formula not working on report</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379295#M420710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this? and enable the % from number format&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Num((SUM(ExtendedUSD) - Sum(ExtendedCostUSDADJ))/Sum(TOTAL ExtendedUSD),'#,##0%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 08:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379295#M420710</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-20T08:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Formula not working on report</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379296#M420711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't give two sum in starting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;(SUM((ExtendedUSD) - sum(ExtendedCostUSDADJ))/sum(ExtendedUSD))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 08:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-not-working-on-report/m-p/1379296#M420711</guid>
      <dc:creator>hari8088</dc:creator>
      <dc:date>2017-09-20T08:30:28Z</dc:date>
    </item>
  </channel>
</rss>

