<?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: How to create hierarchy levels in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140062#M373725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post a sample application to demonstrate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2018 22:07:45 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2018-05-29T22:07:45Z</dc:date>
    <item>
      <title>How to create hierarchy levels in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140055#M373718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my databases I have columns like Org1ID,Org2ID,Org3ID,Org4ID,Org5ID at back end script&amp;nbsp; I want to combine all columns&amp;nbsp; make it has hierarchy , can any one help me out to do this Plz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 19:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140055#M373718</guid>
      <dc:creator>rish_sai</dc:creator>
      <dc:date>2016-05-24T19:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchy levels in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140056#M373719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you elaborate on what is it exactly you're trying to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 20:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140056#M373719</guid>
      <dc:creator />
      <dc:date>2016-05-24T20:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchy levels in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140057#M373720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have columns like this&lt;/P&gt;&lt;P&gt;Org1ID,Org2ID,Org3ID,Org4ID,Org5ID instead of creating&amp;nbsp; hierarchy at frontend , I want to create those Columns come under one hierarchy columns at back end script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 20:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140057#M373720</guid>
      <dc:creator>rish_sai</dc:creator>
      <dc:date>2016-05-24T20:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchy levels in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140058#M373721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you could create a concatenated field like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14641268101761702 jive_text_macro" jivemacro_uid="_14641268101761702"&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Org1ID&amp;amp;'/'&amp;amp;Org2ID&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp;'/'&amp;amp;&lt;/SPAN&gt;Org3ID&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp;'/'&amp;amp;&lt;/SPAN&gt;Org4ID&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp;'/'&amp;amp;&lt;/SPAN&gt;Org5ID as OrgID&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;From YourSource&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and use a listbox with the "Show as Tree View" option enabled (using / as separator)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 21:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140058#M373721</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-24T21:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchy levels in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140059#M373722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this method to be incredibly useful and visually, it created what I need but in doing so, I've found that none of the fields are selectable. The entire box is just grey. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table structure is of a similar build to the original post creator's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: The only selectable field is the lowest level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 20:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140059#M373722</guid>
      <dc:creator>QlikToFindOut</dc:creator>
      <dc:date>2018-05-29T20:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchy levels in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140060#M373723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/150773"&gt;Tree View list box&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/133098"&gt;create a list box as TreeView having only complete dinamic path of a document&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 21:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140060#M373723</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-05-29T21:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchy levels in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140061#M373724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This unfortunately did not work. In those links, the user assumes that their hierarchy is already somewhat built.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my case, it's like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Level5, Level4, Level3, Level2, Level1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If I use your suggestion above, only the lowest level is selectable. Trying to have it such that all levels are selectable.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 21:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140061#M373724</guid>
      <dc:creator>QlikToFindOut</dc:creator>
      <dc:date>2018-05-29T21:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchy levels in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140062#M373725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post a sample application to demonstrate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 22:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140062#M373725</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-05-29T22:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchy levels in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140063#M373726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1494533"&gt;Re: How to create a listbox hierarchy from a table with many columns?&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I posted everything in full detail here. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 17:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-levels-in-qlikview/m-p/1140063#M373726</guid>
      <dc:creator>QlikToFindOut</dc:creator>
      <dc:date>2018-05-30T17:42:41Z</dc:date>
    </item>
  </channel>
</rss>

