<?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: graph report in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128944#M5039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;currently i've columns 2011Y&amp;nbsp; 2012Q1 2012Q2 2012Q3 2012Q4,2014Q1 2014Q2 in table. but these columns prefix will change if we move next year. so we need to add new columns 2012Y(sum of current year(2012Q1 to Q4)) and Y0Y(diff of previous year and sum of current year(2012Q1 to Q4)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me to keep these columns in same output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Nov 2012 00:16:51 GMT</pubDate>
    <dc:creator>sunilreddy</dc:creator>
    <dc:date>2012-11-18T00:16:51Z</dc:date>
    <item>
      <title>graph report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128940#M5035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Times New Roman';"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Times New Roman';"&gt;I need your help to write the logic for below requirement&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Times New Roman';"&gt;I've two numeric columns(REQ and F) data on monthly basis as attached. 'REQ 'column contains a data for previous(history) months data on monthly basis and Column 'F' contains a data for future months(next 12 months) . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Times New Roman';"&gt;I've attached report structure to print with color format and structure. Could you please help me to write the logic for displaying in attached graph format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: 'Times New Roman';"&gt;Requirement description:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Times New Roman';"&gt;Please let me know if you require any details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Times New Roman';"&gt; &lt;SPAN style="font-size: 12pt; font-family: 'Times New Roman';"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10698iB8C3DC94FD9ECE4E/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="graph.jpg" title="graph.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2012 00:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128940#M5035</guid>
      <dc:creator>sunilreddy</dc:creator>
      <dc:date>2012-11-17T00:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: graph report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128941#M5036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you have graph in the title? That looks like a table to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked into Cynthia Zender's complex reports paper?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2012 00:50:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128941#M5036</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-11-17T00:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: graph report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128942#M5037</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; Thanks for the recommendation for my paper. To me, this isn't even a complex report. It is pretty straightforward PROC REPORT STYLE= overrides at the statement level. Also, I don't understand why this is a graph question. It looks like straight color coding and removing the interior table lines to me. (Not sure why the gray highlighting extends beyond the boundary of the table, either).&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; The attached screen shot didn't use very interesting data, just 3 rows all the same values, but the color coding was pure STYLE= overrides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\doreport.html' style=sasweb;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; title 'Sample Report';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc report data=gendata nowd split='#'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(report)={rules=none frame=void cellspacing=0}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(header)={background=verydarkblue color=white&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font_weight=bold};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column vdp _2011Y _2012Q1 _2012Q2&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _2012Q3 _2012Q4 _2012Y _YOY&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _2013Q1 _2013Q2 ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define vdp / order order=data ' ';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define _2011Y / display '2011Y#REQ' &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(header)={background=cxeeeeee color=black}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={background=cxeeeeee};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define _2012Q1 /'2012Q1#REQ' display;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define _2012Q2&amp;nbsp; /'2012Q2#REQ'&amp;nbsp;&amp;nbsp; display;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define _2012Q3 /'2012Q3#REQ+F' display;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define _2012Q4 / '2012Q4# F ' display;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define _2012Y /'2012Y#REQ+F' &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(header)={background=cxeeeeee color=black}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={background=cxeeeeee};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define _YOY /'2011/2012#YoY' &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(header)={background=cxbbbbbb color=black}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={background=cxbbbbbb}; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define _2013Q1 /'2013Q1# F ' display;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define _2013Q2 /'2013Q2# F' display;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11870i274AC2D59BC86570/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="sample_report.png" title="sample_report.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2012 20:20:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128942#M5037</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-11-17T20:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: graph report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128943#M5038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your response in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have dynamic column variables. for ex: 2012Y, 2013Q1,2013Q2 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case i need same output format with below columns&lt;/P&gt;&lt;P&gt;VDP 2012Y 2013Q1 2013Q2 2013Q3 2013Q4 2013Y. 2014Q1 2014Q2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i define these dynamic variables in report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2012 23:52:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128943#M5038</guid>
      <dc:creator>sunilreddy</dc:creator>
      <dc:date>2012-11-17T23:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: graph report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128944#M5039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;currently i've columns 2011Y&amp;nbsp; 2012Q1 2012Q2 2012Q3 2012Q4,2014Q1 2014Q2 in table. but these columns prefix will change if we move next year. so we need to add new columns 2012Y(sum of current year(2012Q1 to Q4)) and Y0Y(diff of previous year and sum of current year(2012Q1 to Q4)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me to keep these columns in same output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 00:16:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128944#M5039</guid>
      <dc:creator>sunilreddy</dc:creator>
      <dc:date>2012-11-18T00:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: graph report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128945#M5040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm assuming you're using EG as you have variable named 2012Y etc?&lt;/P&gt;&lt;P&gt;Why not create macro variables that represent the years and use that instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 19:48:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128945#M5040</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-11-18T19:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: graph report</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128946#M5041</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'm not sure what you mean when you say that you have "dynamic" variables. You could mean that you have SAS Macro variables, you could mean that you prompt the user for the variables they want and then you have a program that selects the variable accordingly, you could mean dynamic in that the variables change in every run, you could mean that you are using ACROSS variables in PROC REPORT. I hardcoded some variable names to show that the kind of highlighting that you wanted to do was simple with PROC REPORT and to illustrate that this isn't really a graph question, in my opinion. I don't know what structure your report data is in, whether you have all the columns you need or whether you need to calculate them in a DATA step or a PROC REPORT step. I created a report that showed how to do the highlighting you wanted. Getting your data into the form used by my PROC REPORT is an exercise in mapping the variables you have to the "fake" names I chose in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I could have called my variables FRED, ETHEL, LUCY, RICKY, WOMBAT, KOALA, WIDGET, GIDGET, WOCKET and WACKET. It really doesn't matter, I called them something similar to what you showed in your screenshot just to make it easier to understand how and where the highlighting was happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Let's assume that I had designed PROC REPORT like this, with "generic" column names:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt; column col1 col2 col3 col4 col5 col6 col7 col8 col9 col10;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then before, my PROC REPORT step, let's say that I take my data and for the purposes of creating a final dataset, I have something like this where I rename my "dynamic" variables to have the names that PROC REPORT is expecting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;data report_final;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; set dyn_data(rename=(vdp=col1 _2011Y=col2 _2012Q1=col3 _2012Q2=col4&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _2012Q3=col5 _2012Q4=col6&amp;nbsp; _2012Y=col7 _YOY=col8&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _2013Q1=col9 _2013Q2=col10 ));&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;** PROC REPORT step that uses the "generic" column names;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You asked how to keep the "these columns" in the "same output", but I don't know what you mean by "these columns". What PROC REPORT code have you tried? What is the structure of your input data? Are you doing this as part of a stored process? Is this something in an EG project? Where is the "dynamic" data coming from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your destination of choice for the output -- what kind of output do you want table or report or graph? Since you posted this in the GRAPH forum, where does the graph component come into play?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it looks like you have posted a version of this question in another forum. In your other posting, it looks like you want a dataset, not a report from PROC REPORT and not a graph.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="/communities.sas.com/message/145004#145004&amp;lt;br/&amp;gt;" title="https://communities.sas.com/message/144987#144987&amp;lt;br/&amp;gt;https://communities.sas.com/message/145004#145004&amp;lt;br/&amp;gt;"&gt;https://communities.sas.com/message/144987#144987&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 23:25:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/graph-report/m-p/128946#M5041</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-11-18T23:25:22Z</dc:date>
    </item>
  </channel>
</rss>

