<?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 How to link category group values to category group? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-link-category-group-values-to-category-group/m-p/2055180#M86691</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I have a field called [Klantinformatie], which stores data about customers, such as to which category of businesses they belong:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Klantinformatie]:
LOAD
                [ABAN8]                                                                                                            as "Klantnummer",
                [ABALPH]                                                                                                           as "Klantnaam",
                //[ABAT1]                                                                                                         as "Klanttype",
                [ABAC01],
    ApplyMap('MapDC', ABAC01,'-')                                                                          as "Vestiging",
                [ABAC03],                                                                                                                                                                        
    ApplyMap('MapVertegenwoordiger', ABAC03,'Intern')                             As "Vertegenwoordiger",
                [ABAC06],
    ApplyMap('MapKlantgroep', ABAC06,'-')                                                         as "Klantgroep"
FROM [lib://QlikView JDE extractie/F0101.QVD]
(qvd);




&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also have a seperate file which stores the category of business + product category and the desired percentage of sales per product category, which looks as follows:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Douwe_KB_0-1680180636189.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103858iF2A6B28D8F68BC12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Douwe_KB_0-1680180636189.png" alt="Douwe_KB_0-1680180636189.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Which I load in as follows:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Koppelingen:
LOAD
Koppeling,
Percentage
FROM [lib://AttachedFiles/Koppelinggg.xlsx]
(ooxml, embedded labels, table is Blad1);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suppose I have a company "Test" which belongs to the "CAT" category of businesses. How do I map these values for all product categories to the "CAT" category?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All help is appreciated!&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 12:52:05 GMT</pubDate>
    <dc:creator>Douwe_KB</dc:creator>
    <dc:date>2023-03-30T12:52:05Z</dc:date>
    <item>
      <title>How to link category group values to category group?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-link-category-group-values-to-category-group/m-p/2055180#M86691</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I have a field called [Klantinformatie], which stores data about customers, such as to which category of businesses they belong:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Klantinformatie]:
LOAD
                [ABAN8]                                                                                                            as "Klantnummer",
                [ABALPH]                                                                                                           as "Klantnaam",
                //[ABAT1]                                                                                                         as "Klanttype",
                [ABAC01],
    ApplyMap('MapDC', ABAC01,'-')                                                                          as "Vestiging",
                [ABAC03],                                                                                                                                                                        
    ApplyMap('MapVertegenwoordiger', ABAC03,'Intern')                             As "Vertegenwoordiger",
                [ABAC06],
    ApplyMap('MapKlantgroep', ABAC06,'-')                                                         as "Klantgroep"
FROM [lib://QlikView JDE extractie/F0101.QVD]
(qvd);




&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also have a seperate file which stores the category of business + product category and the desired percentage of sales per product category, which looks as follows:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Douwe_KB_0-1680180636189.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103858iF2A6B28D8F68BC12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Douwe_KB_0-1680180636189.png" alt="Douwe_KB_0-1680180636189.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Which I load in as follows:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Koppelingen:
LOAD
Koppeling,
Percentage
FROM [lib://AttachedFiles/Koppelinggg.xlsx]
(ooxml, embedded labels, table is Blad1);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suppose I have a company "Test" which belongs to the "CAT" category of businesses. How do I map these values for all product categories to the "CAT" category?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All help is appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 12:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-link-category-group-values-to-category-group/m-p/2055180#M86691</guid>
      <dc:creator>Douwe_KB</dc:creator>
      <dc:date>2023-03-30T12:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to link category group values to category group?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-link-category-group-values-to-category-group/m-p/2055181#M86692</link>
      <description>&lt;P&gt;The above doesn't seem to contain a field called Klantinformatie (that's the internal name of the table, but not a field), nor a field called Company, so I'm a bit confused as to what you're trying to do exactly.&lt;/P&gt;
&lt;P&gt;Generally speaking, if you have a table that contains Company and Koppeling, it will automatically create a key to the Koppeling field in the existing load by virtue of identical field names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 13:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-link-category-group-values-to-category-group/m-p/2055181#M86692</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-03-30T13:02:58Z</dc:date>
    </item>
  </channel>
</rss>

