<?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>Question Re: Crystal HTML Text Interpretation in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaa-p/7997790#M2855643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i solve the issue by writting a lot of replace functions. for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;replace(table.fieldname,'&amp;lt;span style="font-weight bold"&amp;gt;',"&amp;lt;b&amp;gt;")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2011 14:16:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-24T14:16:36Z</dc:date>
    <item>
      <title>Crystal HTML Text Interpretation</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaq-p/7997785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this information saved in my SQL database field varchar(max):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;span style="text-decoration: underline"&amp;gt;This should be underline&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
&amp;lt;span style="font-weight: bold"&amp;gt;This should be bold&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
&amp;lt;span style="font-style: italic"&amp;gt;This should be Italics&amp;lt;/span&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I add the field to Crystal and set the Text Interpretation to HTML. Crystal is ignoring the HTML Tags. The report is printing like this:&lt;/P&gt;&lt;P&gt;This should be underlineThis should be boldThis should be Italics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its ignoring underline, bold, italic and &amp;lt;br&amp;gt; tag. I know crystal is limited to HTML tag interpration but I thought these tags are between the guidelines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 19:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaq-p/7997785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-23T19:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal HTML Text Interpretation</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaa-p/7997786#M2855639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Crystal Report 2011&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 19:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaa-p/7997786#M2855639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-23T19:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal HTML Text Interpretation</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaa-p/7997787#M2855640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right-click your field and go to Format Field.  In the Paragraph tab, set the Text Interpretation to HTML Text.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should do it for you.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck, &lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 21:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaa-p/7997787#M2855640</guid>
      <dc:creator>former_member292966</dc:creator>
      <dc:date>2011-06-23T21:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal HTML Text Interpretation</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaa-p/7997788#M2855641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;Thanks for the help but I did that already and notice crystal isn't reading it properly. If I replace &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;span style="font-weight bold"&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; to &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;b&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; then that works. My thought process is that crystal can read &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;span style="font-weight: bold"&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 11:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaa-p/7997788#M2855641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-24T11:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal HTML Text Interpretation</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaa-p/7997789#M2855642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it can't do style.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is from the help file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The supported HTML tags are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;html &lt;/P&gt;&lt;P&gt;body &lt;/P&gt;&lt;P&gt;div (causes a paragraph break) &lt;/P&gt;&lt;P&gt;tr (causes only a paragraph break; does not preserve column structure of a table) &lt;/P&gt;&lt;P&gt;span &lt;/P&gt;&lt;P&gt;font &lt;/P&gt;&lt;P&gt;p (causes a paragraph break) &lt;/P&gt;&lt;P&gt;br (causes a paragraph break) &lt;/P&gt;&lt;P&gt;h1 (causes a paragraph break, makes the font bold &amp;amp; twice default size) &lt;/P&gt;&lt;P&gt;h2 (causes a paragraph break, makes the font bold &amp;amp; 1.5 times default size) &lt;/P&gt;&lt;P&gt;h3 (causes a paragraph break, makes the font bold &amp;amp; 9/8 default size) &lt;/P&gt;&lt;P&gt;h4 (causes a paragraph break, makes the font bold) &lt;/P&gt;&lt;P&gt;h5 (causes a paragraph break, makes the font bold &amp;amp; 5/6 default size) &lt;/P&gt;&lt;P&gt;h6 (causes a paragraph break, makes the font bold &amp;amp; 5/8 default size) &lt;/P&gt;&lt;P&gt;center &lt;/P&gt;&lt;P&gt;big (increases font size by 2 points) &lt;/P&gt;&lt;P&gt;small (decreases font size by 2 points if it's 8 points or larger) &lt;/P&gt;&lt;P&gt;b &lt;/P&gt;&lt;P&gt;i &lt;/P&gt;&lt;P&gt;s &lt;/P&gt;&lt;P&gt;strike &lt;/P&gt;&lt;P&gt;u &lt;/P&gt;&lt;P&gt;The supported attributes are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;align &lt;/P&gt;&lt;P&gt;face &lt;/P&gt;&lt;P&gt;size &lt;/P&gt;&lt;P&gt;color &lt;/P&gt;&lt;P&gt;style &lt;/P&gt;&lt;P&gt;font-family &lt;/P&gt;&lt;P&gt;font-size &lt;/P&gt;&lt;P&gt;font-style &lt;/P&gt;&lt;P&gt;font-weight&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 12:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaa-p/7997789#M2855642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-24T12:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal HTML Text Interpretation</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaa-p/7997790#M2855643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i solve the issue by writting a lot of replace functions. for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;replace(table.fieldname,'&amp;lt;span style="font-weight bold"&amp;gt;',"&amp;lt;b&amp;gt;")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 14:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-html-text-interpretation/qaa-p/7997790#M2855643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-24T14:16:36Z</dc:date>
    </item>
  </channel>
</rss>

