<?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: Dynamic Summary text Box in html output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255206#M309851</link>
    <description>&lt;P&gt;Yes. you need generate macro variable for these. But that is another question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the golbal macro variable, you can assign &amp;nbsp;local macro variable value to golbal &amp;nbsp;Like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%global x ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%yourmacro;&lt;/P&gt;
&lt;P&gt;%local y;&lt;/P&gt;
&lt;P&gt;.........&lt;/P&gt;
&lt;P&gt;%let x=&amp;amp;y;&lt;/P&gt;
&lt;P&gt;%mend;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2016 09:57:55 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-03-08T09:57:55Z</dc:date>
    <item>
      <title>Dynamic Summary text Box in html output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255061#M309846</link>
      <description>Does anyone know anyway I can insert a dynamic summary text box into html output file which include several tables (from proc print)?&lt;BR /&gt;&lt;BR /&gt;I am using ODS Html to export the output at the moment.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 07 Mar 2016 19:02:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255061#M309846</guid>
      <dc:creator>Thao</dc:creator>
      <dc:date>2016-03-07T19:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Summary text Box in html output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255072#M309847</link>
      <description>&lt;P&gt;You have several options ( a very simple one is to use an iframe that will contain your html file created by ODS).&lt;/P&gt;&lt;P&gt;Or best options as&amp;nbsp;ActiveX, javascript, AJAX, etc can make of it a very beautiful product of yours. Also a bit more complex, but not too much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a question really related to Web developing, therefore:&lt;/P&gt;&lt;P&gt;If you have any kind of web developer at your place, I would strongly recommend you to contact them, they can make the life really easy to you, as you won't need to invent the wheel again &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 19:40:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255072#M309847</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2016-03-07T19:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Summary text Box in html output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255073#M309848</link>
      <description>&lt;P&gt;In any case, I would recommend you to move this topic to the ODS group of topics. Probably you will reach the most suitable public for your question&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 19:41:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255073#M309848</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2016-03-07T19:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Summary text Box in html output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255159#M309849</link>
      <description>&lt;P&gt;I am not sure I understand totally your requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics/height=1cm width=2cm;
proc sgplot data=sashelp.class noborder;
scatter x=weight y=height/ markerattrs=(size=0);
inset ("sum"="32" "n"="200") / noborder textattrs=(weight=bold size=20 );
xaxis display=none;
yaxis display=none;
run;
proc print data=sashelp.class;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2224i81CB8379CE23910A/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="x.png" title="x.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 03:02:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255159#M309849</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-03-08T03:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Summary text Box in html output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255204#M309850</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is quite close to what I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your example, instead of hard-code "32" and "200", I want it to be calculated automatically by using the table.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Max Age is ... from person name ....&lt;/P&gt;&lt;P&gt;I want "..." conducted by codes because I am making a macro and the user will input detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think macro variable would help, however these macro variables &amp;nbsp;are created in file while I need them&amp;nbsp;as global ones in order to put it in to summary text box.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 09:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255204#M309850</guid>
      <dc:creator>Thao</dc:creator>
      <dc:date>2016-03-08T09:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Summary text Box in html output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255206#M309851</link>
      <description>&lt;P&gt;Yes. you need generate macro variable for these. But that is another question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the golbal macro variable, you can assign &amp;nbsp;local macro variable value to golbal &amp;nbsp;Like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%global x ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%yourmacro;&lt;/P&gt;
&lt;P&gt;%local y;&lt;/P&gt;
&lt;P&gt;.........&lt;/P&gt;
&lt;P&gt;%let x=&amp;amp;y;&lt;/P&gt;
&lt;P&gt;%mend;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 09:57:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Summary-text-Box-in-html-output/m-p/255206#M309851</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-03-08T09:57:55Z</dc:date>
    </item>
  </channel>
</rss>

