<?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: tagset.excelxp:  Leading Zero with an URL in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagset-excelxp-Leading-Zero-with-an-URL/m-p/51101#M6502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Cynthia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prior to sending the note, I had tried the url after the tagattr.&amp;nbsp; It didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2011 20:53:42 GMT</pubDate>
    <dc:creator>KimLeBouton</dc:creator>
    <dc:date>2011-08-19T20:53:42Z</dc:date>
    <item>
      <title>tagset.excelxp:  Leading Zero with an URL</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagset-excelxp-Leading-Zero-with-an-URL/m-p/51099#M6500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial black,avant garde; color: #333333; font-size: 10pt;"&gt;I'm so close.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial black,avant garde; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="font-family: arial black,avant garde;"&gt;With tagset.excelxp, I have a multisheet workbook with a summary worksheet that links to other worksheets, via&lt;/SPAN&gt; &lt;SPAN style="font-family: arial black,avant garde; font-size: 10pt;"&gt;style(data)={url=$linkcreated earlier} on a var statement with PROC PRINT.&amp;nbsp; The problem is that this variable is a character with a leading zero.&amp;nbsp; It's almost like I need to be able to use &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: arial black,avant garde;"&gt;style(data)={tagattr="format:@"} along with the other style statement.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: arial black,avant garde;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: arial black,avant garde;"&gt;My mocked up code is attached.&amp;nbsp; I tweaked the class data set to mimic my current situation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: arial black,avant garde;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: arial black,avant garde;"&gt;Thanks so much for any hints,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: arial black,avant garde;"&gt;Kim LeBouton&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 00:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagset-excelxp-Leading-Zero-with-an-URL/m-p/51099#M6500</guid>
      <dc:creator>KimLeBouton</dc:creator>
      <dc:date>2011-08-19T00:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: tagset.excelxp:  Leading Zero with an URL</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagset-excelxp-Leading-Zero-with-an-URL/m-p/51100#M6501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think you're right...in the statement where you use the format for URL, I think you also need TAGATTR. Something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;var char_gender/ style(data)={url=$genderlink. tagattr="format:@"} ; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Otherwise&lt;STRONG&gt;,&lt;/STRONG&gt; Excel gets the 01 and 02 and, even though you have it as a character variable in SAS, when Excel sees it, it decides that you must, of course, mean for the 01 to be displayed as 1 and the 02 as 2. The purpose of the TAGATTR format is to send a MICROSOFT format instruction to Excel for how the column should be treated by Excel. Annoying, but understandable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 04:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagset-excelxp-Leading-Zero-with-an-URL/m-p/51100#M6501</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-08-19T04:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: tagset.excelxp:  Leading Zero with an URL</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagset-excelxp-Leading-Zero-with-an-URL/m-p/51101#M6502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Cynthia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prior to sending the note, I had tried the url after the tagattr.&amp;nbsp; It didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 20:53:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagset-excelxp-Leading-Zero-with-an-URL/m-p/51101#M6502</guid>
      <dc:creator>KimLeBouton</dc:creator>
      <dc:date>2011-08-19T20:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: tagset.excelxp:  Leading Zero with an URL</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagset-excelxp-Leading-Zero-with-an-URL/m-p/51102#M6503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that mean that you have now solved the problem with Cynthia's suggested code or is it still an issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Art&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 22:12:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagset-excelxp-Leading-Zero-with-an-URL/m-p/51102#M6503</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-08-19T22:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: tagset.excelxp:  Leading Zero with an URL</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagset-excelxp-Leading-Zero-with-an-URL/m-p/51103#M6504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's resolved,&lt;/P&gt;&lt;P&gt;Kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 22:20:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagset-excelxp-Leading-Zero-with-an-URL/m-p/51103#M6504</guid>
      <dc:creator>KimLeBouton</dc:creator>
      <dc:date>2011-08-19T22:20:19Z</dc:date>
    </item>
  </channel>
</rss>

