<?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 Display results from a value anywhere in the field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-results-from-a-value-anywhere-in-the-field/m-p/1756708#M58364</link>
    <description>&lt;P&gt;This is my problem. I have a field that is called service. Within this field you can have multiple services or a single service.&amp;nbsp; What I would like to do is using a list box, to let a user select a service name, have the results display all instances of the service no matter where the service lands in the service field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;Record 1 , Service C :: Record 2, Service A, C :: Record 3, Service A, B, C :: Record 4 , Service C, D :: Record 5, Service D, E&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now using wildmatch on the list I have created to get each service name as an individual record when I select Service C the visualization return Records 1 and 4 but I what I would like is for the selection of Service C to return Records 1, 2, 3 and 4.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
    <dc:creator>rponichtera</dc:creator>
    <dc:date>2021-12-20T21:08:46Z</dc:date>
    <item>
      <title>Display results from a value anywhere in the field</title>
      <link>https://community.qlik.com/t5/App-Development/Display-results-from-a-value-anywhere-in-the-field/m-p/1756708#M58364</link>
      <description>&lt;P&gt;This is my problem. I have a field that is called service. Within this field you can have multiple services or a single service.&amp;nbsp; What I would like to do is using a list box, to let a user select a service name, have the results display all instances of the service no matter where the service lands in the service field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;Record 1 , Service C :: Record 2, Service A, C :: Record 3, Service A, B, C :: Record 4 , Service C, D :: Record 5, Service D, E&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now using wildmatch on the list I have created to get each service name as an individual record when I select Service C the visualization return Records 1 and 4 but I what I would like is for the selection of Service C to return Records 1, 2, 3 and 4.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-results-from-a-value-anywhere-in-the-field/m-p/1756708#M58364</guid>
      <dc:creator>rponichtera</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display results from a value anywhere in the field</title>
      <link>https://community.qlik.com/t5/App-Development/Display-results-from-a-value-anywhere-in-the-field/m-p/1757017#M58401</link>
      <description>&lt;P&gt;Often it's useful to split the data within the script into extra records. This could be done with something like:&lt;/P&gt;&lt;P&gt;t: load recno() as RecNo, subfield(Service, '+') as Service inline [&lt;BR /&gt;Service&lt;BR /&gt;a+c&lt;BR /&gt;b&lt;BR /&gt;d+c&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 12:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-results-from-a-value-anywhere-in-the-field/m-p/1757017#M58401</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-10-29T12:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Display results from a value anywhere in the field</title>
      <link>https://community.qlik.com/t5/App-Development/Display-results-from-a-value-anywhere-in-the-field/m-p/1757034#M58406</link>
      <description>&lt;P&gt;I am doing that. The problem is when I create the list box I just want to see individual service name in the list and for the selection of C bring up all C records no matter where in the service name field they appear.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 12:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-results-from-a-value-anywhere-in-the-field/m-p/1757034#M58406</guid>
      <dc:creator>rponichtera</dc:creator>
      <dc:date>2020-10-29T12:49:51Z</dc:date>
    </item>
  </channel>
</rss>

