<?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: Approach to create segments within group in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Approach-to-create-segments-within-group/m-p/1015432#M1315810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If ( &lt;/STRONG&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM style="color: #000000;"&gt;logic to identify external&lt;/EM&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #993300;"&gt; , 'External' , 'Internal' )&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer Type] ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM style="color: #000000;"&gt;add the rest of your fields&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;from &lt;/STRONG&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM style="color: #000000;"&gt;blah..........&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would not do it in the front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2016 15:11:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-26T15:11:25Z</dc:date>
    <item>
      <title>Approach to create segments within group</title>
      <link>https://community.qlik.com/t5/QlikView/Approach-to-create-segments-within-group/m-p/1015428#M1315794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure of the correct terminology, however, this is what I'm trying to achieve:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have a customer list and would like to consider some as 'External' and some as "Internal' for certain charts within my application.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should this be done at the scripting level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;BR /&gt;Sarosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Approach-to-create-segments-within-group/m-p/1015428#M1315794</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Approach to create segments within group</title>
      <link>https://community.qlik.com/t5/QlikView/Approach-to-create-segments-within-group/m-p/1015429#M1315797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends. If you have a long list of customers then do it on the script or it if is only a few you can manage on the front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 16:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Approach-to-create-segments-within-group/m-p/1015429#M1315797</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-04-25T16:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Approach to create segments within group</title>
      <link>https://community.qlik.com/t5/QlikView/Approach-to-create-segments-within-group/m-p/1015430#M1315804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a general principle I do everything I can in the script unless there is a good reason not to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 16:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Approach-to-create-segments-within-group/m-p/1015430#M1315804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-25T16:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Approach to create segments within group</title>
      <link>https://community.qlik.com/t5/QlikView/Approach-to-create-segments-within-group/m-p/1015431#M1315807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could someone explain the syntax for doing this at script level and at the front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping the newbie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 00:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Approach-to-create-segments-within-group/m-p/1015431#M1315807</guid>
      <dc:creator />
      <dc:date>2016-04-26T00:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Approach to create segments within group</title>
      <link>https://community.qlik.com/t5/QlikView/Approach-to-create-segments-within-group/m-p/1015432#M1315810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If ( &lt;/STRONG&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM style="color: #000000;"&gt;logic to identify external&lt;/EM&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #993300;"&gt; , 'External' , 'Internal' )&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer Type] ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM style="color: #000000;"&gt;add the rest of your fields&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;from &lt;/STRONG&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM style="color: #000000;"&gt;blah..........&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would not do it in the front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 15:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Approach-to-create-segments-within-group/m-p/1015432#M1315810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-26T15:11:25Z</dc:date>
    </item>
  </channel>
</rss>

