<?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: Apply Map or Alternative for creating a hierarchy? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Apply-Map-or-Alternative-for-creating-a-hierarchy/m-p/800799#M1032561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more question, sorry if I'm pushing it here as you already saved me tons of time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was going to create a straight table showing only the highest level (L1) and calculating key metrics for stocks within that industry (e.g., average ROE, average ROA, # of companies, etc...).&amp;nbsp; I can do that for L1 but I was also hoping to make it dynamic so once a user selected L1, L2 would show up.&amp;nbsp; Is there an easy way of doing that by adding L2 as a dimension and using "Enable Conditional" on the "Dimensions" tab under properties? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Jan 2015 21:18:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-31T21:18:23Z</dc:date>
    <item>
      <title>Apply Map or Alternative for creating a hierarchy?</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map-or-Alternative-for-creating-a-hierarchy/m-p/800796#M1032557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I'm new to Qlikview and I'm trying to create a hierarchy of data for industries that map to the stock symbols in my data.&amp;nbsp; The problem is that I have a specific industry code for each stock which is 10 digits and then I have more generic industry categories that I would like to map the stocks within.&amp;nbsp; There are a total of 4 categories with the lowest level being the full 10 digits and the highest level being the first 4 digits of the 10; levels in between those are the first 6 and 8 digits.&amp;nbsp; See example below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables in MySQL with the first providing the ticker symbol and the industry code (10 digits).&amp;nbsp; The second table includes only the industry code and the description. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Example for 2 Stocks:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Table1 (column names: ticker, code)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ticker: QLIK, code: 5720102010&lt;/P&gt;&lt;P&gt;ticker: RMBS, code: 5710101012&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Table2 (column name: code, description)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;code: 5720, description: Software &amp;amp; IT Services&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;code: 572010, description: Software &amp;amp; IT Services&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;code: 57201020, description: Software&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;code: 5720102010, description: Other Software&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;code: 5710, description: Technology Equipment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;code: 571010: Semiconductors &amp;amp; Semiconductor Equipment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;code: 57101012: Memory Chips (RAM)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Right now if I load the data into Qlikview there is no way to filter on the the first level by industry (e.g., first 4 digits) and see the next level, etc... Instead of being able to filter on 28 industries, I'm only able to see the data for the lowest level of industry classification (~837 industries).&amp;nbsp; I tried doing some MySQL joins but it becomes a nightmare and takes forever to load; not to mention I wasn't able to get it to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;My current script would look something like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;co_industry:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SQL SELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ticker, code FROM Table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;industry_key:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SQL SELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; code, description FROM Table2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I've put in about 3 hours trying to figure this out and I'm hoping it's something simple with the apply map functionality in Qlikview...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I have the personal desktop edition, so if anyone can help by posting the actual code that would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thanks in advance for the assistance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;- Ben&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 19:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map-or-Alternative-for-creating-a-hierarchy/m-p/800796#M1032557</guid>
      <dc:creator />
      <dc:date>2015-01-31T19:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map or Alternative for creating a hierarchy?</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map-or-Alternative-for-creating-a-hierarchy/m-p/800797#M1032558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is example code that should demonstrate a few techniques:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;// This is the original code to get source data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;//CONNECT TO ....;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;//&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;//co_industry:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;//SQL SELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; ticker, code FROM Table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;//&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;//industry_key:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;//SQL SELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; code, description FROM Table2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;// This is my test data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;co_industry:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ticker, code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;QLIK, 5720102010&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RMBS, 5710101012&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;industry_key:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;code, description&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;5720, Software &amp;amp; IT Services&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;572010, Software &amp;amp; IT Services&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;57201020, Software&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;5720102010, Other Software&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;5710, Technology Equipment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;571010, Semiconductors &amp;amp; Semiconductor Equipment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;57101010, Memory Chips (RAM)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;5710101012,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;// First construct a ticker table with various useful hierarchy fields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;// We assume a fixed code layout&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Tickers:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NOCONCATENATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD ticker, code,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(code, 4) &amp;amp; '/' &amp;amp; left(code, 6) &amp;amp; '/' &amp;amp; left(code, &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; &amp;amp; '/' &amp;amp; code AS HCode,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(code, 4) AS L1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(code, 6) AS L2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(code, &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; AS L3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; code AS L4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT co_industry;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP Table co_industry;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;// Separate levels and descriptions into a table for each level&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FOR i = 1 to 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; TLevel$(i):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; NOCONCATENATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; LOAD code AS L$(i), description AS Descr_L$(i)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; RESIDENT industry_key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; WHERE len(code) = 2+$(i)*2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NEXT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP Table industry_key;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On your Main sheet, create a listbox with field ticker (or a table or whatever). Also add listboxes for fields L1, L2, L3, L4. Add the description of the four Level codes as an expression to each listbox if you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Making selections in each Level listbox will get you what you want: a selection of all stock symbols belonging to one or more specific categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an alternative, check out field HCode. To use it, create a listboxx with this field, and make sure to enable option "Show as TreeView" in Properties-&amp;gt;General. You'll get a QlikView-supported hierarchy view (though the sublevels won't be selectable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 19:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map-or-Alternative-for-creating-a-hierarchy/m-p/800797#M1032558</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-01-31T19:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map or Alternative for creating a hierarchy?</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map-or-Alternative-for-creating-a-hierarchy/m-p/800798#M1032559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&amp;nbsp; You just saved me hours, if not days. Your code works perfectly and is a great example of the flexibility of Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 20:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map-or-Alternative-for-creating-a-hierarchy/m-p/800798#M1032559</guid>
      <dc:creator />
      <dc:date>2015-01-31T20:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map or Alternative for creating a hierarchy?</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map-or-Alternative-for-creating-a-hierarchy/m-p/800799#M1032561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more question, sorry if I'm pushing it here as you already saved me tons of time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was going to create a straight table showing only the highest level (L1) and calculating key metrics for stocks within that industry (e.g., average ROE, average ROA, # of companies, etc...).&amp;nbsp; I can do that for L1 but I was also hoping to make it dynamic so once a user selected L1, L2 would show up.&amp;nbsp; Is there an easy way of doing that by adding L2 as a dimension and using "Enable Conditional" on the "Dimensions" tab under properties? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 21:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map-or-Alternative-for-creating-a-hierarchy/m-p/800799#M1032561</guid>
      <dc:creator />
      <dc:date>2015-01-31T21:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map or Alternative for creating a hierarchy?</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map-or-Alternative-for-creating-a-hierarchy/m-p/800800#M1032562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add all levels with a Conditional Show that uses the GetSelectCount() function to check on how many selections have been made in a specific field. In your case, enable the L1 column if GetSelectedCount(L1) &amp;gt; 1, and enable the L2 column if GetSelectedCount(L1) = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll leave it up to you to decide what to do with the other columns. It might get messy in those Conditional Show expression boxes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 21:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map-or-Alternative-for-creating-a-hierarchy/m-p/800800#M1032562</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-01-31T21:30:19Z</dc:date>
    </item>
  </channel>
</rss>

