<?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 segregration of data in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9116#M98</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me in segregration of data which is in one column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Excel, I have the data like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="country.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193091_country.PNG" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;And in Qlik sene I cannot view in maps if there is more than one country in a row.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MAP.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/193092_MAP.PNG" style="height: 320px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Is there any solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2018 09:43:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-12T09:43:30Z</dc:date>
    <item>
      <title>segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9116#M98</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me in segregration of data which is in one column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Excel, I have the data like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="country.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193091_country.PNG" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;And in Qlik sene I cannot view in maps if there is more than one country in a row.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MAP.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/193092_MAP.PNG" style="height: 320px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Is there any solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9116#M98</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T09:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9117#M99</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use SubField() function which will create a separate record for each part of a string divided by a delimiter. In your case the delimiter is a comma and a space, so combine it with Trim() to get rid of spaces. Try:&lt;/P&gt;&lt;P&gt;Trim(SubField([Involved Countries], ',')) as [Involved Countries]&lt;/P&gt;&lt;P&gt;Careful though, this really creates a separate record for each country so be extra careful when using this on fact table (I wouldn't recommend doing so unless you have a specific use case). As for dimension tables you should be generally OK, but double check your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 10:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9117#M99</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-12T10:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9118#M100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Juraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I am new to Qlik sense, I donot know how &amp;amp; where to use this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if you give me a detail step by step description. (sorry)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to add a .qvf file here (no option) !&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;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 11:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9118#M100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T11:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9119#M101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use it in the load script when loading data from that particular source.&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15184341850556157 jive_text_macro" jivemacro_uid="_15184341850556157"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trim(SubField([Involved Countries], ','))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Country,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Branches&lt;/P&gt;
&lt;P&gt;//other fields from source&lt;/P&gt;
&lt;P&gt;FROM Source;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 11:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9119#M101</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-12T11:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9120#M102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Juraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should i Add the script in main ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so i am getting an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the Qlik app. &lt;IMG alt="error.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193101_error.PNG" style="height: 635px; width: 620px;" /&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;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 11:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9120#M102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T11:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9121#M103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the whole script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set dataManagerTables = '','Base';&lt;/P&gt;&lt;P&gt;//This block renames script tables from non generated section which conflict with the names of managed tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each name in $(dataManagerTables) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let index = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let currentName = name; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let tableNumber = TableNumber(name); &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let matches = 0; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do while not IsNull(tableNumber) or (index &amp;gt; 0 and matches &amp;gt; 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; index = index + 1; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; currentName = name &amp;amp; '-' &amp;amp; index; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tableNumber = TableNumber(currentName) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matches = Match('$(currentName)', $(dataManagerTables));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Loop &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If index &amp;gt; 0 then &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rename Table [$(name)] to [$(currentName)]; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EndIf; &lt;/P&gt;&lt;P&gt;Next;&lt;/P&gt;&lt;P&gt;__countryAliasesBase:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Alias AS [__Country],&lt;/P&gt;&lt;P&gt;&amp;nbsp; ISO3Code AS [__ISO3Code]&lt;/P&gt;&lt;P&gt;FROM [lib://__GEO_TABLES/countryAliases.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__countryGeoBase:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ISO3Code AS [__ISO3Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp; ISO2Code AS [__ISO2Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Polygon AS [__Polygon]&lt;/P&gt;&lt;P&gt;FROM [lib://__GEO_TABLES/countryGeo.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__countryName2IsoThree:&lt;/P&gt;&lt;P&gt;MAPPING LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; __Country,&lt;/P&gt;&lt;P&gt;&amp;nbsp; __ISO3Code&lt;/P&gt;&lt;P&gt;RESIDENT __countryAliasesBase;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__countryCodeIsoThree2Polygon:&lt;/P&gt;&lt;P&gt;MAPPING LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; __ISO3Code,&lt;/P&gt;&lt;P&gt;&amp;nbsp; __Polygon&lt;/P&gt;&lt;P&gt;RESIDENT __countryGeoBase;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Base]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Account],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Project name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Status],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Status reason],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Full Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Account Manager/Owner],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Rhenus Products Tendered],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Type],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Turnover tendered ( € )],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date([Start date] ,'DD/MM/YYYY') AS [Start date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date([End date] ,'DD/MM/YYYY') AS [End date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Operational kick-off],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Project Source],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Involved Countries],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Branche],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Project number],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Comments],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Turnover won ( € )],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Turnover offered ( € )],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [F20],&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;U&gt;,&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; APPLYMAP( '__countryCodeIsoThree2Polygon', APPLYMAP( '__countryName2IsoThree', LOWER([Involved Countries])), '-') AS [Base.Involved Countries_GeoInfo]&lt;/P&gt;&lt;P&gt; FROM [lib://Tender Handling/Report eFTM_CW6.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Base);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAG FIELD [Involved Countries] WITH '$geoname', '$relates_Base.Involved Countries_GeoInfo' ;&lt;/P&gt;&lt;P&gt;TAG FIELD [Base.Involved Countries_GeoInfo] WITH '$geopolygon', '$hidden', '$relates_Involved Countries' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLES __countryAliasesBase, __countryGeoBase;&lt;/P&gt;&lt;P&gt;[autoCalendar]: &lt;/P&gt;&lt;P&gt;&amp;nbsp; DECLARE FIELD DEFINITION Tagged ('$date')&lt;/P&gt;&lt;P&gt;FIELDS&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dual(Year($1), YearStart($1)) AS [Year] Tagged ('$axis', '$year'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dual('Q'&amp;amp;Num(Ceil(Num(Month($1))/3)),Num(Ceil(NUM(Month($1))/3),00)) AS [Quarter] Tagged ('$quarter', '$cyclic'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dual(Year($1)&amp;amp;'-Q'&amp;amp;Num(Ceil(Num(Month($1))/3)),QuarterStart($1)) AS [YearQuarter] Tagged ('$yearquarter', '$qualified'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dual('Q'&amp;amp;Num(Ceil(Num(Month($1))/3)),QuarterStart($1)) AS [_YearQuarter] Tagged ('$yearquarter', '$hidden', '$simplified'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month($1) AS [Month] Tagged ('$month', '$cyclic'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dual(Year($1)&amp;amp;'-'&amp;amp;Month($1), monthstart($1)) AS [YearMonth] Tagged ('$axis', '$yearmonth', '$qualified'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dual(Month($1), monthstart($1)) AS [_YearMonth] Tagged ('$axis', '$yearmonth', '$simplified', '$hidden'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dual('W'&amp;amp;Num(Week($1),00), Num(Week($1),00)) AS [Week] Tagged ('$weeknumber', '$cyclic'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Floor($1)) AS [Date] Tagged ('$axis', '$date', '$qualified'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Floor($1), 'D') AS [_Date] Tagged ('$axis', '$date', '$hidden', '$simplified'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; If (DayNumberOfYear($1) &amp;lt;= DayNumberOfYear(Today()), 1, 0) AS [InYTD] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(Today())-Year($1) AS [YearsAgo] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If (DayNumberOfQuarter($1) &amp;lt;= DayNumberOfQuarter(Today()),1,0) AS [InQTD] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4*Year(Today())+Ceil(Month(Today())/3)-4*Year($1)-Ceil(Month($1)/3) AS [QuartersAgo] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Ceil(Month(Today())/3)-Ceil(Month($1)/3) AS [QuarterRelNo] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(Day($1)&amp;lt;=Day(Today()),1,0) AS [InMTD] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 12*Year(Today())+Month(Today())-12*Year($1)-Month($1) AS [MonthsAgo] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(Today())-Month($1) AS [MonthRelNo] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(WeekDay($1)&amp;lt;=WeekDay(Today()),1,0) AS [InWTD] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; (WeekStart(Today())-WeekStart($1))/7 AS [WeeksAgo] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Week(Today())-Week($1) AS [WeekRelNo] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DERIVE FIELDS FROM FIELDS [Start date], [End date] USING [autoCalendar] ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 11:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9121#M103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T11:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9122#M104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;looking into your app you can do this in data manager using the "Split" functionality in Data Manager. Pictured an example from a different app:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193106_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Optionally you could unlock the autogenerated section and change line 61 (the "Involved countries" field) to&lt;/P&gt;&lt;P&gt;Trim(SubField([Involved Countries], ','))&amp;nbsp;&amp;nbsp;&amp;nbsp; as [Involved Countries].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 11:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9122#M104</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-12T11:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9123#M105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&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;Trim(SubField([Involved Countries], ','))&amp;nbsp;&amp;nbsp;&amp;nbsp; as [Involved Countries].&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;This worked thanks a lot,&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;However, i got a new problem now.&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;The map shows only the countries that are individual in excel column (involved countries)&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;for example France is not highlighted as it was in list of countries that were in same cell. (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Pictured below)&lt;IMG alt="vds.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193117_vds.PNG" style="height: 269px; width: 620px;" /&gt;&lt;/SPAN&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;how can i solve this issue?&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9123#M105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T12:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9124#M106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, I should have caught this on the first try, but I don't work with data manager / auto-generated script that much. Looking at the script you should also change this line:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15184388287045903 jive_text_macro" jivemacro_uid="_15184388287045903"&gt;
&lt;P&gt;APPLYMAP( '__countryCodeIsoThree2Polygon', APPLYMAP( '__countryName2IsoThree', LOWER([Involved Countries])), '-') AS [Base.Involved Countries_GeoInfo]&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;to this:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1518438834475370" jivemacro_uid="_1518438834475370"&gt;
&lt;P&gt;APPLYMAP( '__countryCodeIsoThree2Polygon', APPLYMAP( '__countryName2IsoThree', LOWER(Trim(SubField([Involved Countries], ','))), '-') AS [Base.Involved Countries_GeoInfo]&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should do the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9124#M106</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-12T12:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9125#M107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesnot work as it prompts an error (marked in bold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPLYMAP( '__countryCodeIsoThree2Polygon', APPLYMAP( '__countryName2IsoThree', LOWER(Trim(SubField([Involved Countries], ','))), '-')&lt;SPAN style="text-decoration: underline;"&gt; &lt;STRONG&gt;AS [Base.Involved Countries_GeoInfo]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt; FROM [lib://Tender Handling/Report eFTM_CW6.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Base);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 14:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9125#M107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T14:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9126#M108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the error and corrected it. Now I got more problems. Now Qlik doesnot filters in maps.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="erd.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193140_erd.PNG" style="height: 389px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;May be you can check the app.&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;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 14:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9126#M108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T14:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9127#M109</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 do not have the source file so I cannot reload the app to test this. Anyway, I guess the mechanism which tries to match country names with respective geo data got confused by our little trick here. Try replacing the whole part loading "base" table from the excel file with this:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15184482490498492" jivemacro_uid="_15184482490498492"&gt;
&lt;P&gt;[Base]:&lt;/P&gt;
&lt;P&gt;LOAD &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; APPLYMAP( '__countryCodeIsoThree2Polygon', APPLYMAP( '__countryName2IsoThree', LOWER(Trim([Involved Countries])), '-')) AS [Base.Involved Countries_GeoInfo]&lt;/P&gt;
&lt;P&gt; ;&lt;/P&gt;
&lt;P&gt; LOAD &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Account],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project name],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Status],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Status reason],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Full Name],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Account Manager/Owner],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Rhenus Products Tendered],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Type],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Turnover tendered ( € )],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date([Start date] ,'DD/MM/YYYY') AS [Start date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date([End date] ,'DD/MM/YYYY') AS [End date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Operational kick-off],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Source],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trim(SubField([Involved Countries], ','))&amp;nbsp;&amp;nbsp;&amp;nbsp; as [Involved Countries],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Branche],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project number],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Comments],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Turnover won ( € )],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Turnover offered ( € )],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [F20],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;U&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;FROM [lib://Tender Handling/Report eFTM_CW6.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Base);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words: Undo the subfield trick from the ApplyMap functions, because this seems to confuse the applymap and match single country with multiple coordinates, and do the ApplyMap on countries already processed (i.e. individual countries).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 15:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9127#M109</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-12T15:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9128#M110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OMG This works perfectly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 15:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9128#M110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T15:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9129#M111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Juraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got another problem relating to above script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the script divides the data in more rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data from other columns are added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: the count of this should be 5 but i get it as 7 because of the involved countries is saperated into new rows.&lt;IMG alt="pap.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193287_pap.PNG" style="height: 79px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 16:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9129#M111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T16:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9130#M112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well, this is what I head in mind when I said you should be careful with SubField function. Solution depends on your data really, maybe you can keep Involved Countries field here unmodified and then load it again as a dimension. I can't really test it right now, but it might look like this.&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15185551047503239 jive_text_macro" jivemacro_uid="_15185551047503239" modifiedtitle="true"&gt;
&lt;P&gt;[Base]: &lt;/P&gt;
&lt;P&gt; LOAD&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Account],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project name],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Status],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Status reason],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Full Name],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Account Manager/Owner],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Rhenus Products Tendered],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Type],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Turnover tendered ( € )],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date([Start date] ,'DD/MM/YYYY') AS [Start date],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date([End date] ,'DD/MM/YYYY') AS [End date],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Operational kick-off],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Source],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Involved Countries] as CountryGroup,&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Branche],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project number],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Comments],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Turnover won ( € )],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Turnover offered ( € )],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [F20],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;U&gt;&amp;nbsp; &lt;/U&gt;&lt;/P&gt;
&lt;P&gt;FROM [lib://Tender Handling/Report eFTM_CW6.xlsx]&amp;nbsp; &lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Base); &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Countries:&amp;nbsp; &lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Involved Countries] as CountryGroup,&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trim(SubField([Involved Countries], ','))&amp;nbsp;&amp;nbsp;&amp;nbsp; as [Involved Countries],&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; APPLYMAP( '__countryCodeIsoThree2Polygon', APPLYMAP( '__countryName2IsoThree', LOWER(Trim([Involved Countries])), '-')) AS [Base.Involved Countries_GeoInfo]&amp;nbsp; &lt;/P&gt;
&lt;P&gt;FROM [lib://Tender Handling/Report eFTM_CW6.xlsx]&amp;nbsp; &lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Base); &lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create a table with countries and respective country grouping loaded from your excel file. It will be painted correctly on the map and also should provide correct results. But as I said, I can't test now, so you will probably need to play around a bit to fine tune this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 20:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9130#M112</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-13T20:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9131#M113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep this worked but now the map doesnot show the countries that are listed together in same cell, like France is not highlighted. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 11:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9131#M113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T11:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9132#M114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;yes, I forgot about the applymap:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15186105465781425 jive_text_macro" jivemacro_uid="_15186105465781425" modifiedtitle="true"&gt;
&lt;P&gt;Countries:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; APPLYMAP( '__countryCodeIsoThree2Polygon', APPLYMAP( '__countryName2IsoThree', LOWER(Trim([Involved Countries])), '-')) AS [Base.Involved Countries_GeoInfo]&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Involved Countries] as CountryGroup,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trim(SubField([Involved Countries], ','))&amp;nbsp;&amp;nbsp;&amp;nbsp; as [Involved Countries]&lt;/P&gt;
&lt;P&gt;FROM [lib://Tender Handling/Report eFTM_CW6.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Base);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 12:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9132#M114</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-14T12:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: segregration of data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9133#M115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Juraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have solved all my doubts, for now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&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;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 12:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/segregration-of-data/m-p/9133#M115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T12:25:41Z</dc:date>
    </item>
  </channel>
</rss>

