<?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: Get the indexOf a char in a string in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308896#M843957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to do this on the front end or the backend? I would think that doing this in the backend would make sense or I am not sure I understand what you are looking to do... can you provide more details&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Apr 2017 15:48:35 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-04-12T15:48:35Z</dc:date>
    <item>
      <title>Get the indexOf a char in a string in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308894#M843955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey I am looking to separate out a string like this: &lt;/P&gt;&lt;P&gt;'3/16/2017,3/17/2017'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that i can grab the beginning date : 3/16/2017&lt;/P&gt;&lt;P&gt;and the ending date: 3/17/2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this in qliksense Set analysis formula?&lt;/P&gt;&lt;P&gt;I normally have used an indexof to get the comma location and then locate the substring before it to get the startdate, but I am not finding an equivalent in qliksense? &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/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308894#M843955</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get the indexOf a char in a string in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308895#M843956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;$(=index('3/16/2017,3/17/2017',','))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what do you want to achieve with that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 15:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308895#M843956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-12T15:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get the indexOf a char in a string in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308896#M843957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to do this on the front end or the backend? I would think that doing this in the backend would make sense or I am not sure I understand what you are looking to do... can you provide more details&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 15:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308896#M843957</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-12T15:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get the indexOf a char in a string in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308897#M843958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebekah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd suggest doing this in your data model rather than in the front end. This will result in a more flexible solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax would be&lt;/P&gt;&lt;P&gt;Subfield([FieldName], ', ', 1) for the first part&lt;/P&gt;&lt;P&gt;or Subfield([FieldName], ', ', 2) for the second&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 15:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308897#M843958</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2017-04-12T15:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get the indexOf a char in a string in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308898#M843959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... but I would recommend doing this at script level... I never used it in the frontend like that...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 15:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308898#M843959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-12T15:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get the indexOf a char in a string in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308899#M843960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I normally have done something like substring('string1,string2', 0, indexOf(',')) to get the string1, but i think qliksense's subfield() will do the same thing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 15:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308899#M843960</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2017-04-12T15:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get the indexOf a char in a string in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308900#M843961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the range is set on the front end so i have to work with the range on the front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 15:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308900#M843961</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2017-04-12T15:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get the indexOf a char in a string in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308901#M843962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is perfect and the actual end goal I am trying to acheive! Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 15:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-indexOf-a-char-in-a-string-in-Set-Analysis/m-p/1308901#M843962</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2017-04-12T15:55:35Z</dc:date>
    </item>
  </channel>
</rss>

