<?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: Spliting a string from one list and making a list box select from that list in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998028#M964182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what Digvijay shared should work for you, you just need to add your fact table and make a connection between the two.&lt;/P&gt;&lt;P&gt;See if this is what you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD SubField(Country,',') as Country;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe,France,Germany,Greece,UK,Poland,South Africa,Turkey,Bermuda&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe,France,Germany,Greece&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;](delimiter is '|');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FactTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country, GDP, Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe, 50, 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Greece, 65, 32&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wales, 68, 31&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Germany, 98, 50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UK, 90, 45&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 12:54:21 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-10-16T12:54:21Z</dc:date>
    <item>
      <title>Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998025#M964179</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;I have 2 sets of locations from different spreadsheets but in different formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first is in this format:&lt;/P&gt;&lt;P&gt;LISTA:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="471"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="471"&gt;Europe,France,Germany,Greece,UK,Poland,South Africa,Turkey,Bermuda&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 471px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="471"&gt;Europe,France,Germany,Greece,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="471"&gt;Europe&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="471"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second list is in the format:&lt;/P&gt;&lt;P&gt;LISTB:&lt;/P&gt;&lt;P&gt;Europe&lt;/P&gt;&lt;P&gt;France&lt;/P&gt;&lt;P&gt;Germany&lt;/P&gt;&lt;P&gt;UK&lt;/P&gt;&lt;P&gt;Greece&lt;/P&gt;&lt;P&gt;Belgium&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have manged to great a string from list B to select data from List A but if List B has no data I can not make a full string to look into List A and collect the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I need to look at selecting LIST A's string of data and splitting it by comma's then make LIST B look for the individual countries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it concat and AGGR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 11:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998025#M964179</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-16T11:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998026#M964180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure though the exact need but see if this can help, the below script will load your first table as separate entries - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Load Subfield(Country,',');&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;Europe,France,Germany,Greece,UK,Poland,South Africa,Turkey,Bermuda&lt;/P&gt;&lt;P&gt;Europe,France,Germany,Greece&lt;/P&gt;&lt;P&gt;Europe ](delimiter is '\n');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Country.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102213_Country.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 12:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998026#M964180</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-16T12:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998027#M964181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very close, I have not explained very well either,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spreadsheet A will carry a list of cells.&lt;/P&gt;&lt;P&gt;Groups&lt;/P&gt;&lt;P&gt;Europe,France,Germany,Greece,UK,Poland,South Africa,Turkey,Bermuda&lt;/P&gt;&lt;P&gt;Europe,France,Germany,Greece&lt;/P&gt;&lt;P&gt;Europe &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in spreadsheet B:&lt;/P&gt;&lt;P&gt;Country Data&lt;/P&gt;&lt;P&gt;Europe&lt;/P&gt;&lt;P&gt;Greece&lt;/P&gt;&lt;P&gt;Wales&lt;/P&gt;&lt;P&gt;Germany&lt;/P&gt;&lt;P&gt;UK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the user to click on the group field list and then if there is data for each of the countries select them all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to happen is a full selection of spreadsheet A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 12:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998027#M964181</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-16T12:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998028#M964182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what Digvijay shared should work for you, you just need to add your fact table and make a connection between the two.&lt;/P&gt;&lt;P&gt;See if this is what you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD SubField(Country,',') as Country;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe,France,Germany,Greece,UK,Poland,South Africa,Turkey,Bermuda&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe,France,Germany,Greece&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;](delimiter is '|');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FactTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country, GDP, Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe, 50, 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Greece, 65, 32&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wales, 68, 31&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Germany, 98, 50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UK, 90, 45&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 12:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998028#M964182</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T12:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998029#M964183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think as per new explanation he is looking to select multiple countries in fact table based on selection from list A.&lt;/P&gt;&lt;P&gt;I think one way to do is as below (took fact data from sunny's script)&lt;/P&gt;&lt;P&gt;Use expressions in fact table like below&lt;/P&gt;&lt;P&gt;=Sum(if(SubStringCount(getfieldselections(GroupCountry,','),Country)=1,GDP))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="group.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102245_group.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;GroupCountry&lt;/P&gt;&lt;P&gt;Europe,France,Germany,Greece,UK,Poland,South Africa,Turkey,Bermuda&lt;/P&gt;&lt;P&gt;Europe,France,Germany,Greece&lt;/P&gt;&lt;P&gt;Europe&lt;/P&gt;&lt;P&gt;](delimiter is '\n');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FactTable:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Country, GDP, Sales&lt;/P&gt;&lt;P&gt;Europe, 50, 25&lt;/P&gt;&lt;P&gt;Greece, 65, 32&lt;/P&gt;&lt;P&gt;Wales, 68, 31&lt;/P&gt;&lt;P&gt;Germany, 98, 50&lt;/P&gt;&lt;P&gt;UK, 90, 45&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 13:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998029#M964183</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-16T13:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998030#M964184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess to simplify things (front end expression), why not do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD GroupCountry,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; SubField(GroupCountry, ',') as Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GroupCountry&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe,France,Germany,Greece,UK,Poland,South Africa,Turkey,Bermuda&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe,France,Germany,Greece&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;](delimiter is '\n');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FactTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country, GDP, Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Europe, 50, 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Greece, 65, 32&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wales, 68, 31&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Germany, 98, 50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UK, 90, 45&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102246_Capture.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data model:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/102247_Capture.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I love how we work as a team &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, 16 Oct 2015 13:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998030#M964184</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T13:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998031#M964185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;getfieldselections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Location&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,','),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Issue - Location]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=1,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Market Risk Threshold Data]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I sum the data I cant bring back the date dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I need all the selections to have data in them so the will match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select Europe,France,Germany,Greece,UK,Poland,South Africa,Turkey,Bermuda from GroupCountry&lt;/P&gt;&lt;P&gt;The Fact table with country in it needs to have data for each of the countries.&lt;/P&gt;&lt;P&gt;Or it will match to a partial select and be incorrect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998031#M964185</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-16T14:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998032#M964186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as I read that formula it says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this country from grouplocation is in country then return the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just looking for an extra qualifier to check if there is data associated with the country field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998032#M964186</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-16T14:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998033#M964187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My detailed response is in moderation, but look at the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998033#M964187</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T14:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998034#M964188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; What I am trying to say is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if I concat the countries where they are in a single list &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;against 1 single selection where the countries are in one list seperated by ','&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;then give me the data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Issue - Location]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',')=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Location&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;getselectedcount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Location]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Location&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;getselectedcount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Location]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Issue - Location]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=1,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Data]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998034#M964188</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-16T14:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998035#M964189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this works if I select both lists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Issue - Location]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',')=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Location&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;getselectedcount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Location]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Market Risk Threshold Data]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;No I just have to make the connections between A and B automatically as before &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Spreadsheet A will carry a list of cells.&lt;/P&gt;&lt;P&gt;Groups&lt;/P&gt;&lt;P&gt;Europe,France,Germany,Greece,UK,Poland,South Africa,Turkey,Bermuda&lt;/P&gt;&lt;P&gt;Europe,France,Germany,Greece&lt;/P&gt;&lt;P&gt;Europe &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in spreadsheet B:&lt;/P&gt;&lt;P&gt;Country Data&lt;/P&gt;&lt;P&gt;Europe&lt;/P&gt;&lt;P&gt;Greece&lt;/P&gt;&lt;P&gt;Wales&lt;/P&gt;&lt;P&gt;Germany&lt;/P&gt;&lt;P&gt;UK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998035#M964189</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-16T14:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998036#M964190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked this application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this is what you are looking for&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998036#M964190</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T14:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998037#M964191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite what I am after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select the single list of countries I want to find its match in the group of countries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I select:&lt;/P&gt;&lt;P&gt;France&lt;/P&gt;&lt;P&gt;Germany&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The concat string is France,Germany&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like this information to be matched in the group of countries from spreadsheet A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if I select a field from spreadsheet A that looks like&lt;/P&gt;&lt;P&gt;Europe,Germany,UK.&lt;/P&gt;&lt;P&gt;I want that data to be selected in the single list of countries from spreadsheetA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 15:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998037#M964191</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-16T15:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998038#M964192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Issue - Location]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',')=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Location]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Market Risk Threshold Data]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working nicely, and finds the selections, just looking for a solution the other way around,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 15:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998038#M964192</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-16T15:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998039#M964193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes thanks Sunny for this, I almost have the answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using subfield the data is split on a one to many relationship. so if I select fact table country I return all the GroupCountry data a country is part of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to match they complete selection once from the fact table&lt;/P&gt;&lt;P&gt;and if i select group count once, return those countries from the fact table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your relationship i will pull out any group country list France is a part of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If France is a single selection I just want that, if I select France and Germany, I just want France,Germany from the grouptable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 16:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998039#M964193</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-16T16:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998040#M964194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh so you are saying that you are looking for a and search. So show all those within GroupCountry where it matches with Country1 and Country2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if Europe and Germany is selected you want to see these two rows seleced in GroupCountry?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Europe,France,Germany,Greece,UK,Poland,South Africa,Turkey,Bermuda&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;Europe,France,Germany,Greece&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 16:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998040#M964194</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T16:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998041#M964195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a complete match Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Europe,Germany is not in that list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you see it now &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, 16 Oct 2015 16:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998041#M964195</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-16T16:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998042#M964196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That make sense. Let me see if I can work this out &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, 16 Oct 2015 16:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998042#M964196</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T16:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998043#M964197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure how we can do this. May &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;MarcoWedel&lt;/A&gt;‌ might have a work around he can think of. I am going to very interested in knowing this for myself as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 16:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998043#M964197</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T16:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting a string from one list and making a list box select from that list</title>
      <link>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998044#M964198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am thinking a link table is needed after both tables are loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 16:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Spliting-a-string-from-one-list-and-making-a-list-box-select/m-p/998044#M964198</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-16T16:27:10Z</dc:date>
    </item>
  </channel>
</rss>

