<?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: How to generate a calculated field with count ( ) or Sum in the load script ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385283#M1325255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One solution could be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load State, Customer from Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (Fact)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load State, Count(Customer) as UK_CUSTOMERS Resident Fact Where State = 'UK' Group By State; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2017 16:00:50 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-10-17T16:00:50Z</dc:date>
    <item>
      <title>How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385282#M1325253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I want to generate a calculated column in the load script to use it in my set analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case :&lt;/P&gt;&lt;P&gt;I want to load this expression as a column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;[State] = {'UK'}&amp;gt;} [Customer])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;[State] = {'UK'}&amp;gt;} [Customer]) &lt;STRONG&gt;as UK_CUSTOMERS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please tell me how can i do that ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ali&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385282#M1325253</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385283#M1325255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One solution could be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load State, Customer from Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (Fact)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load State, Count(Customer) as UK_CUSTOMERS Resident Fact Where State = 'UK' Group By State; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385283#M1325255</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-17T16:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385284#M1325258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Anil , I will try it and i'll tell u if it works &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 08:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385284#M1325258</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2017-10-18T08:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385285#M1325260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need this count based on another dimension or overall count?&lt;/P&gt;&lt;P&gt;Count(If(State = 'UK', Customer)) as UK_CUSTOMERS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 11:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385285#M1325260</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-18T11:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385286#M1325262</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;Pleasure to see u &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like the expression used in the set analysis , i want to generate a calculated field with the function count :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exemple :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Column:&lt;/STRONG&gt; Data1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value:&lt;/STRONG&gt; Toto&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;expression:&lt;/STRONG&gt; count('Toto')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Needs:&lt;/STRONG&gt; To generate a calculated field in the load script based on the expression&amp;nbsp; count('Toto')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;something like&amp;nbsp; count('Toto') as Test&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 12:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385286#M1325262</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2017-10-19T12:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385287#M1325264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to get the overall count? or count by some dimensions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 12:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385287#M1325264</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-19T12:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385288#M1325266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the two cases Overall count and By dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exemple :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Column:&lt;/STRONG&gt; Data1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value:&lt;/STRONG&gt; Toto&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;expression:&lt;/STRONG&gt; count('Toto')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;: Clienta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx a lot &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 12:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385288#M1325266</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2017-10-19T12:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385289#M1325268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Sunny&amp;nbsp; show me for the Overall count ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 12:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385289#M1325268</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2017-10-19T12:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385290#M1325270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this (using Anil's code but showing that your Fact table can have more than the two fields and doing a Left Join instead of Right Join)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load State,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Fact)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load State,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(Customer) as UK_CUSTOMERS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Fact&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where State = 'UK'&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;Group By State;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 12:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385290#M1325270</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-19T12:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385291#M1325271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it doesn't work , but i put the complete official script please Have a look and tell me what should i do for the expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;[EtatBitLockerChiffrement] = {'conforme'}&amp;gt;} [Client])/Count([Client])*100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Needs: put the expression in the load script as a Calculated field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;[EtatBitLockerChiffrement] = {'conforme'}&amp;gt;} [Client])/Count([Client])*100 as TOTO&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Client &amp;amp;'|'&amp;amp;Machine as Key,&lt;/P&gt;&lt;P&gt; OS_Version, &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EtatBitLockerChiffrement, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TypePoste, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZC_ProductVersion, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZC_ActiveState, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age_Def_Antivirus, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qualif_Age_of_Antivirus, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(DateLogin) as Date_Login, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(DateLogin) as Mois_Login,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; day(DateLogin) as Jour_Login,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year(DateLogin)as Annee_Login,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(DateLogin) &amp;amp;'|'&amp;amp; year(DateLogin) as Mois_Année_Login,&lt;/P&gt;&lt;P&gt; Machine, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Login, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EtatTPMActivationBIOS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EtatTPMValidationWindows, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EtatTPMPropriete, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DernierEchecFixBitLocker, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DerniereActionRealisee, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEP_FWRunningStatus, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEP_LatestVirusDefsDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEP_LatestVirusDefsRevision, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEP_DeployRunningVersion, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEP_LastSuccessfulScanDateTime, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEP_Smc_engine_status, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEP_PolicyMode, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZC_NextActiveState, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZC_InstallDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PathADMachine, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PathADUser&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\QVD\QVD_TR\TBD_PDT_SECURITE_SECU_ALL.QVD]&lt;/P&gt;&lt;P&gt;(qvd&amp;nbsp; );&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385291#M1325271</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2017-10-19T13:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385292#M1325273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add this after your LOAD statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LEFT JOIN (Security)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Client,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100.0*Count(IF (EtatBitLockerChiffrement = 'conforme', Client))/Count(Client) AS TOTO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT Security&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;GROUP BY Cliient;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 14:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385292#M1325273</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-10-19T14:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a calculated field with count ( ) or Sum in the load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385293#M1325275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome , Thanx Peter !&amp;nbsp; I have another question :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to use the field TOTO which is a calculated field&amp;nbsp; with the dimension month&amp;nbsp; in a bar chart&amp;nbsp; and show the last six months ?&amp;nbsp; How can i do that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 09:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-a-calculated-field-with-count-or-Sum-in-the-load/m-p/1385293#M1325275</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2017-10-20T09:20:57Z</dc:date>
    </item>
  </channel>
</rss>

