<?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 Can we show list of string values as listbox? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403648#M425272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my data model I have a field called "tags" that contains per data record a comma-separated list of strings. These tags do allocate the record to evaluation topics and may look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;record&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;tags&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;A&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;customer satisfaction, performance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;performance, quality&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;efficiency&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to collect all distinct tags and put them into a list with tickboxes so that the user can easily select all records where this tag appears:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid #000000; border-image: none; width: 171px; height: 97px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;tag&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;customer satisfaction&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;performance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;efficiency&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;quality&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that an easy way could be a fulltext search box on the "tags" field, but it would mean that&lt;/P&gt;&lt;P&gt;a) the user knows the tag looking for&lt;/P&gt;&lt;P&gt;b) you can allways look for one tag at a time only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my aim is to give the user an easy overview on all used tags and let him choose the relevant ones in an "or" selection. So if any of the selected tags appears in the tags field of a record, the record will be visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. the user selects "Efficiency", record C will come up, If he selects "Efficiency" and "Quality" records C and B will come up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to do this?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Nov 2017 09:10:37 GMT</pubDate>
    <dc:creator>michael_klix</dc:creator>
    <dc:date>2017-11-16T09:10:37Z</dc:date>
    <item>
      <title>Can we show list of string values as listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403648#M425272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my data model I have a field called "tags" that contains per data record a comma-separated list of strings. These tags do allocate the record to evaluation topics and may look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;record&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;tags&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;A&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;customer satisfaction, performance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;performance, quality&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;efficiency&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to collect all distinct tags and put them into a list with tickboxes so that the user can easily select all records where this tag appears:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid #000000; border-image: none; width: 171px; height: 97px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="padding: 2px; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;tag&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;customer satisfaction&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;performance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;efficiency&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;quality&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that an easy way could be a fulltext search box on the "tags" field, but it would mean that&lt;/P&gt;&lt;P&gt;a) the user knows the tag looking for&lt;/P&gt;&lt;P&gt;b) you can allways look for one tag at a time only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my aim is to give the user an easy overview on all used tags and let him choose the relevant ones in an "or" selection. So if any of the selected tags appears in the tags field of a record, the record will be visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. the user selects "Efficiency", record C will come up, If he selects "Efficiency" and "Quality" records C and B will come up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to do this?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403648#M425272</guid>
      <dc:creator>michael_klix</dc:creator>
      <dc:date>2017-11-16T09:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show list of string values as listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403649#M425273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True, deserve lot make sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do simply &lt;STRONG&gt;SubField(tags, ',') as tag&lt;/STRONG&gt; will cover all questions. After that you can try filter to check to valid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403649#M425273</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-16T09:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show list of string values as listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403650#M425274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subfield(tags,',') as tag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403650#M425274</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-16T09:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show list of string values as listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403651#M425275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could just use an extra table for it created by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load record&lt;STRONG&gt;ID&lt;/STRONG&gt;, subfield(tags, ',') as DistinctTags from Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereby the subfield() without a third parameter worked like a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403651#M425275</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-16T09:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show list of string values as listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403652#M425276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow, that was fast... even three at a time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try this and confirm. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403652#M425276</guid>
      <dc:creator>michael_klix</dc:creator>
      <dc:date>2017-11-16T09:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show list of string values as listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403653#M425277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just to understand...why do I need to read as well the record ID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Annotation:&lt;/P&gt;&lt;P&gt;Is it this what I will get?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;record&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;DistinctTags from Source&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;customer satisfaction&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;perforrmance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;performance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;quality&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;efficiency&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I use the field DistinctTags from Source in a listbox and the field record ensures it is linked to the data, thus selecting "Efficiency" will reduce my possible records do "C"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403653#M425277</guid>
      <dc:creator>michael_klix</dc:creator>
      <dc:date>2017-11-16T09:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show list of string values as listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403654#M425278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you perform the subfield within your origin load you will also duplicate all other field-values which might be unwanted - therefore my suggestion within an extra load to create an extra table but for this you will need a key to your other table and therefore I append the suffix ID to your field "record".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403654#M425278</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-16T09:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show list of string values as listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403655#M425279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just to give a final Feedback: It works perfectly now.. The new table linked via the key field is great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 09:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-show-list-of-string-values-as-listbox/m-p/1403655#M425279</guid>
      <dc:creator>michael_klix</dc:creator>
      <dc:date>2017-12-07T09:57:43Z</dc:date>
    </item>
  </channel>
</rss>

