<?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: Grouping in List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-in-List-Box/m-p/1325975#M824126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this is possible directly in the list box object.... the only option I see is to do it in the script like &lt;A href="https://community.qlik.com/people/tresesco"&gt;tresesco&lt;/A&gt;‌ mentioned or do this in a Link Table to minimize any effect in your fact table (in case it is huge).... process of how to do it will stay the same in any case (as shown by Tresesco above)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2017 11:31:07 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-01T11:31:07Z</dc:date>
    <item>
      <title>Grouping in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-in-List-Box/m-p/1325973#M824124</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;I have a field called GroupMajorCode. Which is having values 1 to 100.&lt;/P&gt;&lt;P&gt;My requirement is to create a List Box. List box should show three values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Core Group Major&lt;/P&gt;&lt;P&gt;2.Bluepoints Group Major&lt;/P&gt;&lt;P&gt;3. Consolidated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when GroupMajorCode &amp;lt;&amp;gt; '071', Core Group Major&lt;/P&gt;&lt;P&gt;when GroupMajorCode = '071', Bluepoints Group Major&lt;/P&gt;&lt;P&gt;when GroupMajorCode is all including '071', Consolidated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using below script&amp;nbsp; in my load script:&lt;/P&gt;&lt;P&gt;if(GroupMajorCode &amp;lt;&amp;gt; '071', 'Core Group Majors',&lt;/P&gt;&lt;P&gt;if(GroupMajorCode = '071', 'Bluepoints Group Majors',&lt;/P&gt;&lt;P&gt;if(GroupMajorCode &amp;lt;&amp;gt; '0','Consolitated'))) as GroupMajor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I am only getting first two, not getting consolidated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171997_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-in-List-Box/m-p/1325973#M824124</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-in-List-Box/m-p/1325974#M824125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you have to use &lt;STRONG&gt;two loads&lt;/STRONG&gt; like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&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;if(GroupMajorCode &amp;lt;&amp;gt; '071', 'Core Group Majors',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(GroupMajorCode = '071', 'Bluepoints Group Majors')) as GroupMajor&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From &amp;lt;&amp;gt;;&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;Concatenate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt; //&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;This might not be needed if autoconcatenated&lt;/EM&gt;&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;Load&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;if(GroupMajorCode &amp;lt;&amp;gt; '0','Consolitated') as GroupMajor&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From &amp;lt;&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 08:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-in-List-Box/m-p/1325974#M824125</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-01T08:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-in-List-Box/m-p/1325975#M824126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this is possible directly in the list box object.... the only option I see is to do it in the script like &lt;A href="https://community.qlik.com/people/tresesco"&gt;tresesco&lt;/A&gt;‌ mentioned or do this in a Link Table to minimize any effect in your fact table (in case it is huge).... process of how to do it will stay the same in any case (as shown by Tresesco above)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 11:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-in-List-Box/m-p/1325975#M824126</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-01T11:31:07Z</dc:date>
    </item>
  </channel>
</rss>

