<?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: wildcard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/wildcard/m-p/529126#M197790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think it will do where your using this expression? chart, script...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a problem then check with this&lt;/P&gt;&lt;P&gt;As &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt;&lt;/STRONG&gt; said you want to filter the values with comma then go with wildmatch(fieldname, '*,*')&lt;/P&gt;&lt;P&gt;or you need to filter some values(hard coded) then&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(Place = 'Semarang' &amp;amp; Chr(44) &amp;amp; 'Java','indonesia;')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope that helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Aug 2013 09:34:40 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2013-08-26T09:34:40Z</dc:date>
    <item>
      <title>wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/wildcard/m-p/529124#M197788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a listbox that contains 200+ fields. I would like to filter on fields that I need.&lt;/P&gt;&lt;P&gt;However, those fields that i would want to filter in listbox have a comma in between.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Place = 'Semarang,Java','indonesia;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;becasue of that comma, it does not read that particular field, think is because if statement detect comma as next command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried * such as if(place = 'semarang*','indonesia), it doesn read too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 08:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildcard/m-p/529124#M197788</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-08-26T08:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/wildcard/m-p/529125#M197789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want filter the values in the listbox that contain a comma you can enter &lt;EM&gt;*,*&lt;/EM&gt; as search string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 09:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildcard/m-p/529125#M197789</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-26T09:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/wildcard/m-p/529126#M197790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think it will do where your using this expression? chart, script...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a problem then check with this&lt;/P&gt;&lt;P&gt;As &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt;&lt;/STRONG&gt; said you want to filter the values with comma then go with wildmatch(fieldname, '*,*')&lt;/P&gt;&lt;P&gt;or you need to filter some values(hard coded) then&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(Place = 'Semarang' &amp;amp; Chr(44) &amp;amp; 'Java','indonesia;')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope that helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 09:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/wildcard/m-p/529126#M197790</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-26T09:34:40Z</dc:date>
    </item>
  </channel>
</rss>

