<?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: User defined standards: Group TOTAL expression by pivot dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121551#M18589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hello Dilip,&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: 13px;"&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: 13px;"&gt;The answer you give doesn't work, it gives me the total average, not per Characteristic and Selectected objects, nevertheless thanks for looking into the question. &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: 13px;"&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: 13px;"&gt;I need something like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=(Avg(_Value)/Avg(TOTAL {&amp;lt;Characteristic={&lt;SPAN style="color: #ff0000;"&gt; &lt;EM&gt;&lt;STRONG&gt; &lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;... here goes the characteristic of the pivot dimension&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; },Object={$(vStandards)}&amp;gt;} _Value))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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: 13px;"&gt;Regards,&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: 13px;"&gt;Femke&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2018 10:28:44 GMT</pubDate>
    <dc:creator>femkescholten</dc:creator>
    <dc:date>2018-10-22T10:28:44Z</dc:date>
    <item>
      <title>User defined standards: Group TOTAL expression by pivot dimension</title>
      <link>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121549#M18587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having some difficulties building an expression. What we need is to compare object values to a standard/control object that can be selected from a list (in an alternate state called Standards).&lt;/P&gt;&lt;P&gt;In the first pciture you see it works fine for 1 Charcteristic (K), in the second picture you see what happens when all Characteristict (K, N, Na) are selected. The standard is averaged over all Characteristics but I would like to have this standard grouped by characteristic too. Does anyone know how to accomplish that? &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any help would be great!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expressions:&lt;/P&gt;&lt;P&gt;Avg&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Avg(_Value)&lt;/P&gt;&lt;P&gt;Std&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Avg(TOTAL {&amp;lt;Object={$(vStandards)}&amp;gt;} _Value)&lt;/P&gt;&lt;P&gt;% Of Std&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =(Avg(_Value)/Avg(TOTAL {&amp;lt;Object={$(vStandards)}&amp;gt;} _Value))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And variable:&lt;/P&gt;&lt;P&gt;vStandards&amp;nbsp;&amp;nbsp;&amp;nbsp; =Concat(DISTINCT {Standards} chr(39) &amp;amp; Object &amp;amp; chr(39), ',')&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Standards K.png" class="jive-image image-1" src="/legacyfs/online/216340_Standards K.png" style="height: auto;" /&gt;&lt;IMG alt="Standards All.png" class="jive-image image-2" src="/legacyfs/online/216347_Standards All.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 15:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121549#M18587</guid>
      <dc:creator>femkescholten</dc:creator>
      <dc:date>2018-10-19T15:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: User defined standards: Group TOTAL expression by pivot dimension</title>
      <link>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121550#M18588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use TOTAL &amp;lt;Characteristic&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 17:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121550#M18588</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-19T17:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: User defined standards: Group TOTAL expression by pivot dimension</title>
      <link>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121551#M18589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hello Dilip,&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: 13px;"&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: 13px;"&gt;The answer you give doesn't work, it gives me the total average, not per Characteristic and Selectected objects, nevertheless thanks for looking into the question. &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: 13px;"&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: 13px;"&gt;I need something like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=(Avg(_Value)/Avg(TOTAL {&amp;lt;Characteristic={&lt;SPAN style="color: #ff0000;"&gt; &lt;EM&gt;&lt;STRONG&gt; &lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;... here goes the characteristic of the pivot dimension&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; },Object={$(vStandards)}&amp;gt;} _Value))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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: 13px;"&gt;Regards,&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: 13px;"&gt;Femke&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2018 10:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121551#M18589</guid>
      <dc:creator>femkescholten</dc:creator>
      <dc:date>2018-10-22T10:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: User defined standards: Group TOTAL expression by pivot dimension</title>
      <link>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121552#M18590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the attached qvw to check if the output is correct. if not let me know in a table format the desired output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2018 17:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121552#M18590</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-22T17:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: User defined standards: Group TOTAL expression by pivot dimension</title>
      <link>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121553#M18591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dilip,&lt;/P&gt;&lt;P&gt;Indeed, that's perfect!! Thanks so much for the help!!&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Femke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 06:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121553#M18591</guid>
      <dc:creator>femkescholten</dc:creator>
      <dc:date>2018-10-23T06:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: User defined standards: Group TOTAL expression by pivot dimension</title>
      <link>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121554#M18592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 16:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-defined-standards-Group-TOTAL-expression-by-pivot-dimension/m-p/121554#M18592</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-23T16:39:07Z</dc:date>
    </item>
  </channel>
</rss>

