<?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: Subfield Query in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Subfield-Query/m-p/1852958#M70435</link>
    <description>&lt;P&gt;Thank you so much Lisa, this has been doing my head in for days.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Oct 2021 09:20:51 GMT</pubDate>
    <dc:creator>Zara</dc:creator>
    <dc:date>2021-10-28T09:20:51Z</dc:date>
    <item>
      <title>Subfield Query</title>
      <link>https://community.qlik.com/t5/App-Development/Subfield-Query/m-p/1852690#M70411</link>
      <description>&lt;P&gt;I have a dimension called Text and I want to pull out specific words, example of the output of the field below –&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Vendor Changed from 'Customer 1' to 'Customer 2'&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I want to isolate everything between the ‘'' i.e. customer 1 and customer 2.&lt;/P&gt;
&lt;P&gt;I’ve used text between, right, len, index etc before but I always put the delimiter in single quote marks. How do you add the delimiter into a formula when the delimiter is a ' -&amp;nbsp; as ''' isn’t working.&lt;/P&gt;
&lt;P&gt;=TextBetween([Text],',',1)&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subfield-Query/m-p/1852690#M70411</guid>
      <dc:creator>Zara</dc:creator>
      <dc:date>2021-10-27T17:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield Query</title>
      <link>https://community.qlik.com/t5/App-Development/Subfield-Query/m-p/1852804#M70421</link>
      <description>&lt;P&gt;Replace the ' in the expression to the Unicode representation chr(39)= apostrophe&lt;/P&gt;&lt;P&gt;=TextBetween(Text, chr(39) ,chr(39), 1 )&lt;/P&gt;&lt;P&gt;if you go for 2 it will pull out the to, so to get the Customer 2 you need to ask for 3&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 03:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subfield-Query/m-p/1852804#M70421</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2021-10-28T03:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield Query</title>
      <link>https://community.qlik.com/t5/App-Development/Subfield-Query/m-p/1852958#M70435</link>
      <description>&lt;P&gt;Thank you so much Lisa, this has been doing my head in for days.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 09:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subfield-Query/m-p/1852958#M70435</guid>
      <dc:creator>Zara</dc:creator>
      <dc:date>2021-10-28T09:20:51Z</dc:date>
    </item>
  </channel>
</rss>

