<?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: Index function search multiple characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555823#M440727</link>
    <description>&lt;P&gt;Where are you trying that? I have given to use in Script.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 09:16:42 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2019-03-13T09:16:42Z</dc:date>
    <item>
      <title>Index function search multiple characters</title>
      <link>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555810#M440723</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a field delimited by either '.', '_' or '-'&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible to use index function to return index&amp;nbsp; to one of these? index(field, ',/-/_')&lt;/P&gt;&lt;P&gt;or which function I should use?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555810#M440723</guid>
      <dc:creator>vesiletaskiran</dc:creator>
      <dc:date>2019-03-13T09:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Index function search multiple characters</title>
      <link>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555816#M440724</link>
      <description>&lt;P&gt;What about&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Index(field, '.') or&amp;nbsp;Index(field, '_') or&amp;nbsp;Index(field, '-'), field)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555816#M440724</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-03-13T09:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Index function search multiple characters</title>
      <link>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555821#M440726</link>
      <description>&lt;P&gt;Tried but it returns -1&lt;/P&gt;&lt;P&gt;(Index(field, '.') or Index(field, '_') or Index(field, '–') or Index(field, '-'))&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555821#M440726</guid>
      <dc:creator>vesiletaskiran</dc:creator>
      <dc:date>2019-03-13T09:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Index function search multiple characters</title>
      <link>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555823#M440727</link>
      <description>&lt;P&gt;Where are you trying that? I have given to use in Script.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555823#M440727</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-03-13T09:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Index function search multiple characters</title>
      <link>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555825#M440728</link>
      <description>&lt;P&gt;Testing it on straight table first then will implement to script. It looks like below.&lt;/P&gt;&lt;P&gt;=Mid(WO_SLA_TYPE,(Index(WO_SLA_TYPE, '.') or Index(WO_SLA_TYPE, '_') or Index(WO_SLA_TYPE, '–') or Index(WO_SLA_TYPE, '-'))+2)&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555825#M440728</guid>
      <dc:creator>vesiletaskiran</dc:creator>
      <dc:date>2019-03-13T09:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Index function search multiple characters</title>
      <link>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555832#M440730</link>
      <description>&lt;P&gt;Giving expected output as below + instead of or, at the end only one of them is true.&lt;/P&gt;&lt;P&gt;=Mid(WO_SLA_TYPE,(Index(WO_SLA_TYPE, '.') + Index(WO_SLA_TYPE, '_') + Index(WO_SLA_TYPE, '–') + Index(WO_SLA_TYPE, '-')))&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-function-search-multiple-characters/m-p/1555832#M440730</guid>
      <dc:creator>vesiletaskiran</dc:creator>
      <dc:date>2019-03-13T09:28:03Z</dc:date>
    </item>
  </channel>
</rss>

