<?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: Search for &amp;quot;*&amp;quot; character in dataset in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Search-for-quot-quot-character-in-dataset/m-p/821405#M289541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search for the ascii code for *&amp;nbsp; (42)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'A' &amp;amp; chr(42)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2015 14:09:10 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2015-03-03T14:09:10Z</dc:date>
    <item>
      <title>Search for "*" character in dataset</title>
      <link>https://community.qlik.com/t5/QlikView/Search-for-quot-quot-character-in-dataset/m-p/821403#M289539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have two sample sets of data (string format). One of them is rather normal, second has got "*" character in string in some rows. When we use set analysis to select rows which begins with letter A from first dataset we use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;Nazwa={"A*"}&amp;gt;} Nazwa (we get all rows for field "Nazwa" that begins with letter A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In second dataset I use exactly same set analysis expression but when I have datarow with "*" character it gives another result. And that is correct probably but is there any way to search with that method over this kind of dataset?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without changing "*" in source strings to another symbol?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example in attachement - that should be clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-for-quot-quot-character-in-dataset/m-p/821403#M289539</guid>
      <dc:creator />
      <dc:date>2015-03-03T14:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Search for "*" character in dataset</title>
      <link>https://community.qlik.com/t5/QlikView/Search-for-quot-quot-character-in-dataset/m-p/821404#M289540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use replace function to create a new field in your reload script where you replace * with some other char&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-for-quot-quot-character-in-dataset/m-p/821404#M289540</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-03-03T14:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Search for "*" character in dataset</title>
      <link>https://community.qlik.com/t5/QlikView/Search-for-quot-quot-character-in-dataset/m-p/821405#M289541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search for the ascii code for *&amp;nbsp; (42)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'A' &amp;amp; chr(42)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-for-quot-quot-character-in-dataset/m-p/821405#M289541</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-03-03T14:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Search for "*" character in dataset</title>
      <link>https://community.qlik.com/t5/QlikView/Search-for-quot-quot-character-in-dataset/m-p/821406#M289542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use FindOneOf(Nazwa,'*')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will return a positive value for the first position it finds. This may be a more versatile method incorporated into your dataset manipulation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 16:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-for-quot-quot-character-in-dataset/m-p/821406#M289542</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-03T16:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search for "*" character in dataset</title>
      <link>https://community.qlik.com/t5/QlikView/Search-for-quot-quot-character-in-dataset/m-p/821407#M289543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found also alternative for that in thread:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2015/03/02/the-search-string?et=blogs.comment.created#comment-26321" style="font-size: 10pt; line-height: 1.5em;" title="http://community.qlik.com/blogs/qlikviewdesignblog/2015/03/02/the-search-string?et=blogs.comment.created#comment-26321"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2015/03/02/the-search-string?et=blogs.comment.created#comment-26321&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;posted by Rob: "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=index(Nazwa,'*')&amp;gt;0"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 13:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-for-quot-quot-character-in-dataset/m-p/821407#M289543</guid>
      <dc:creator />
      <dc:date>2015-03-05T13:54:24Z</dc:date>
    </item>
  </channel>
</rss>

