<?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: Ignore all selections in aggregation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignore-all-selections-in-aggregation/m-p/1671319#M50765</link>
    <description>&lt;P&gt;See if this works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Concat(DISTINCT {1&amp;lt;[Currency Code] = e({1&amp;lt;[Conversion Rate] -= {'1'}&amp;gt;})&amp;gt;} [Currency Code]), '|')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2020 13:34:07 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-01-31T13:34:07Z</dc:date>
    <item>
      <title>Ignore all selections in aggregation</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-all-selections-in-aggregation/m-p/1671315#M50764</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I would like to get a concatenated list of currency codes where the &lt;U&gt;only&lt;/U&gt; conversion rate of the currency is 1 and this list should stay constant regardless of selection.&lt;/P&gt;&lt;P&gt;For example, say I have the following table:&lt;/P&gt;&lt;P&gt;[Currencies]:&lt;BR /&gt;Load * INLINE [&lt;BR /&gt;ID,Currency Code,Conversion Rate&lt;BR /&gt;1,USD, 1&lt;BR /&gt;2,USD, 0.9&lt;BR /&gt;3,EUR, 1&lt;BR /&gt;4,EUR, 1&lt;BR /&gt;5,POUND, 1&lt;BR /&gt;6,POUND, 1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;I would like to get an output of EUR|POUND in a KPI object (eventually I want to use it in a variable input extension). What I have at the moment is:&lt;/P&gt;&lt;P&gt;=Concat(Distinct If(AGGR(Count({1} DISTINCT [Conversion Rate])=1 AND Avg({1}[Conversion Rate])=1,[Currency Code]),[Currency Code]),'|')&lt;/P&gt;&lt;P&gt;This works fine when I don't make any selections, but the output changes when I make selections. Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18624"&gt;@Gysbert_Wassenaar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931"&gt;@jonathandienst&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 13:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-all-selections-in-aggregation/m-p/1671315#M50764</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-01-31T13:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore all selections in aggregation</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-all-selections-in-aggregation/m-p/1671319#M50765</link>
      <description>&lt;P&gt;See if this works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Concat(DISTINCT {1&amp;lt;[Currency Code] = e({1&amp;lt;[Conversion Rate] -= {'1'}&amp;gt;})&amp;gt;} [Currency Code]), '|')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 13:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-all-selections-in-aggregation/m-p/1671319#M50765</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-01-31T13:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore all selections in aggregation</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-all-selections-in-aggregation/m-p/1671336#M50768</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;! I didn't realise that you could use Set Analysis in the Concat Function. Appreciate it!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 14:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-all-selections-in-aggregation/m-p/1671336#M50768</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-01-31T14:08:13Z</dc:date>
    </item>
  </channel>
</rss>

