<?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: Need Help on Hierarchy in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006672#M341877</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;Can you share how you have derived the frequency column. I couldn't understand, may be my bad. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also couldn't make out from below - &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When i am selecting Segment frequency is 2 , for sub segment is 3 ,and site is 4 ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Here i want Corporate is selectable and for corporate frequency should come 1 ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And in SubSegment field i am getting sites ,and in site listbox , i am getting some subsegments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;May be once I understand the Frequency column logic, I will understand rest of the things.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Digvijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 03:09:24 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2015-10-07T03:09:24Z</dc:date>
    <item>
      <title>Need Help on Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006665#M341870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation , i have generated Entity hierarchy from Hierarchy function and getting attached Columns , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i don't want rest of the columns Just want &lt;/P&gt;&lt;P&gt;Corporate &amp;amp; Segment &amp;amp; Sub Segment &amp;amp; Base Entity .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Base entities are those entities which are coming at the last of each columns means whose frequency is 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried a way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Entity:&lt;/P&gt;&lt;P&gt;LOAD Corporate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Segment, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubSegment, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level3 Entity], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level4 Entity], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level5 Entity], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level6 Entity]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Required:&lt;/P&gt;&lt;P&gt;Load Corporate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Segment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubSegment, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Corporate&amp;amp;'&amp;gt;'&amp;amp;Segment&amp;amp;'&amp;gt;'&amp;amp;SubSegment&amp;nbsp;&amp;nbsp; AS Hierarchy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubSegment&amp;nbsp;&amp;nbsp; AS Base,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count(SubSegment)&amp;nbsp; AS Count&lt;/P&gt;&lt;P&gt;Resident Entity where Len(SubSegment)&amp;lt;&amp;gt;0&lt;/P&gt;&lt;P&gt;Group by Corporate,Segment,SubSegment;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;Load Corporate,Segment,if(Count&amp;lt;&amp;gt;1,Base)&amp;nbsp; AS SubSegment,if(Count=1,Base) AS Base , Corporate&amp;amp;'&amp;gt;'&amp;amp;Segment&amp;amp;'&amp;gt;'&amp;amp;if(Count&amp;lt;&amp;gt;1,Base)&amp;amp;'&amp;gt;'&amp;amp;if(Count=1,Base) AS Hierarchy&lt;/P&gt;&lt;P&gt;Resident Required ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Tables Entity,Required;&lt;/P&gt;&lt;P&gt;Exit Script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is quite large script , this is only for one column .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is any option in the QlikView Hierarchy function which can only generate required columns from Hierarchy function.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 11:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006665#M341870</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-10-06T11:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006666#M341871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Hierarchy prefix needs an adjacent nodes table (each node on its own record, with a reference to the parent) but what you have is an Expanded nodes table. So you cannot use the hierarchy prefix straight off. You could transform the source table into an adjacent nodes table, but it would be easier if you already had one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, you could get rid of unwanted fields by using a Drop Fields statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 11:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006666#M341871</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-10-06T11:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006667#M341872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this -&lt;/P&gt;&lt;P&gt;It gives the last value as base, only problem is if SubSegment is empty then it appears empty but correctly takes Segment as Base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD Corporate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Segment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubSegment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level3 Entity],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level4 Entity],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level5 Entity],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level6 Entity]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Corporate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Segment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubSegment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(len(SubSegment)&amp;lt;1,Segment,if(len([Level3 Entity])&amp;lt;1,SubSegment,If(len([Level4 Entity])&amp;lt;1,[Level3 Entity],If(len([Level5 Entity])&amp;lt;1,[Level4 Entity],If(len([Level6 Entity])&amp;lt;1,[Level5 Entity],[Level6 Entity]))))) as Base&lt;/P&gt;&lt;P&gt;Resident Temp ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006667#M341872</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-06T12:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006668#M341873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Issue.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101159_Issue.jpg" style="height: 420px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am making Hierarchy from your script the tree vie is not comming in right way AWPElims, GenieAdj, TerexChonghou is base entity , so they should come under TotTerexAerials.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006668#M341873</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-10-06T17:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006669#M341874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Problem is with Subsegment field, as you mentioned in the beginning - &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Now i don't want rest of the columns Just want&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Corporate &amp;amp; Segment &amp;amp; Sub Segment &amp;amp; Base Entity'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I observed that SubSegment is empty in few rows, if you add Segment value in Base then Base and Segment will be same and will have empty level as Subsegment.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When all levels after Subsegments are empty, then do you want Subsegment value to be copied in base or no base value.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I think if we fill base value only when Level 3 or higher levels have values then it may work. Still thinking &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 19:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006669#M341874</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-06T19:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006670#M341875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it looks better - Try below script - &lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD Corporate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Segment, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubSegment, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level3 Entity], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level4 Entity], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level5 Entity], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Level6 Entity]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;Load *, Corporate &amp;amp; '/' &amp;amp; Segment &amp;amp; if(len(SubSegment)&amp;gt;0,'/' &amp;amp; SubSegment) &amp;amp; if(len(Base)&amp;gt;0,'/' &amp;amp; Base) as Hier;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp; Corporate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Segment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubSegment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(len([Level4 Entity])&amp;lt;1,[Level3 Entity],If(len([Level5 Entity])&amp;lt;1,[Level4 Entity],If(len([Level6 Entity])&amp;lt;1,[Level5 Entity],[Level6 Entity]))) as Base&lt;/P&gt;&lt;P&gt;Resident Temp ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 19:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006670#M341875</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-06T19:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006671#M341876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Digvijay, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable time , and great help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is almost solving my problem , but i am not able to select corporate . Using your script i have introduce one more column frequency here . &lt;/P&gt;&lt;P&gt;Please see the screenshot &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Design.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101200_Design.jpg" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am selecting Segment frequency is 2 , for sub segment is 3 ,and site is 4 , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i want Corporate is selectable and for corporate frequency should come 1 , &lt;/P&gt;&lt;P&gt;And in SubSegment field i am getting sites ,and in site listbox , i am getting some subsegments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 00:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006671#M341876</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-10-07T00:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006672#M341877</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;Can you share how you have derived the frequency column. I couldn't understand, may be my bad. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also couldn't make out from below - &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When i am selecting Segment frequency is 2 , for sub segment is 3 ,and site is 4 ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Here i want Corporate is selectable and for corporate frequency should come 1 ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And in SubSegment field i am getting sites ,and in site listbox , i am getting some subsegments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;May be once I understand the Frequency column logic, I will understand rest of the things.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Digvijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 03:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006672#M341877</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-07T03:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006673#M341878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also wanted to know, What is 'Site' here? is it new column 'Base' or something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 03:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006673#M341878</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-07T03:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006674#M341879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you resolve your final hurdle on this? Was curious to know Site and Frequency details.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 07:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Hierarchy/m-p/1006674#M341879</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-09T07:36:34Z</dc:date>
    </item>
  </channel>
</rss>

