<?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: Listbox which impacts a different field? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879537#M307030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a way how to implement this.&amp;nbsp; For example, you have a table named DATA that contains this field with comma-separated tags.&amp;nbsp; Let's assume the field name is Tags.&amp;nbsp; Create additional logical table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD DISTINCT&lt;BR /&gt; Tags,&lt;BR /&gt; &lt;STRONG&gt;trim(subfield(Tags,',')) as Tag&lt;/STRONG&gt;&lt;BR /&gt;RESIDENT DATA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the field &lt;STRONG&gt;Tag&lt;/STRONG&gt; contains all values, and selections in this field will return the result you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2015 19:18:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-08T19:18:18Z</dc:date>
    <item>
      <title>Listbox which impacts a different field?</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879536#M307029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a situation where a given record may have multiple "Tags" associated with it.&amp;nbsp; The tags are stored in a varchar(max) field in the database and each tag is comma separated.&amp;nbsp; I also have a table of all possible tags. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to do is give the users a listbox of the possible tags (a stand-alone table), and then use something on the other field which filters the data in a wildcard manner (LIKE)?&amp;nbsp; So if the user selects Tag1 and Tag2 from the listbox.&amp;nbsp; The actual data field may have values like "Tag1" for one record but "Tag7,Tag4,Tag2" in another.&amp;nbsp; I need it to identify all records which have any of the relevant values anywhere in it and have that as the filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I have a listbox on one field but have the filter apply to a different field in a wildcard manner and the wildcard by dynamic depending on how many values they select?&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; Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 17:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879536#M307029</guid>
      <dc:creator />
      <dc:date>2015-04-08T17:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox which impacts a different field?</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879537#M307030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a way how to implement this.&amp;nbsp; For example, you have a table named DATA that contains this field with comma-separated tags.&amp;nbsp; Let's assume the field name is Tags.&amp;nbsp; Create additional logical table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD DISTINCT&lt;BR /&gt; Tags,&lt;BR /&gt; &lt;STRONG&gt;trim(subfield(Tags,',')) as Tag&lt;/STRONG&gt;&lt;BR /&gt;RESIDENT DATA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the field &lt;STRONG&gt;Tag&lt;/STRONG&gt; contains all values, and selections in this field will return the result you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 19:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879537#M307030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-08T19:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox which impacts a different field?</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879538#M307031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have a separate table that has all the distinct tag values.&amp;nbsp; However, using that field for a listbox does me no good as it does not filter the table which has the data I want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data I want to filter also has a Tags field but there the tags are a comma delimited string.&amp;nbsp; What I need is to be able to select a tag from the listbox on the dimensional table, and have it effect the field on the data table.&amp;nbsp; It also needs to be a "Like" match "Like '%Tag1%', '%Tag2%'", etc.&amp;nbsp; Thus, if I select multiple items in the dimensional listbox, I'll need to create a match string that will dynamically be used to filter the main data set.&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; Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879538#M307031</guid>
      <dc:creator />
      <dc:date>2015-04-09T14:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox which impacts a different field?</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879539#M307032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;I don't see a problem.&amp;nbsp; You can do it all using that list box, no artificial complications needed.&amp;nbsp; See attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 13:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879539#M307032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-10T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox which impacts a different field?</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879540#M307033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I didn't understand the solution you were talking about as I read it initially.&amp;nbsp; Seeing it in action confirms that will do exactly as I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 14:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879540#M307033</guid>
      <dc:creator />
      <dc:date>2015-04-10T14:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox which impacts a different field?</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879541#M307034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for confirmation Mark.&amp;nbsp; I thought one time maybe I got the requirements wrong...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 14:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-which-impacts-a-different-field/m-p/879541#M307034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-10T14:44:16Z</dc:date>
    </item>
  </channel>
</rss>

