<?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 Qlik SaaS - Search in the field without * in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-SaaS-Search-in-the-field-without/m-p/2526534#M107237</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I have Dimension where I have number like 123_471235 like this.&lt;/P&gt;&lt;P&gt;Now, I would like to search text like&amp;nbsp;471235 instead of *471235*.&lt;/P&gt;&lt;P&gt;Other example: Abc_343_xz - I would like to search such as 343 instead of *343*&lt;/P&gt;&lt;P&gt;Is it possible to provide that functionality or to do it ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 07 Aug 2025 09:08:17 GMT</pubDate>
    <dc:creator>profilejamesbond</dc:creator>
    <dc:date>2025-08-07T09:08:17Z</dc:date>
    <item>
      <title>Qlik SaaS - Search in the field without *</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-SaaS-Search-in-the-field-without/m-p/2526534#M107237</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have Dimension where I have number like 123_471235 like this.&lt;/P&gt;&lt;P&gt;Now, I would like to search text like&amp;nbsp;471235 instead of *471235*.&lt;/P&gt;&lt;P&gt;Other example: Abc_343_xz - I would like to search such as 343 instead of *343*&lt;/P&gt;&lt;P&gt;Is it possible to provide that functionality or to do it ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 09:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-SaaS-Search-in-the-field-without/m-p/2526534#M107237</guid>
      <dc:creator>profilejamesbond</dc:creator>
      <dc:date>2025-08-07T09:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SaaS - Search in the field without *</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-SaaS-Search-in-the-field-without/m-p/2526596#M107253</link>
      <description>&lt;P&gt;In QlikView were options (globally as well as per list-box) how a search should be performed - with or without wildcards as default one. Maybe in Sense are similar options also available.&lt;/P&gt;&lt;P&gt;Another approach might be to adjust the field with something like:&lt;/P&gt;&lt;P&gt;dual(Field, keepchar(Field, '0123456789')) as Field&lt;/P&gt;&lt;P&gt;whereby it could have risks in overlapping numerical values by removing delimiters and other string-parts.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 15:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-SaaS-Search-in-the-field-without/m-p/2526596#M107253</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-08-07T15:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SaaS - Search in the field without *</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-SaaS-Search-in-the-field-without/m-p/2526618#M107259</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/204175"&gt;@profilejamesbond&lt;/a&gt;&amp;nbsp;, you can check if works for you switching options in search mode inside field properties from a filter pane :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QFabian_0-1754584842658.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182624i973D1979F4084FBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="QFabian_0-1754584842658.png" alt="QFabian_0-1754584842658.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in normal mode :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QFabian_1-1754584956532.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182625i73E8A6C14D6BB981/image-size/medium?v=v2&amp;amp;px=400" role="button" title="QFabian_1-1754584956532.png" alt="QFabian_1-1754584956532.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and in wildcard mode, it automatically adds the asteriks when you click on the search button, so you just can search your text&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QFabian_2-1754585024278.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182626iA6EB22E05BF7A925/image-size/medium?v=v2&amp;amp;px=400" role="button" title="QFabian_2-1754585024278.png" alt="QFabian_2-1754585024278.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 16:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-SaaS-Search-in-the-field-without/m-p/2526618#M107259</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2025-08-07T16:47:37Z</dc:date>
    </item>
  </channel>
</rss>

