<?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 Extract Plain Text from HTML in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Extract-Plain-Text-from-HTML/m-p/1670967#M50724</link>
    <description>&lt;P&gt;I pulled data from SharePoint and some of the fields contain HTML tags. I am looking for working example. Specifically, I would like something that doesn't require me know what tags will be used in the the data in advance (dynamic solution).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 15:27:21 GMT</pubDate>
    <dc:creator>wdchristensen</dc:creator>
    <dc:date>2020-01-30T15:27:21Z</dc:date>
    <item>
      <title>Extract Plain Text from HTML</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-Plain-Text-from-HTML/m-p/1670967#M50724</link>
      <description>&lt;P&gt;I pulled data from SharePoint and some of the fields contain HTML tags. I am looking for working example. Specifically, I would like something that doesn't require me know what tags will be used in the the data in advance (dynamic solution).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 15:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-Plain-Text-from-HTML/m-p/1670967#M50724</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2020-01-30T15:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Plain Text from HTML</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-Plain-Text-from-HTML/m-p/1670970#M50725</link>
      <description>&lt;P&gt;//&lt;A href="https://community.powerbi.com/t5/Desktop/Robust-function-to-remove-HTML-tags/td-p/171081" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Robust-function-to-remove-HTML-tags/td-p/171081&lt;/A&gt;&lt;/P&gt;&lt;P&gt;// My data is currently in a resident table called SharePointData_01&lt;BR /&gt;For V_Row = 1 to NoOfRows('SharePointData_01')&lt;BR /&gt;Let V_ID = Peek('ID',vRow-1,'SharePointData_01');&lt;BR /&gt;Let V_PowerBI_To_The_Rescue = Peek('Comments',vRow-1,'SharePointData_01');&lt;/P&gt;&lt;P&gt;do while len(TextBetween(V_PowerBI_To_The_Rescue, '&amp;lt;', '&amp;gt;'))&amp;gt;0&lt;BR /&gt;V_PowerBI_To_The_Rescue=Replace(V_PowerBI_To_The_Rescue, '&amp;lt;' &amp;amp; TextBetween(V_PowerBI_To_The_Rescue, '&amp;lt;', '&amp;gt;') &amp;amp; '&amp;gt;', '');&lt;BR /&gt;loop;&lt;/P&gt;&lt;P&gt;SharePointData_02:&lt;BR /&gt;load&lt;BR /&gt;*,&lt;BR /&gt;'$(V_PowerBI_To_The_Rescue)' as Comment&lt;BR /&gt;Resident SharePointData_01&lt;BR /&gt;Where ID=$(V_Row);&lt;/P&gt;&lt;P&gt;next V_Row;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 15:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-Plain-Text-from-HTML/m-p/1670970#M50725</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2020-01-30T15:37:13Z</dc:date>
    </item>
  </channel>
</rss>

