<?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: Regarding ODS tagsets in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Regarding-ODS-tagsets/m-p/317738#M17493</link>
    <description>&lt;P&gt;How are you applying the format?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A tagattr format should work, assuming there's an Excel format that allows for the format you want.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2016 23:31:42 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-12-08T23:31:42Z</dc:date>
    <item>
      <title>Regarding ODS tagsets</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Regarding-ODS-tagsets/m-p/317736#M17492</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993300"&gt;Dollar value original&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;$24,995,882.24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$3,795,926.11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$2,960,272.50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$2,340,307.13&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993300"&gt;Dollar value in 000 format&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;$24,995&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$3,795&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$2,960&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$2,340&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I create the report using ods tagsets.excelxp&amp;nbsp; and proc report&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Is it possible to show in 000 format but when I click on the cell i can see the full value ? &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Currently the report produces the value in 000 format but as in excel I wanto print it in 000 format but when the user clicks on cell he needs to be able to view the full decimal value&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 23:17:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Regarding-ODS-tagsets/m-p/317736#M17492</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2016-12-08T23:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ODS tagsets</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Regarding-ODS-tagsets/m-p/317738#M17493</link>
      <description>&lt;P&gt;How are you applying the format?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A tagattr format should work, assuming there's an Excel format that allows for the format you want.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 23:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Regarding-ODS-tagsets/m-p/317738#M17493</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-08T23:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ODS tagsets</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Regarding-ODS-tagsets/m-p/317940#M17494</link>
      <description>&lt;P&gt;I am applying the format using Tagattr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc format library=delfmt.Delq;&lt;BR /&gt;picture dollrfmt&lt;BR /&gt;low - &amp;lt; 0 = '0000,009)' (mult=.001 prefix='($')&lt;BR /&gt;0 = '-'&lt;BR /&gt;0 &amp;lt; - high = '000,009' (mult=.001 prefix='$');&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;define Dolrs / order order=data " $ Dollars * (000)" &amp;nbsp;format=dollrfmt. style={tagattr='format:$###,###'};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what I am trying to achieve progrmatically is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;$ Dollars&lt;BR /&gt;&amp;nbsp;(000)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$24,995&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$3,795&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$2,960&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$2,340&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i click on the above display it should display the below value in cell&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;24995.88224&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 17:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Regarding-ODS-tagsets/m-p/317940#M17494</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2016-12-09T17:12:47Z</dc:date>
    </item>
  </channel>
</rss>

