<?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 between alphanumeric values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Search-between-alphanumeric-values/m-p/105523#M758189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try it with a string-operator like precedes or follows like in this screenshot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213124_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Another way could be to apply your search on an additionally field which is linked to your origin field but cleaned from the alphanumeric chars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also possible will be to use a dual-field for it, maybe with something like this (if there are multiple non-numerical chars possible it needs a bit more complex logic to ensure that each string-representation has also a unique numeric value but the general approach should work):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(SKU, rangesum(keepchar(SKU, '0123456789'), ord(purgechar(SKU, '0123456789')) / 1000))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2018 11:10:21 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-09-10T11:10:21Z</dc:date>
    <item>
      <title>Search between alphanumeric values</title>
      <link>https://community.qlik.com/t5/QlikView/Search-between-alphanumeric-values/m-p/105522#M758187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have a problem in searching data between two values&amp;nbsp; from two different input searchboxes (vCodArtMin and vCodArtMax).&lt;/P&gt;&lt;P&gt;The action associated with the button is the following one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt;=$(=vCodArtMin)&amp;lt;=$(=vCodArtMax)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the input values are numerics it works perfectly, but if one of them is alphanumeric it doesn't work anymore, because the search returns only numeric values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact is that the SKU of our products is alphanumeric so, for example, if we want to search values between the sku 918300 and 918426, we expect to have&lt;/P&gt;&lt;P&gt;918300&lt;/P&gt;&lt;P&gt;918300A&lt;/P&gt;&lt;P&gt;918300B&lt;/P&gt;&lt;P&gt;918301&lt;/P&gt;&lt;P&gt;918301A&lt;/P&gt;&lt;P&gt;918301B&lt;/P&gt;&lt;P&gt;918301C&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on... but the result is not what we expected because it returns only the numeric values.&lt;/P&gt;&lt;P&gt;There's a way to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-between-alphanumeric-values/m-p/105522#M758187</guid>
      <dc:creator>edp_happycasast</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search between alphanumeric values</title>
      <link>https://community.qlik.com/t5/QlikView/Search-between-alphanumeric-values/m-p/105523#M758189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try it with a string-operator like precedes or follows like in this screenshot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213124_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Another way could be to apply your search on an additionally field which is linked to your origin field but cleaned from the alphanumeric chars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also possible will be to use a dual-field for it, maybe with something like this (if there are multiple non-numerical chars possible it needs a bit more complex logic to ensure that each string-representation has also a unique numeric value but the general approach should work):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(SKU, rangesum(keepchar(SKU, '0123456789'), ord(purgechar(SKU, '0123456789')) / 1000))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 11:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-between-alphanumeric-values/m-p/105523#M758189</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-10T11:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Search between alphanumeric values</title>
      <link>https://community.qlik.com/t5/QlikView/Search-between-alphanumeric-values/m-p/105524#M758191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;Thank you very much Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 13:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-between-alphanumeric-values/m-p/105524#M758191</guid>
      <dc:creator>edp_happycasast</dc:creator>
      <dc:date>2018-09-10T13:15:38Z</dc:date>
    </item>
  </channel>
</rss>

