<?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: Master Dimension for Quadrant Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Master-Dimension-for-Quadrant-Analysis/m-p/2036540#M85404</link>
    <description>&lt;P&gt;That did it&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/34575"&gt;@jbhappysocks&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 13:33:58 GMT</pubDate>
    <dc:creator>SDT</dc:creator>
    <dc:date>2023-02-10T13:33:58Z</dc:date>
    <item>
      <title>Master Dimension for Quadrant Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Master-Dimension-for-Quadrant-Analysis/m-p/2036229#M85378</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a data set with a range of customers and a range of products along with other measures and dimensions.&lt;/P&gt;
&lt;P&gt;I have classified a subset of customers as either "A" or "B" and a subset of products as "A" or "B".&lt;/P&gt;
&lt;P&gt;Products and customers are related to each other on orders.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to classify all combinations of customer and products (only when both have an A or B) into quadrants:&lt;/P&gt;
&lt;P&gt;AA&lt;/P&gt;
&lt;P&gt;AB&lt;/P&gt;
&lt;P&gt;BA&lt;/P&gt;
&lt;P&gt;BB&lt;/P&gt;
&lt;P&gt;I tried several versions of a master measure and am getting results where the quadrant contains only one letter.&lt;/P&gt;
&lt;P&gt;Here is one example I tried:&lt;/P&gt;
&lt;P&gt;AGGR({1&amp;lt;CustomerAB={'A','B'}, ProductAB={'A','B'}&amp;gt;} &lt;BR /&gt;DISTINCT CustomerAB&amp;amp;ProductAB, Customer,Product)&lt;/P&gt;
&lt;P&gt;I need to be able to set the quadrant regardless of other selections (hence the 1&amp;lt;&amp;gt; set analysis). The definitions of A or B are done in the load script independently for customer and for product.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 22:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Master-Dimension-for-Quadrant-Analysis/m-p/2036229#M85378</guid>
      <dc:creator>SDT</dc:creator>
      <dc:date>2023-02-09T22:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Master Dimension for Quadrant Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Master-Dimension-for-Quadrant-Analysis/m-p/2036268#M85380</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/72080"&gt;@SDT&lt;/a&gt;&amp;nbsp; Could you please post some sample data and expected output? that way it will help us to understand better and come up with a solution.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 03:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Master-Dimension-for-Quadrant-Analysis/m-p/2036268#M85380</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2023-02-10T03:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Master Dimension for Quadrant Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Master-Dimension-for-Quadrant-Analysis/m-p/2036454#M85398</link>
      <description>&lt;P&gt;Hi, maybe there is an easier way to do it, but I think adding &lt;STRONG&gt;Only &lt;/STRONG&gt;to your Aggr should do it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;AGGR({1&amp;lt;CustomerAB={'A','B'}, ProductAB={'A','B'}&amp;gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DISTINCT Only(CustomerAB)&amp;amp;Only(ProductAB), Customer,Product)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 10:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Master-Dimension-for-Quadrant-Analysis/m-p/2036454#M85398</guid>
      <dc:creator>jbhappysocks</dc:creator>
      <dc:date>2023-02-10T10:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Master Dimension for Quadrant Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Master-Dimension-for-Quadrant-Analysis/m-p/2036540#M85404</link>
      <description>&lt;P&gt;That did it&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/34575"&gt;@jbhappysocks&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 13:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Master-Dimension-for-Quadrant-Analysis/m-p/2036540#M85404</guid>
      <dc:creator>SDT</dc:creator>
      <dc:date>2023-02-10T13:33:58Z</dc:date>
    </item>
  </channel>
</rss>

