<?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 Formating data in HTML in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Formating-data-in-HTML/m-p/2505636#M21816</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm extractgin an HTML text field from a database. Is there a function or API that would allow me to retrieve only the text without the tags and their contents ?&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Léa&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 16:59:10 GMT</pubDate>
    <dc:creator>lea_ternat</dc:creator>
    <dc:date>2025-02-12T16:59:10Z</dc:date>
    <item>
      <title>Formating data in HTML</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Formating-data-in-HTML/m-p/2505636#M21816</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm extractgin an HTML text field from a database. Is there a function or API that would allow me to retrieve only the text without the tags and their contents ?&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Léa&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 16:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Formating-data-in-HTML/m-p/2505636#M21816</guid>
      <dc:creator>lea_ternat</dc:creator>
      <dc:date>2025-02-12T16:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Formating data in HTML</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Formating-data-in-HTML/m-p/2505682#M21817</link>
      <description>&lt;P&gt;If you are using Qlik SaaS, you can use one of the new Regex script functions like this:&lt;/P&gt;
&lt;PRE&gt;HtmlClean:&lt;BR /&gt;LOAD &lt;BR /&gt;  Html,&lt;BR /&gt;  ReplaceRegEx(Html, '&amp;lt;\/?[a-z][a-z0-9]*[^&amp;lt;&amp;gt;]*&amp;gt;|&amp;lt;!--.*?--&amp;gt;', '') as HtmlText&lt;BR /&gt;Inline [&lt;BR /&gt;Html&lt;BR /&gt;&amp;lt;span&amp;gt;&amp;lt;strong&amp;gt;Hello World&amp;lt;/strong&amp;gt; Again&amp;lt;/span&amp;gt;&lt;BR /&gt;&amp;lt;div class="col-3"&amp;gt;&amp;lt;div class="kpi-card" onclick='showMetricChart(this.innerHTML, "metric-chart1")'&amp;gt;Monthly Churn&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;h4 style="display: inline-block"&amp;gt;&amp;lt;span id="filteredCountLabel"&amp;gt;&amp;lt;/span&amp;gt; of &amp;lt;span id="totalCountLabel"&amp;gt;&amp;lt;/span&amp;gt; counties&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/h4&amp;gt;&lt;BR /&gt;] (delimiter is '|')&lt;BR /&gt;;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also likely use &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/ExtractRegEx.htm" target="_blank" rel="noopener"&gt;ExtractRegEx&lt;/A&gt;. I just happened to have the Replace example around.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 22:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Formating-data-in-HTML/m-p/2505682#M21817</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-02-12T22:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Formating data in HTML</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Formating-data-in-HTML/m-p/2505713#M21819</link>
      <description>&lt;P&gt;Hello &lt;BR /&gt;Thank you for your feedback. &lt;BR /&gt;I use Qlik Sense enterprise on windows &lt;BR /&gt;I used the Replace function which works &lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 09:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Formating-data-in-HTML/m-p/2505713#M21819</guid>
      <dc:creator>lea_ternat</dc:creator>
      <dc:date>2025-02-13T09:09:00Z</dc:date>
    </item>
  </channel>
</rss>

