<?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 Index Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Index-Function/m-p/1613029#M596812</link>
    <description>&lt;P&gt;JSON value has several parts that I need to grab just one, AnswerText (AT).&lt;/P&gt;&lt;P&gt;AnswerPart:,AnswerColumn:,AnswerText:,AnswerExportValue:,AnswerComment:,AnswerOther&lt;/P&gt;&lt;P&gt;AT contains a value that I have grabbed easily for another function, but for this in particular, I have done a subfield, replace, mid, and index but am not finding the right part I need.&amp;nbsp;&lt;/P&gt;&lt;P&gt;replace(mid(AT,index(AT,':',3)+1,index(AT,',',3)-index(AT,':',3)-1),'"','')&lt;/P&gt;&lt;P&gt;AT can have three values: "Online", "In Person", and "Friend, Family, someone else"&lt;/P&gt;&lt;P&gt;With the above function, I am only grabbing the first value before the comma which removes the ", Family, someone else" of that AT value.&lt;/P&gt;&lt;P&gt;Can anyone help with being able to grab that whole part: "Friend, Family, someone else"?&lt;/P&gt;&lt;P&gt;Help me Obi-Wan Kenobi, you're my only hope&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:15:28 GMT</pubDate>
    <dc:creator>SonOfJeffGoldblum</dc:creator>
    <dc:date>2024-11-16T20:15:28Z</dc:date>
    <item>
      <title>Index Function</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Function/m-p/1613029#M596812</link>
      <description>&lt;P&gt;JSON value has several parts that I need to grab just one, AnswerText (AT).&lt;/P&gt;&lt;P&gt;AnswerPart:,AnswerColumn:,AnswerText:,AnswerExportValue:,AnswerComment:,AnswerOther&lt;/P&gt;&lt;P&gt;AT contains a value that I have grabbed easily for another function, but for this in particular, I have done a subfield, replace, mid, and index but am not finding the right part I need.&amp;nbsp;&lt;/P&gt;&lt;P&gt;replace(mid(AT,index(AT,':',3)+1,index(AT,',',3)-index(AT,':',3)-1),'"','')&lt;/P&gt;&lt;P&gt;AT can have three values: "Online", "In Person", and "Friend, Family, someone else"&lt;/P&gt;&lt;P&gt;With the above function, I am only grabbing the first value before the comma which removes the ", Family, someone else" of that AT value.&lt;/P&gt;&lt;P&gt;Can anyone help with being able to grab that whole part: "Friend, Family, someone else"?&lt;/P&gt;&lt;P&gt;Help me Obi-Wan Kenobi, you're my only hope&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Function/m-p/1613029#M596812</guid>
      <dc:creator>SonOfJeffGoldblum</dc:creator>
      <dc:date>2024-11-16T20:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Index Function</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Function/m-p/1613500#M596813</link>
      <description>&lt;P&gt;How about&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Index(AT, 'AnswerText (AT)'), AT) as&amp;nbsp;AT&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 14:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Function/m-p/1613500#M596813</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-17T14:09:11Z</dc:date>
    </item>
  </channel>
</rss>

