<?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 Create Aggregation filtering from different table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Create-Aggregation-filtering-from-different-table/m-p/2025102#M84544</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have two tables like the ones on the top and I would like to create an Aggregation/Bucket like the one in the bottom. Any idea how to reach that?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmandP_0-1673543901152.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97915iCCA5465EF50BFD5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArmandP_0-1673543901152.png" alt="ArmandP_0-1673543901152.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I was trying to create a dimension and going row by row. Something like:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;IF(&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;MATCH([Field_1],Field) AND&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;MATCH([Field_2], Spot_On_Filters.Value),&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[BKT],&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;'Not Mapped'&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Can't find a solution tough. Any help is welcome. Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2023 17:25:53 GMT</pubDate>
    <dc:creator>ArmandP</dc:creator>
    <dc:date>2023-01-12T17:25:53Z</dc:date>
    <item>
      <title>Create Aggregation filtering from different table</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Aggregation-filtering-from-different-table/m-p/2025102#M84544</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have two tables like the ones on the top and I would like to create an Aggregation/Bucket like the one in the bottom. Any idea how to reach that?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmandP_0-1673543901152.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97915iCCA5465EF50BFD5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArmandP_0-1673543901152.png" alt="ArmandP_0-1673543901152.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I was trying to create a dimension and going row by row. Something like:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;IF(&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;MATCH([Field_1],Field) AND&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;MATCH([Field_2], Spot_On_Filters.Value),&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[BKT],&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;'Not Mapped'&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Can't find a solution tough. Any help is welcome. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 17:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Aggregation-filtering-from-different-table/m-p/2025102#M84544</guid>
      <dc:creator>ArmandP</dc:creator>
      <dc:date>2023-01-12T17:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create Aggregation filtering from different table</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Aggregation-filtering-from-different-table/m-p/2025292#M84554</link>
      <description>&lt;P&gt;Use ApplyMap() to map the BKT to the FACT table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MapBKT:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mapping Load&lt;/STRONG&gt; Value,BKT&lt;/P&gt;
&lt;P&gt;From FilterTable;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load Field_1&lt;/P&gt;
&lt;P&gt;,Field2&lt;/P&gt;
&lt;P&gt;,Value&lt;/P&gt;
&lt;P&gt;,Applymap('MapBKT',&lt;SPAN&gt;Field_1,'Not Mapped') as BKT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;From Fact;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 07:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Aggregation-filtering-from-different-table/m-p/2025292#M84554</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-01-13T07:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create Aggregation filtering from different table</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Aggregation-filtering-from-different-table/m-p/2030738#M84896</link>
      <description>&lt;P&gt;I can't get it to work.&lt;/P&gt;
&lt;P&gt;Here I leave the code I've used:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOCONCATENATE&lt;BR /&gt;[FACT_TABLE]:&lt;BR /&gt;LOAD * &lt;BR /&gt;INLINE &lt;BR /&gt;[&lt;BR /&gt;Field_1,Field_2,Value&lt;BR /&gt;Value1,ONE,1&lt;BR /&gt;Value_2,TWO,2&lt;BR /&gt;Value_3,THREE,3&lt;BR /&gt;Value_4,FOUR,4&lt;BR /&gt;Value_5,FIVE,5&lt;BR /&gt;](delimiter is ',');&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOCONCATENATE&lt;BR /&gt;[FILTER_TABLE]:&lt;BR /&gt;LOAD * &lt;BR /&gt;INLINE &lt;BR /&gt;[&lt;BR /&gt;BKT,Field,Value&lt;BR /&gt;ONE,Field_1,Value_1&lt;BR /&gt;ONE,Field_2,ONE&lt;BR /&gt;TWO,Field_1,Value_2&lt;BR /&gt;TWO,Field_2,TWO&lt;BR /&gt;THREE,Field_1,Value_5&lt;BR /&gt;](delimiter is ',');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MapBKT:&lt;BR /&gt;Mapping Load Value,BKT&lt;BR /&gt;From FILTER_TABLE;&lt;/P&gt;
&lt;P&gt;Load Field_1&lt;BR /&gt;,Field2&lt;BR /&gt;,Value&lt;BR /&gt;,Applymap('MapBKT',Field_1,'Not Mapped') as BKT&lt;BR /&gt;From FACT_TABLE;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 09:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Aggregation-filtering-from-different-table/m-p/2030738#M84896</guid>
      <dc:creator>ArmandP</dc:creator>
      <dc:date>2023-01-27T09:29:08Z</dc:date>
    </item>
  </channel>
</rss>

