<?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: Filter down to the individual and show the average for its associated team in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-down-to-the-individual-and-show-the-average-for-its/m-p/2146377#M93281</link>
    <description>&lt;P&gt;For the individual Avg(miles) is working right?&lt;BR /&gt;&lt;BR /&gt;For the team (according that the field you are filter on is called [Individual Name], this should do the trick:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Avg({&amp;lt;[Individual name]=,[team name]=p(&lt;SPAN&gt;[team name]&lt;/SPAN&gt;)&amp;gt;}miles)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 16:29:42 GMT</pubDate>
    <dc:creator>vincent_ardiet_</dc:creator>
    <dc:date>2023-12-11T16:29:42Z</dc:date>
    <item>
      <title>Filter down to the individual and show the average for its associated team</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-down-to-the-individual-and-show-the-average-for-its/m-p/2144538#M93120</link>
      <description>&lt;P&gt;I am creating an app where an individuals results are compare to their team's results. I have a dataset of mileage statistics for individuals along with their team name. In my app I have a filter pane for the individual. I want to show the individual's average miles and their team's overall average mileage. I know I need to use set analysis but I can not figure out how to do the team average instead of everyone's average mileage.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;formulas:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Individual: Avg(miles)&lt;/P&gt;
&lt;P&gt;Team: Avg({1 &amp;lt;[team name]&amp;gt;}miles)&lt;/P&gt;
&lt;P&gt;The issue is that the team is everyone's average mileage and not just that team's average mileage.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 20:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-down-to-the-individual-and-show-the-average-for-its/m-p/2144538#M93120</guid>
      <dc:creator>kamaker</dc:creator>
      <dc:date>2023-12-05T20:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter down to the individual and show the average for its associated team</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-down-to-the-individual-and-show-the-average-for-its/m-p/2144598#M93132</link>
      <description>&lt;P&gt;&lt;SPAN&gt;For Individual's Average Miles:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;Avg({&amp;lt;Individual = {"$(=GetCurrentField(Individual))"}&amp;gt;} miles)&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For Team's Average Miles:&amp;nbsp;Avg({&amp;lt;Team = {"$(=GetCurrentField(Team))"}&amp;gt;} miles)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 03:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-down-to-the-individual-and-show-the-average-for-its/m-p/2144598#M93132</guid>
      <dc:creator>Aasir</dc:creator>
      <dc:date>2023-12-06T03:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filter down to the individual and show the average for its associated team</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-down-to-the-individual-and-show-the-average-for-its/m-p/2146365#M93279</link>
      <description>&lt;P&gt;Unfortunately it did not work. The KPI stayed as a '-' for both formulas.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 16:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-down-to-the-individual-and-show-the-average-for-its/m-p/2146365#M93279</guid>
      <dc:creator>kamaker</dc:creator>
      <dc:date>2023-12-11T16:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filter down to the individual and show the average for its associated team</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-down-to-the-individual-and-show-the-average-for-its/m-p/2146374#M93280</link>
      <description>&lt;P&gt;I tried to use GetFieldSelection but it filters down to the person's average and not just the team's average.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 16:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-down-to-the-individual-and-show-the-average-for-its/m-p/2146374#M93280</guid>
      <dc:creator>kamaker</dc:creator>
      <dc:date>2023-12-11T16:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filter down to the individual and show the average for its associated team</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-down-to-the-individual-and-show-the-average-for-its/m-p/2146377#M93281</link>
      <description>&lt;P&gt;For the individual Avg(miles) is working right?&lt;BR /&gt;&lt;BR /&gt;For the team (according that the field you are filter on is called [Individual Name], this should do the trick:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Avg({&amp;lt;[Individual name]=,[team name]=p(&lt;SPAN&gt;[team name]&lt;/SPAN&gt;)&amp;gt;}miles)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 16:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-down-to-the-individual-and-show-the-average-for-its/m-p/2146377#M93281</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-12-11T16:29:42Z</dc:date>
    </item>
  </channel>
</rss>

