<?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: is there a function that can act like &amp;quot;find&amp;quot; in excel that i can substitute into qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/is-there-a-function-that-can-act-like-quot-find-quot-in-excel/m-p/83532#M784175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the INDEX() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2018 22:20:59 GMT</pubDate>
    <dc:creator>fosuzuki</dc:creator>
    <dc:date>2018-03-09T22:20:59Z</dc:date>
    <item>
      <title>is there a function that can act like "find" in excel that i can substitute into qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/is-there-a-function-that-can-act-like-quot-find-quot-in-excel/m-p/83531#M784174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to format a field of names from LAST, FIRST MIDDLE to just FIRST LAST. in Excel I have this formula written out and am trying to mimic it, if possible (or find an alternative solution) for qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;formula 1: =IF(E2="","",RIGHT(E2,LEN(E2)-FIND(",",E2)))&amp;amp;" "&amp;amp;IF(E2="","",LEFT(E2,FIND(",",E2)-1)) &amp;lt;-- this turns LAST, FIRST MIDDLE into FIRST MIDDLE LAST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;formula 2: =LEFT(F2,FIND(" ",F2))&amp;amp;TRIM(RIGHT(SUBSTITUTE(F2," ",REPT(" ",99)),99))&amp;nbsp; &amp;lt;-- this turns FIRST MIDDLE LAST into FIRST LAST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help!&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/is-there-a-function-that-can-act-like-quot-find-quot-in-excel/m-p/83531#M784174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: is there a function that can act like "find" in excel that i can substitute into qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/is-there-a-function-that-can-act-like-quot-find-quot-in-excel/m-p/83532#M784175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the INDEX() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 22:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/is-there-a-function-that-can-act-like-quot-find-quot-in-excel/m-p/83532#M784175</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2018-03-09T22:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: is there a function that can act like "find" in excel that i can substitute into qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/is-there-a-function-that-can-act-like-quot-find-quot-in-excel/m-p/83533#M784176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=subfield(Fieldname,',',2) &amp;amp;' '&amp;amp;subfield(Fieldname,',',1) ---convert Last, First Middle into First middle last&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=subfield(trim(subfield(Fieldname,',',2)),' ',1)&amp;amp;' '&amp;amp;subfield(&lt;SPAN style="font-size: 13.3333px;"&gt;Fieldname&lt;/SPAN&gt;,',',1)-- &lt;SPAN style="font-size: 13.3333px;"&gt;convert Last, First Middle into&lt;/SPAN&gt; first last&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2018 08:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/is-there-a-function-that-can-act-like-quot-find-quot-in-excel/m-p/83533#M784176</guid>
      <dc:creator>PunamWagh</dc:creator>
      <dc:date>2018-03-10T08:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: is there a function that can act like "find" in excel that i can substitute into qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/is-there-a-function-that-can-act-like-quot-find-quot-in-excel/m-p/83534#M784177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the second formula worked perfectly! thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/is-there-a-function-that-can-act-like-quot-find-quot-in-excel/m-p/83534#M784177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-12T13:22:47Z</dc:date>
    </item>
  </channel>
</rss>

