<?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: Controlling style elements of part of a cell's value in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-style-elements-of-part-of-a-cell-s-value/m-p/515964#M22034</link>
    <description>&lt;P&gt;Use odsescapahcar, and embed style elements in your data as:&lt;/P&gt;
&lt;PRE&gt;data want;
  a="^s={color=red}34 (^s={color=blue}64)";
run;
ods escapechar="^";
proc report...;
&lt;/PRE&gt;
&lt;P&gt;You can set any attributes inline then - search keyword is inline formatting.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Nov 2018 12:40:50 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-11-26T12:40:50Z</dc:date>
    <item>
      <title>Controlling style elements of part of a cell's value</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-style-elements-of-part-of-a-cell-s-value/m-p/515962#M22033</link>
      <description>&lt;P&gt;I have an HTML report with a column reporting data as XX (XXX) in a single cell, where XX represents one subset of my raw data set and (XXX) represents another subset. I am outputting this way to conserve space since it is a fairly large report. If possible I'd like XX to be one font color and (XXX) to be another to distinguish the two values a little better. Is it possible to do this via a compute/call define statement? I couldn't find anything in the documentation and my hunch says no, in which case I will separate the values into their own columns and control the font color that way.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 12:33:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-style-elements-of-part-of-a-cell-s-value/m-p/515962#M22033</guid>
      <dc:creator>lbarwick</dc:creator>
      <dc:date>2018-11-26T12:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling style elements of part of a cell's value</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-style-elements-of-part-of-a-cell-s-value/m-p/515964#M22034</link>
      <description>&lt;P&gt;Use odsescapahcar, and embed style elements in your data as:&lt;/P&gt;
&lt;PRE&gt;data want;
  a="^s={color=red}34 (^s={color=blue}64)";
run;
ods escapechar="^";
proc report...;
&lt;/PRE&gt;
&lt;P&gt;You can set any attributes inline then - search keyword is inline formatting.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 12:40:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-style-elements-of-part-of-a-cell-s-value/m-p/515964#M22034</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-11-26T12:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling style elements of part of a cell's value</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-style-elements-of-part-of-a-cell-s-value/m-p/515999#M22035</link>
      <description>&lt;P&gt;Ah, didn't consider inline formatting. Worked perfectly, thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 14:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-style-elements-of-part-of-a-cell-s-value/m-p/515999#M22035</guid>
      <dc:creator>lbarwick</dc:creator>
      <dc:date>2018-11-26T14:47:36Z</dc:date>
    </item>
  </channel>
</rss>

