<?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: Print template - How to print HTML tags as HTML in Fraud, AML and Security Intelligence</title>
    <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674075#M649</link>
    <description>&lt;P&gt;I don't believe it's possible to have those tags in the name function as html in the print template, but could you use a workaround like this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{{(values.Name).replace("&amp;lt;strong&amp;gt;", "").replace("&amp;lt;/strong&amp;gt;","")}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That should strip out the &amp;lt;strong&amp;gt;&amp;lt;/strong&amp;gt; tags so only the name is shown on the print template, and then you can make it show as bold using the print template functionality.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Aug 2020 10:05:10 GMT</pubDate>
    <dc:creator>Rachel_</dc:creator>
    <dc:date>2020-08-03T10:05:10Z</dc:date>
    <item>
      <title>Print template - How to print HTML tags as HTML</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674030#M648</link>
      <description>&lt;P&gt;I am using Visual Investigator 10.6 and I need to print a field that contains HTML tags as Output. Not as text. For example: I insert field value in Print Template as {{values.Name}} and Name value is "&lt;SPAN&gt;&amp;lt;strong&amp;gt;Pablo&amp;lt;/strong&amp;gt;&lt;/SPAN&gt;" (loaded in Entity by using Rich Text Input control). Is it possible to render this value as HTML in print template? I mean to see it actually in bold? I tried many ways but always get the same result. It is printed literally as:&amp;nbsp;&lt;SPAN&gt;&amp;lt;strong&amp;gt;Resultado 1&amp;lt;/strong&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 00:20:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674030#M648</guid>
      <dc:creator>Gabriel_Lores</dc:creator>
      <dc:date>2020-08-03T00:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Print template - How to print HTML tags as HTML</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674075#M649</link>
      <description>&lt;P&gt;I don't believe it's possible to have those tags in the name function as html in the print template, but could you use a workaround like this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{{(values.Name).replace("&amp;lt;strong&amp;gt;", "").replace("&amp;lt;/strong&amp;gt;","")}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That should strip out the &amp;lt;strong&amp;gt;&amp;lt;/strong&amp;gt; tags so only the name is shown on the print template, and then you can make it show as bold using the print template functionality.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 10:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674075#M649</guid>
      <dc:creator>Rachel_</dc:creator>
      <dc:date>2020-08-03T10:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Print template - How to print HTML tags as HTML</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674144#M651</link>
      <description>&lt;P&gt;Thank you Rachel. My problem is that my real need is more complex than the example I used. Users want to have a text field where to write their conclusions on a Case they are investigating. So, they want to use a Rich Text Input control in the Case web page, in order to edit a large amount of text as they want. Finally they want the Case Print Template to show exactly the text as they edited. But Print Template shows the html tags as plain text. I need Print Template to render html tags as output.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 14:31:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674144#M651</guid>
      <dc:creator>Gabriel_Lores</dc:creator>
      <dc:date>2020-08-03T14:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Print template - How to print HTML tags as HTML</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674160#M652</link>
      <description>&lt;P&gt;I've just looked into this more and I think I was able to do what you're asking for. Are the fields that use the Rich Text Input control in your Case entity marked as "Contains HTML"? If not, try selecting that option for those fields. You might then need to remove and then re-add those fields to your print template for the code to update.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 15:09:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674160#M652</guid>
      <dc:creator>Rachel_</dc:creator>
      <dc:date>2020-08-03T15:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Print template - How to print HTML tags as HTML</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674225#M653</link>
      <description>&lt;P&gt;Yes, my field is&amp;nbsp;&lt;SPAN&gt;marked as "Contains HTML". I also removed and re-added the field in Print Template. But I still see it as plain text. Like this:&amp;nbsp;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Resultado 1&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Resultado 2&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Este resultado indica lo siguiente.&amp;lt;/p&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 23:23:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674225#M653</guid>
      <dc:creator>Gabriel_Lores</dc:creator>
      <dc:date>2020-08-03T23:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Print template - How to print HTML tags as HTML</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674742#M656</link>
      <description>&lt;P&gt;Hi, at this point I'd probably recommend opening a technical support track for this issue, here's the link to open one:&amp;nbsp;&lt;A href="https://support.sas.com/en/technical-support/contact-sas.html" target="_blank"&gt;https://support.sas.com/en/technical-support/contact-sas.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 14:52:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Print-template-How-to-print-HTML-tags-as-HTML/m-p/674742#M656</guid>
      <dc:creator>Rachel_</dc:creator>
      <dc:date>2020-08-05T14:52:59Z</dc:date>
    </item>
  </channel>
</rss>

