Scenario: There is a dataset with a variety of variables sorted by a grouping variable (e.g. region). I would like to split up and output the data into “dashboard” style PDF 1-3 page reports for each value of grouping var (e.g. data on towns, by region).
The first page would contain one or two simple tables with a few key metrics that I want to highlight (e.g. a listing of several towns in the given region with some high-level status indicators, using some font/color formatting to highlight these overall results). Similar to dashboard look but without KPI graphics or anything like that - just a straight-forward, simple table with some key values.
The following 1-2 pages would contain additional data for the towns in the given region, displayed similar to how the data appears in the source dataset (a few additional selected variables, smaller font).
Once the report template/structure is designed, I would like to use it to output PDFs for my source dataset, with separate PDF for each value of a variable (e.g. by region), with PDF file names including region ID. Fancy graphics not a priority.
Questions:
- Assuming this is doable in SAS/EG. What are some ways of doing this, e.g. PROC REPORT? Options in EG menus?
- Any suggestions for someone starting out in learning SAS reporting functionality?
- Resources/template examples you would recommend?
- Things to consider when trying to transition from an Excel-based report approach to SAS EG / output to PDF approach?
Trying to figure out how feasible something like this would be in contrast to a similar hybrid dashboard-plus-detail type report in Excel, and trade-offs of Excel vs. SAS route. My understanding is SAS offers advantage in the ability to quickly transform/restructure data, something that would be tricky with formula-driven approach in Excel with a relatively large dataset.
I have experience programming in SAS and some experience using EG 5.1. Many thanks!