<?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 Handling [dash] and [single quote] by search objects in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921593#M3428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've posted the question on App Development forum, but it looks like a bug to me, so I am re-posting it here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/176380" target="_blank"&gt;Handling [dash] and [single quote] by search objects&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The version used is 11.20 SR10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will appreciate comments/suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2025 14:48:52 GMT</pubDate>
    <dc:creator>vlad_komarov</dc:creator>
    <dc:date>2025-07-23T14:48:52Z</dc:date>
    <item>
      <title>Handling [dash] and [single quote] by search objects</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921593#M3428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've posted the question on App Development forum, but it looks like a bug to me, so I am re-posting it here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/176380" target="_blank"&gt;Handling [dash] and [single quote] by search objects&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The version used is 11.20 SR10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will appreciate comments/suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2025 14:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921593#M3428</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2025-07-23T14:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Handling [dash] and [single quote] by search objects</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921594#M3429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it's related to &lt;A href="https://community.qlik.com/qlik-blogpost/3459"&gt;Search - But what shall you find?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 08:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921594#M3429</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-08-13T08:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Handling [dash] and [single quote] by search objects</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921595#M3430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vladimir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Marcus is rigth here. You're using the textsearch, which doesn't treat the ASCII-Code in that kind. E.g., if you search for lower characters, you find the upper characters too, but,&amp;nbsp; if you search for '=index(Name,chr(39))' you will get the expected result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sven&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 09:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921595#M3430</guid>
      <dc:creator>s_uhlig</dc:creator>
      <dc:date>2015-08-13T09:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Handling [dash] and [single quote] by search objects</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921596#M3431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this approach (using Index()) works fine, but I have serious doubts that my clients will be happy and willing to learn an ASCII codes table&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;....&lt;/P&gt;&lt;P&gt;Especially because that this issue exists for chr(39) and chr(45) characters only...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will use your suggestion as a workaround, but I hope that the issue will be resolved at some point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921596#M3431</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2015-08-13T15:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Handling [dash] and [single quote] by search objects</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921597#M3432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there are ways to optimize this workaround with some kind of ascii translation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96059_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;And also putting this in a variable-function for an easier usage like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vSearch:&lt;/P&gt;&lt;P&gt;=index($1, chr(ord($2)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/96060_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately seems this not to work for single-quotes but maybe there are further possibilties to get this to run like in this posting: &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2015/06/08/escape-sequences#comment-33547" title="https://community.qlik.com/blogs/qlikviewdesignblog/2015/06/08/escape-sequences#comment-33547"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2015/06/08/escape-sequences#comment-33547&lt;/A&gt; but in a first try it didn't work with a count-expression with a search set analysis but maybe &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt; had further ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 08:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921597#M3432</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-08-14T08:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Handling [dash] and [single quote] by search objects</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921598#M3433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vladimir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will only need the ASCII code in the case of the single-quote.O&lt;SPAN class="hps"&gt;therwise&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;it is sufficient&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to write&lt;/SPAN&gt; "=index(Name,'-')".&lt;/P&gt;&lt;DIV dir="ltr"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;And of course you could fill a bug report and if you do so, please let us know, &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;whether&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;it&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;has been accepted.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Best regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Sven&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 13:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921598#M3433</guid>
      <dc:creator>s_uhlig</dc:creator>
      <dc:date>2015-08-18T13:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Handling [dash] and [single quote] by search objects</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921599#M3434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;It took a while, but I've got a response from Qlik Support:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;____________________________________________________________________&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;According to bug# QLIK-14849 and QLIK- 15675 both describe this behavior is working as design&amp;nbsp; ( not a great design in my opinion), he is what R&amp;amp;D has explain about it:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"When you do global search for E and get a match on a word with É, the search suggestion will change the input line to É. The list of matches may contain words with either E or É.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Just as E and É sorts at the same position in all locales, hyphen and single quote sorts at the same position. Other punctuation sign (e.g. double quote, dot, plus) have higher and different sorting values, and these will not match each other, but hyphen and single quote happens to share search values."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I understand, hyphen and single quotes, are different character and the product should take it as different characters. For that I am going to reach the product manager team to look at this one more time, maybe (no guarantees) that we can make this better or at least documented so for future references and avoid any confusion. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; &lt;SPAN style="font-size: 10pt;"&gt;____________________________________________________________________&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Vladimir&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 20:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Handling-dash-and-single-quote-by-search-objects/m-p/921599#M3434</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2015-11-13T20:48:52Z</dc:date>
    </item>
  </channel>
</rss>

