<?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 Searching for WildCard Characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156525#M32368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chr(39) is the code for a single quote. Did you try:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=FindOneOf( mval, '?~*" ' &amp;amp; Chr(39))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2010 17:23:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-23T17:23:21Z</dc:date>
    <item>
      <title>Searching for WildCard Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156522#M32365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can you search in a field for an "*" (asterisk)? -- or any wildcard at all?&lt;/P&gt;&lt;P&gt;I would also like to be able to create a button that has an action which Selects any of the following characters in a field (quote mark, double quote mark, tick, pipe, asterisk, question mark).&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 14:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156522#M32365</guid>
      <dc:creator>jlassell</dc:creator>
      <dc:date>2010-02-23T14:45:32Z</dc:date>
    </item>
    <item>
      <title>Searching for WildCard Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156523#M32366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This came up in a recent thread. &lt;A href="http://community.qlik.com/forums/p/22182/85125.aspx"&gt;http://community.qlik.com/forums/p/22182/85125.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The users came up with some pretty good ideas. I think in the end it was using: ?*?. A macro solution was also provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 15:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156523#M32366</guid>
      <dc:creator />
      <dc:date>2010-02-23T15:38:47Z</dc:date>
    </item>
    <item>
      <title>Searching for WildCard Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156524#M32367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That helps. It got me on the right track.&lt;/P&gt;&lt;P&gt;I was able to use =FindOneOf( mval, '?~*" ' ) to find the values with these characters. The one thing I can't put in is the ' (single quote mark). I would still like to be able to do that.&lt;/P&gt;&lt;P&gt;I also cannot get the same solution to work in a Select field Action in a Button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 16:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156524#M32367</guid>
      <dc:creator>jlassell</dc:creator>
      <dc:date>2010-02-23T16:48:18Z</dc:date>
    </item>
    <item>
      <title>Searching for WildCard Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156525#M32368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chr(39) is the code for a single quote. Did you try:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=FindOneOf( mval, '?~*" ' &amp;amp; Chr(39))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 17:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156525#M32368</guid>
      <dc:creator />
      <dc:date>2010-02-23T17:23:21Z</dc:date>
    </item>
    <item>
      <title>Searching for WildCard Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156526#M32369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works for a direct search in the List Box. Thanks!&lt;/P&gt;&lt;P&gt;I wish I could get it to work on the Field Selection for an Action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 19:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156526#M32369</guid>
      <dc:creator>jlassell</dc:creator>
      <dc:date>2010-02-23T19:36:43Z</dc:date>
    </item>
    <item>
      <title>Searching for WildCard Characters</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156527#M32370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try replacing the * by a +. This worked for me.&lt;/P&gt;&lt;P&gt;Replace([field],'*','+') as [fieldII]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 15:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-WildCard-Characters/m-p/156527#M32370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-24T15:30:34Z</dc:date>
    </item>
  </channel>
</rss>

