<?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 How can i get this Frecuency... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153371#M30435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have the same Peso for more than one Chequeo&lt;/P&gt;&lt;P&gt;I want to (the frequency) knows considered, that is to say the frequency when val=1 on val=2, bearing the weight in mind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.......Rose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2009 18:45:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-11T18:45:04Z</dc:date>
    <item>
      <title>How can i get this Frecuency...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153365#M30429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I Would like to find the formula to obtain the relative frequency for a weight, for example:&lt;/P&gt;&lt;P&gt;I have one variable Chequeo with valors (1 or 2) and for each valor there is one Peso :&lt;/P&gt;&lt;P&gt;Valor Peso Chequeo&lt;/P&gt;&lt;P&gt;1 0.87 Calidad&lt;/P&gt;&lt;P&gt;1 0.999 Calidad&lt;/P&gt;&lt;P&gt;2 1.335 Servicios&lt;/P&gt;&lt;P&gt;2 0.85 Automóviles&lt;/P&gt;&lt;P&gt;and I would like to find:&lt;/P&gt;&lt;P&gt;(count(if ((Valor='1'),Chequeo))/count(Chequeo))*100&lt;/P&gt;&lt;P&gt;but I have to bear the weight in mind .&lt;/P&gt;&lt;P&gt;THANKS!!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 16:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153365#M30429</guid>
      <dc:creator />
      <dc:date>2009-08-10T16:54:26Z</dc:date>
    </item>
    <item>
      <title>How can i get this Frecuency...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153366#M30430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What result do you expect for for example Calisas?&lt;/P&gt;&lt;P&gt;Regards, Annette&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 17:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153366#M30430</guid>
      <dc:creator>Annette_Steinrücken</dc:creator>
      <dc:date>2009-08-10T17:45:43Z</dc:date>
    </item>
    <item>
      <title>How can i get this Frecuency...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153367#M30431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example: the frecuency from variable=Chequeo....of Calidad is 2/4 but, I want to obtain:&lt;/P&gt;&lt;P&gt;Count( Chequeo*Peso) / Count(Chequeo): is the same: (1*0.87)+(0.999*1)/4, if only where Valor=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(count(if ((Valor='1'),Chequeo*Peso))/count(Chequeo))*100.......... it`s wrong!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me?..thanks........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 14:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153367#M30431</guid>
      <dc:creator />
      <dc:date>2009-08-11T14:22:37Z</dc:date>
    </item>
    <item>
      <title>How can i get this Frecuency...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153368#M30432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this&lt;/P&gt;&lt;P&gt;=if(valor='1',sum(Peso) / count(All Chequeo))*100&lt;/P&gt;&lt;P&gt;-Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 15:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153368#M30432</guid>
      <dc:creator />
      <dc:date>2009-08-11T15:20:01Z</dc:date>
    </item>
    <item>
      <title>How can i get this Frecuency...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153369#M30433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I want tis formula but with PESO:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(count(if ((Valor='1'),Chequeo))/count(Chequeo))*100&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 17:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153369#M30433</guid>
      <dc:creator />
      <dc:date>2009-08-11T17:27:58Z</dc:date>
    </item>
    <item>
      <title>How can i get this Frecuency...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153370#M30434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you look at your example: (1*0.87)+(0.999*1)/4, you want to build a sum of PESO * frequency of Chequeo.&lt;BR /&gt;Does this mean that you will have the same Peso for more than one Chequeo?&lt;/P&gt;&lt;P&gt;Do you have an example where you might have (2*0.87)?&lt;/P&gt;&lt;P&gt;/Annette&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 18:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153370#M30434</guid>
      <dc:creator>Annette_Steinrücken</dc:creator>
      <dc:date>2009-08-11T18:04:26Z</dc:date>
    </item>
    <item>
      <title>How can i get this Frecuency...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153371#M30435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have the same Peso for more than one Chequeo&lt;/P&gt;&lt;P&gt;I want to (the frequency) knows considered, that is to say the frequency when val=1 on val=2, bearing the weight in mind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.......Rose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 18:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153371#M30435</guid>
      <dc:creator />
      <dc:date>2009-08-11T18:45:04Z</dc:date>
    </item>
    <item>
      <title>How can i get this Frecuency...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153372#M30436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this?&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum(if(Valor='1',Peso))/count(Chequeo)&lt;/P&gt;&lt;P&gt;As best I can tell, you don't need a count or Chequeo in the first part of the expression at all. You just want to sum up the Pesos where Valor = 1. If you have 0.87 Pesos twice, the sum() should count it twice (may depend on your exact data model). And I don't multiply by 100 because you can just display it as a percentage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 01:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-get-this-Frecuency/m-p/153372#M30436</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-08-12T01:11:10Z</dc:date>
    </item>
  </channel>
</rss>

