<?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: Split a list box string to to make a multiple selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Split-a-list-box-string-to-to-make-a-multiple-selection/m-p/1002290#M963320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One the problems I am having is that if a country has no data it is not selected therefore I cant build a complete getfieldselecteds string, so what would happen is you wont get the correct sales target but you might pick up another target based on the field data selected. I hope you understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This feels like a classic case of transactions and totaling them against targets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its how the used can select from a list of countries, total or count the results then build a string based on selections and find if there is target on that group of countries.&lt;/P&gt;&lt;P&gt;Thanks.&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>Sat, 17 Oct 2015 18:34:33 GMT</pubDate>
    <dc:creator>tinkerz1</dc:creator>
    <dc:date>2015-10-17T18:34:33Z</dc:date>
    <item>
      <title>Split a list box string to to make a multiple selection</title>
      <link>https://community.qlik.com/t5/QlikView/Split-a-list-box-string-to-to-make-a-multiple-selection/m-p/1002288#M963317</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 a list box field be split into seperate selections, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can France,UK, Europe be split into:&lt;/P&gt;&lt;P&gt;France and UK and Europe as if you selected 3 times from a list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country:&lt;/P&gt;&lt;P&gt;France&lt;/P&gt;&lt;P&gt;UK&lt;/P&gt;&lt;P&gt;Europe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if the multiple country field is embedded in a list&lt;/P&gt;&lt;P&gt;Germany&lt;/P&gt;&lt;P&gt;USA&lt;/P&gt;&lt;P&gt;France,UK, Europe&lt;/P&gt;&lt;P&gt;Cyprus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have is a combined Table, where the users are supplied data in 2 ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Individual lines of transactions and targets(totals), they want the end result to be all product A's totaled againts the target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and be able to click on the target countries, ie Europe/France/Scotland and bring back the totals on them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or click select indiviual countries in a list box and find if they have a target, like select Greece, Wales and UK and find the string Greece/Wales/UK then produce a table of Total sales and target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really I am stuck on this one, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 17:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-a-list-box-string-to-to-make-a-multiple-selection/m-p/1002288#M963317</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-17T17:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Split a list box string to to make a multiple selection</title>
      <link>https://community.qlik.com/t5/QlikView/Split-a-list-box-string-to-to-make-a-multiple-selection/m-p/1002289#M963318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd say this would be best sorted in your data model, can you share it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 17:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-a-list-box-string-to-to-make-a-multiple-selection/m-p/1002289#M963318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-17T17:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Split a list box string to to make a multiple selection</title>
      <link>https://community.qlik.com/t5/QlikView/Split-a-list-box-string-to-to-make-a-multiple-selection/m-p/1002290#M963320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One the problems I am having is that if a country has no data it is not selected therefore I cant build a complete getfieldselecteds string, so what would happen is you wont get the correct sales target but you might pick up another target based on the field data selected. I hope you understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This feels like a classic case of transactions and totaling them against targets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its how the used can select from a list of countries, total or count the results then build a string based on selections and find if there is target on that group of countries.&lt;/P&gt;&lt;P&gt;Thanks.&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>Sat, 17 Oct 2015 18:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-a-list-box-string-to-to-make-a-multiple-selection/m-p/1002290#M963320</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-17T18:34:33Z</dc:date>
    </item>
  </channel>
</rss>

