<?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 Syntax Error : help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntax-Error-help/m-p/219862#M72836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's basically the same, isn't it?&lt;/P&gt;&lt;P&gt;We can just adapt the previous one, and multiply it (or divide by 100) outside of the sums.&lt;/P&gt;&lt;P&gt;=(&lt;/P&gt;&lt;P&gt;sum([Payment Count])/&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;IF([Billing Type]='Regular',([Bill Count]),0)&lt;/P&gt;&lt;P&gt;)*100 )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2011 12:24:23 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-04-18T12:24:23Z</dc:date>
    <item>
      <title>Syntax Error : help</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-Error-help/m-p/219858#M72832</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;&lt;/P&gt;&lt;P&gt;Can anyone tell me where am i going wrong in this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum([Payment Count])/(sum(IF([Billing Type]='Regular',([Bill Count]),0),'#,##%')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 11:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-Error-help/m-p/219858#M72832</guid>
      <dc:creator />
      <dc:date>2011-04-18T11:59:30Z</dc:date>
    </item>
    <item>
      <title>Syntax Error : help</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-Error-help/m-p/219859#M72833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's the order you closed the ()'s&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;=num(&lt;/P&gt;&lt;P&gt;sum([Payment Count])/&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;IF([Billing Type]='Regular',([Bill Count]),0)&lt;/P&gt;&lt;P&gt;) )&lt;/P&gt;&lt;P&gt;,'#,##%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 12:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-Error-help/m-p/219859#M72833</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-18T12:04:33Z</dc:date>
    </item>
    <item>
      <title>Syntax Error : help</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-Error-help/m-p/219860#M72834</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;=num(sum([Payment Count])/(sum(IF([Billing Type]='Regular',([Bill Count]),0))),'#,##%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 12:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-Error-help/m-p/219860#M72834</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2011-04-18T12:05:32Z</dc:date>
    </item>
    <item>
      <title>Syntax Error : help</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-Error-help/m-p/219861#M72835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that worked.&lt;/P&gt;&lt;P&gt;Can u also help me with this please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum ([Payment Count]))/( sum(if([Billing Type]='Regular',[Bill Count],0)*(100)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 12:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-Error-help/m-p/219861#M72835</guid>
      <dc:creator />
      <dc:date>2011-04-18T12:12:45Z</dc:date>
    </item>
    <item>
      <title>Syntax Error : help</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-Error-help/m-p/219862#M72836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's basically the same, isn't it?&lt;/P&gt;&lt;P&gt;We can just adapt the previous one, and multiply it (or divide by 100) outside of the sums.&lt;/P&gt;&lt;P&gt;=(&lt;/P&gt;&lt;P&gt;sum([Payment Count])/&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;IF([Billing Type]='Regular',([Bill Count]),0)&lt;/P&gt;&lt;P&gt;)*100 )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 12:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-Error-help/m-p/219862#M72836</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-18T12:24:23Z</dc:date>
    </item>
  </channel>
</rss>

