<?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 -- filtering out data values to display in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-filtering-out-data-values-to-display/m-p/351032#M1172618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm an extremely new Qlikview user, so my question has essentially two parts.&amp;nbsp; I have a table that shows values associated to "Campaign_Name" and a list box that contains ALL of the available fields from "Campaign_Name", though I do not want to have them all there -- there is a bunch I want to filter out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically what I want to do is show (in the list box and table) ONLY "Campaign_Name" values that contain "EVNT" AND "2012".&amp;nbsp; I am absolutely clueless as to how to filter this out.&amp;nbsp; Is this where I write an expression?&amp;nbsp; What would the syntax look like for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second part of my question -- is there a handy reference guide that can give me some 101 on how to do things like this in the future?&amp;nbsp; The most confusing thing to me about Qlikview is by far crazy syntax/formulas to do these types of things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALL help is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2012 21:46:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-14T21:46:20Z</dc:date>
    <item>
      <title>List box -- filtering out data values to display</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-filtering-out-data-values-to-display/m-p/351032#M1172618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm an extremely new Qlikview user, so my question has essentially two parts.&amp;nbsp; I have a table that shows values associated to "Campaign_Name" and a list box that contains ALL of the available fields from "Campaign_Name", though I do not want to have them all there -- there is a bunch I want to filter out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically what I want to do is show (in the list box and table) ONLY "Campaign_Name" values that contain "EVNT" AND "2012".&amp;nbsp; I am absolutely clueless as to how to filter this out.&amp;nbsp; Is this where I write an expression?&amp;nbsp; What would the syntax look like for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second part of my question -- is there a handy reference guide that can give me some 101 on how to do things like this in the future?&amp;nbsp; The most confusing thing to me about Qlikview is by far crazy syntax/formulas to do these types of things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALL help is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 21:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-filtering-out-data-values-to-display/m-p/351032#M1172618</guid>
      <dc:creator />
      <dc:date>2012-05-14T21:46:20Z</dc:date>
    </item>
    <item>
      <title>List box -- filtering out data values to display</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-filtering-out-data-values-to-display/m-p/351033#M1172620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You could use an expression I suppose. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this would probably work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Campain_Name like '*2012*' or Campaign_Name like '*EVNT*', Campaign_Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However is there another field in the table that identifies these specific Campaign_Name values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 22:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-filtering-out-data-values-to-display/m-p/351033#M1172620</guid>
      <dc:creator />
      <dc:date>2012-05-14T22:02:42Z</dc:date>
    </item>
  </channel>
</rss>

