<?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: Dynamic KPI selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341979#M833022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You seem to have updated your sample, can you add the updated sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jun 2017 09:43:59 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-06-09T09:43:59Z</dc:date>
    <item>
      <title>Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341972#M833015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to let the user decide which KPIs are displayed on one of my sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The KPIs are selected in an input box, an optional list provides the name of the KPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="KPIList.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166300_KPIList.JPG" style="height: 464px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I am facing is that the dashboard displays an average KPI for all companies and individuals KPIs for every single company (ManagementID).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="VariableUsage.JPG" class="jive-image image-2" height="304" src="https://community.qlik.com/legacyfs/online/166319_VariableUsage.JPG" style="height: 304.041px; width: 776px;" width="776" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expressions and used variables for individual/averages values are different. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the individual KPIs in the straight table it's just the chosen KPI itself, e.g. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$(eUmsatzrentabilität)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The average KPI expression, however, uses a different variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(Avg({&amp;lt;Scope={'Scope Q2'}, [Management ID]&amp;gt;} Aggr($(eUmsatzrentabilitätManID),[Management ID])),&amp;nbsp; '#,##%') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable is called&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;$(eUmsatzrentabilitätManID)&lt;/SPAN&gt;&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;/P&gt;&lt;P&gt;As you can see, the variables are always named in this fashion, the variable used for the averages is named like the variable for the individual KPIs &lt;STRONG&gt;+ 'ManID'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To dynamically change the calculation of the individual KPIs I can just use $(eKennzahl1), &lt;SPAN style="font-size: 13.3333px;"&gt;$(eKennzahl2)&lt;/SPAN&gt; in the straight table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how do I also adjust the expressions for the averages? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we use something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Num(Avg({&amp;lt;Scope={'Scope Q2'}, [Management ID]&amp;gt;} Aggr(&lt;/SPAN&gt;&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;&lt;STRONG&gt;$(eKennzahl1&amp;amp;ManID)&lt;/STRONG&gt;&lt;/SPAN&gt;&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;,[Management ID])),&amp;nbsp; '#,##%') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will attach the sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mats&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341972#M833015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341973#M833016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mats,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if I'm missing something, but entering the KPI name into a variable doesn't seem very user-friendly to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you load all your KPI's into a data island (a table with no relations tot your data model) and have them choose a KPI in a list box (or multibox if you want to show 4 KPI's).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick up the selected KPI using GetFieldSelections and store your expressions for both individual as well as global averages into variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would that work at all for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 08:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341973#M833016</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-06-09T08:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341974#M833017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right, it does not seem to be that user-friendly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know about the option you suggested. Of course I am open to better solutions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how it would work exactly?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I get the idea of creating a data island with available KPIs.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How would the variables for the individual and &lt;SPAN style="font-size: 10pt;"&gt;global averages look like?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also haven't worked with GetFieldSelection before. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;SPAN style="font-size: 13.3333px;"&gt;a lot&lt;/SPAN&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mats&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341974#M833017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-09T09:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341975#M833018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not fully sure I understand where exactly are we looking to enter the KPI... can you give an example of input and the output you expect to see in your KPI?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341975#M833018</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-09T09:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341976#M833019</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;&lt;/P&gt;&lt;P&gt;I think Ronald's solution would speed up the process of selecting the KPIs quite a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I create the data island with KPIs and then select 4 KPIs in the multibox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expressions obviously have to adjust for every selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="KPISelection.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166337_KPISelection.JPG" style="height: 208px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how to use the GetFieldSelection and how the variables for individual/average KPIs would look like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mats&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341976#M833019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-09T09:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341977#M833020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use data island or you can predefined list of values within your input box. But that is a separate matter, I am looking for few inputs I can enter and what will be the value based on those inputs in your KPI object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341977#M833020</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-09T09:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341978#M833021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I choose the KPI, e.g.&amp;nbsp; "revenue" in the Multibox and QlikView takes the field selection and uses two variables for &lt;/P&gt;&lt;P&gt;a) the average&lt;BR /&gt;and &lt;BR /&gt;b) the individual value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341978#M833021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-09T09:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341979#M833022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You seem to have updated your sample, can you add the updated sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341979#M833022</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-09T09:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341980#M833023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just edited the labels to clarify what I would like to achieve. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have to create the KPI table (data island) to move forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will post the update as soon as I am done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your patience.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341980#M833023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-09T09:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341981#M833024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mats,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my slow reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have your example updated with the KPI table, please upload that, I'll be more than happy to apply my suggestion to see if that works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 10:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341981#M833024</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-06-09T10:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341982#M833025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ronald! I will get back to you soon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 11:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341982#M833025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-09T11:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341983#M833026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I don't know if this makes it any more clear.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I just added a few KPIs to a table. I guess in order to select 4 different KPIs from the same pool I'll just load the same table 4 times.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Now what's displayed here for KPI 1 = eUmsatz ist just what I want to see. I select the KPI from the Multibox and the used variables in the KPI objects on the right adjust accordingly.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please let me know if you have any further questions.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks again.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Best regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Mats&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 13:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341983#M833026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-09T13:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341984#M833027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mats,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken the liberty of adding some text boxes with the "steps" behind my reasoning.&lt;/P&gt;&lt;P&gt;Apart from that (and enabling "Always one selected value" on your multibox (optional, but advisable) I have not changed anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Naamloos.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166408_Naamloos.png" style="height: 178px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this works for you at all.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;With kind regards,&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 18:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341984#M833027</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-06-09T18:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341985#M833028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for taking the time to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks very promising, I can now use the expression in the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how the according expression/variable for the average values looks like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mats&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 08:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341985#M833028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-10T08:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341986#M833029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it should be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(Avg({&amp;lt;Scope={'Scope Q2'}, [Management ID]&amp;gt;} Aggr($($(=GetFieldSelections(KPI)&amp;amp;ManID)),[Management ID])),&amp;nbsp; '#,##%') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 12:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341986#M833029</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-10T12:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341987#M833030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I got it, just had to add the ' ' around ManID. Thanks again for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clean and simple solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 12:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341987#M833030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-10T12:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic KPI selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341988#M833031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mats,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to hear it worked for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;=Num(Avg({&amp;lt;Scope={'Scope Q2'}, [Management ID]&amp;gt;} Aggr($($(=GetFieldSelections(KPI)&amp;amp;ManID)),[Management ID])),&amp;nbsp; '#,##%')&lt;/EM&gt; works for all your KPI's, that's fine.&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;If it doesn't, you could also store the "average" expression into &lt;EM&gt;eGesamtkapitalrentabilität_Average&lt;/EM&gt; (so: KPI name &amp;amp; _Average). That way, you could have your KPI-textbox display &lt;EM&gt;$($(=GetFieldSelections(KPI)&amp;amp;'_Average')) &lt;/EM&gt;and you would be able to set an expression for the KPI textbox that differs from the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 15:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-KPI-selection/m-p/1341988#M833031</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-06-10T15:39:07Z</dc:date>
    </item>
  </channel>
</rss>

