<?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 Drill Down in PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Drill-Down-in-PDF/m-p/63455#M7444</link>
    <description>Dear all,&lt;BR /&gt;
&lt;BR /&gt;
I'd like to have a drill down from a SAS PDF Output to another SAS PDF Output. The problem is that I have too many parameters to write them all in the url (the url gets too long). So the style an url attribute won't do that for me in the proc report:&lt;BR /&gt;
&lt;BR /&gt;
style=[url="/mystp&amp;amp;name1=value1&amp;amp;name2=value2"]&lt;BR /&gt;
&lt;BR /&gt;
I solved the problem in HTML by using method=post and hidden fields where I write down the parameter's value for which to drill down.&lt;BR /&gt;
&lt;BR /&gt;
put '&lt;FORM name="myform" method="post" action="https://communities.sas.com/mystpserver/mystp"&gt;';&lt;BR /&gt;
put "&lt;INPUT type="" hidden="" /&gt;";&lt;BR /&gt;
&lt;BR /&gt;
The value is altered by a javascript when the user clicks on the report.&lt;BR /&gt;
&lt;BR /&gt;
I doubt that this works with PDF.&lt;BR /&gt;
&lt;BR /&gt;
Can anybody help?&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Eva&lt;/FORM&gt;</description>
    <pubDate>Tue, 02 Mar 2010 14:51:38 GMT</pubDate>
    <dc:creator>Eva</dc:creator>
    <dc:date>2010-03-02T14:51:38Z</dc:date>
    <item>
      <title>Drill Down in PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Drill-Down-in-PDF/m-p/63455#M7444</link>
      <description>Dear all,&lt;BR /&gt;
&lt;BR /&gt;
I'd like to have a drill down from a SAS PDF Output to another SAS PDF Output. The problem is that I have too many parameters to write them all in the url (the url gets too long). So the style an url attribute won't do that for me in the proc report:&lt;BR /&gt;
&lt;BR /&gt;
style=[url="/mystp&amp;amp;name1=value1&amp;amp;name2=value2"]&lt;BR /&gt;
&lt;BR /&gt;
I solved the problem in HTML by using method=post and hidden fields where I write down the parameter's value for which to drill down.&lt;BR /&gt;
&lt;BR /&gt;
put '';&lt;BR /&gt;
put "&lt;INPUT type="" hidden="" /&gt;";&lt;BR /&gt;
&lt;BR /&gt;
The value is altered by a javascript when the user clicks on the report.&lt;BR /&gt;
&lt;BR /&gt;
I doubt that this works with PDF.&lt;BR /&gt;
&lt;BR /&gt;
Can anybody help?&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Eva</description>
      <pubDate>Tue, 02 Mar 2010 14:51:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Drill-Down-in-PDF/m-p/63455#M7444</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2010-03-02T14:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Drill Down in PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Drill-Down-in-PDF/m-p/63456#M7445</link>
      <description>Hi:&lt;BR /&gt;
  You may want to work with Tech Support on this question. As far as I know, the only way to use URL= with PDF is to 1) link to an entirely separate PDF document or HTML page 2) link to an internal pointer in the same document.&lt;BR /&gt;
 &lt;BR /&gt;
  When you use &amp;amp;LT;FORM&amp;amp;GT; tags in HTML, you are generally executing a program (or a script) which accepts the hidden parameter values as part of the HTTP stream and then the web server performs the form action.&lt;BR /&gt;
 &lt;BR /&gt;
  I did not think that you could invoke an HTML &amp;lt;FORM&amp;gt; from within a PDF document in order to make the equivalent of a form action happen. So, this is why I think you have a question for Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 02 Mar 2010 15:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Drill-Down-in-PDF/m-p/63456#M7445</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-03-02T15:31:35Z</dc:date>
    </item>
  </channel>
</rss>

