<?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 sbagliata in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formula-sbagliata/m-p/573810#M213720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: avg({$&amp;lt;Tipo={Normale}&amp;gt;} "Purchased Value"/Q.ta)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe: avg("Purchased Value")/avg({$&amp;lt;Tipo={Normale}&amp;gt;} Q.ta)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2014 14:18:35 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2014-03-28T14:18:35Z</dc:date>
    <item>
      <title>Formula sbagliata</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-sbagliata/m-p/573809#M213719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Buongiorno a tutti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qualcuno mi sa aiutare per comprendere come mai la seguente formula è sbagliata?&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: 12px; background-color: #f6f6f6;"&gt;avg(("Purchased Value")/(&lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;{&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;$ &amp;lt;Tipo={Normale}&amp;gt;} Q.ta))&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: 12px; background-color: #f6f6f6;"&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: 12px; background-color: #f6f6f6;"&gt;Grazie a tutti in anticipo!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 14:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-sbagliata/m-p/573809#M213719</guid>
      <dc:creator />
      <dc:date>2014-03-28T14:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Formula sbagliata</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-sbagliata/m-p/573810#M213720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: avg({$&amp;lt;Tipo={Normale}&amp;gt;} "Purchased Value"/Q.ta)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe: avg("Purchased Value")/avg({$&amp;lt;Tipo={Normale}&amp;gt;} Q.ta)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 14:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-sbagliata/m-p/573810#M213720</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-28T14:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Formula sbagliata</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-sbagliata/m-p/573811#M213721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;se stai cercando la media dei &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;"Purchased Value"&lt;/SPAN&gt; rispetto alle quantità Q.tà dove tipo è "Normale" la formula corretta è:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;{&lt;/STRONG&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;$ &amp;lt;Tipo={Normale}&amp;gt;} [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Purchased Value&lt;/SPAN&gt;]/[Q.tà]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;altrimenti spiegami i&amp;nbsp; dettaglie sarò felice di aiutarti&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 14:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-sbagliata/m-p/573811#M213721</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-28T14:22:04Z</dc:date>
    </item>
  </channel>
</rss>

