<?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 List box showing only fields that have a current selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-showing-only-fields-that-have-a-current-selection/m-p/1420866#M513676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with 50+ fields in it. many of those fields are people's names. I am trying to create an object that will list only the fields that contain the searched name. if that persons name is in 4 of the 50 fields, list only the 4 fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am ultimately trying to get to an object such as a table or chart that will reduce down to or conditionally display the fields and data associated to the searched name. All other fields should hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Nov 2017 16:35:25 GMT</pubDate>
    <dc:creator>olivetwist</dc:creator>
    <dc:date>2017-11-06T16:35:25Z</dc:date>
    <item>
      <title>List box showing only fields that have a current selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-showing-only-fields-that-have-a-current-selection/m-p/1420866#M513676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with 50+ fields in it. many of those fields are people's names. I am trying to create an object that will list only the fields that contain the searched name. if that persons name is in 4 of the 50 fields, list only the 4 fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am ultimately trying to get to an object such as a table or chart that will reduce down to or conditionally display the fields and data associated to the searched name. All other fields should hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 16:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-showing-only-fields-that-have-a-current-selection/m-p/1420866#M513676</guid>
      <dc:creator>olivetwist</dc:creator>
      <dc:date>2017-11-06T16:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: List box showing only fields that have a current selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-showing-only-fields-that-have-a-current-selection/m-p/1420867#M513677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Going to your real goal I could imagine that a visibility-condition (set for each dimension) like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wildmatch(concat(ThisField, ','), '*$(vSearchValue)*')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or maybe&lt;/P&gt;&lt;P&gt;wildmatch(concat(ThisField, ','), '$(='*' &amp;amp; concat(SearchField, '*' &amp;amp; chr(39) &amp;amp; ',' &amp;amp; chr(39)))')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way might be to use expressions with something like: only(Field) for the names and hiding them with suppressing of NULL within the tab presentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beside this I would consider to merge all those names within a single field by transforming the data with &lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 13:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-showing-only-fields-that-have-a-current-selection/m-p/1420867#M513677</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-07T13:29:52Z</dc:date>
    </item>
  </channel>
</rss>

