<?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 error in % expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1510405#M601533</link>
    <description>&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;I seem to have problem with the % I have the below but its giving me a massive percentage any ideas, I think its my brackets again. I just want to add the two values together and then divide those into another number displaying the %&lt;/P&gt;&lt;P&gt;num((Count({&amp;lt;SelfHarmAct_ID={'10'}&amp;gt;} NEWKEYID)-Count({&amp;lt;SelfHarmAct_ID={'10'}&amp;gt;} PatientsNotAssessed_ID))&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(Count({&amp;lt;SelfHarmAct_ID={'9'}&amp;gt;} NEWKEYID)-Count({&amp;lt;SelfHarmAct_ID={'9'}&amp;gt;} PatientsNotAssessed_ID))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/ (Count(NEWKEYID)-Count(PatientsNotAssessed_ID)),'##.##%')&lt;/P&gt;</description>
    <pubDate>Wed, 21 Nov 2018 13:03:11 GMT</pubDate>
    <dc:creator>sweens78</dc:creator>
    <dc:date>2018-11-21T13:03:11Z</dc:date>
    <item>
      <title>error in % expression</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1510405#M601533</link>
      <description>&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;I seem to have problem with the % I have the below but its giving me a massive percentage any ideas, I think its my brackets again. I just want to add the two values together and then divide those into another number displaying the %&lt;/P&gt;&lt;P&gt;num((Count({&amp;lt;SelfHarmAct_ID={'10'}&amp;gt;} NEWKEYID)-Count({&amp;lt;SelfHarmAct_ID={'10'}&amp;gt;} PatientsNotAssessed_ID))&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(Count({&amp;lt;SelfHarmAct_ID={'9'}&amp;gt;} NEWKEYID)-Count({&amp;lt;SelfHarmAct_ID={'9'}&amp;gt;} PatientsNotAssessed_ID))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/ (Count(NEWKEYID)-Count(PatientsNotAssessed_ID)),'##.##%')&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 13:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1510405#M601533</guid>
      <dc:creator>sweens78</dc:creator>
      <dc:date>2018-11-21T13:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: error in % expression</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1510416#M601534</link>
      <description>&lt;P&gt;You do seem to be missing a pair of brackets before you divide&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;num(&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;(Count({&amp;lt;SelfHarmAct_ID={'10'}&amp;gt;} NEWKEYID)-Count({&amp;lt;SelfHarmAct_ID={'10'}&amp;gt;} PatientsNotAssessed_ID))&lt;BR /&gt;+&lt;BR /&gt;(Count({&amp;lt;SelfHarmAct_ID={'9'}&amp;gt;} NEWKEYID)-Count({&amp;lt;SelfHarmAct_ID={'9'}&amp;gt;} PatientsNotAssessed_ID))&lt;BR /&gt;)&lt;BR /&gt;/ (Count(NEWKEYID)-Count(PatientsNotAssessed_ID))&lt;/P&gt;&lt;P&gt;,'##.##%')&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 14:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1510416#M601534</guid>
      <dc:creator>jfkinspari</dc:creator>
      <dc:date>2018-11-21T14:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: error in % expression</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1510417#M601535</link>
      <description>I guess brackets and why not combine the two ID's, like&lt;BR /&gt;&lt;BR /&gt;=num((Count({&amp;lt;SelfHarmAct_ID={'9','10'}&amp;gt;} NEWKEYID)-Count({&amp;lt;SelfHarmAct_ID={'9','10'}&amp;gt;} PatientsNotAssessed_ID))&lt;BR /&gt;/ (Count(NEWKEYID)-Count(PatientsNotAssessed_ID)),'##.##%')</description>
      <pubDate>Wed, 21 Nov 2018 13:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1510417#M601535</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2018-11-21T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: error in % expression</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1510469#M601536</link>
      <description>still seem to be be getting error jfkinspari&lt;BR /&gt;&lt;BR /&gt;=(&lt;BR /&gt;num((Count({&amp;lt;SelfHarmAct_ID={'10'}&amp;gt;} NEWKEYID)-Count({&amp;lt;SelfHarmAct_ID={'10'}&amp;gt;} PatientsNotAssessed_ID))&lt;BR /&gt;+&lt;BR /&gt;(Count({&amp;lt;SelfHarmAct_ID={'9'}&amp;gt;} NEWKEYID)-Count({&amp;lt;SelfHarmAct_ID={'9'}&amp;gt;} PatientsNotAssessed_ID))&lt;BR /&gt;)&lt;BR /&gt;/ (Count(NEWKEYID)-Count(PatientsNotAssessed_ID)),'##.##%')</description>
      <pubDate>Wed, 21 Nov 2018 14:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1510469#M601536</guid>
      <dc:creator>sweens78</dc:creator>
      <dc:date>2018-11-21T14:21:44Z</dc:date>
    </item>
  </channel>
</rss>

