Hello SAS community! In SAS VA, I need to create non-tabular, continuous multi-line reports, that have report labels alongside every column in every record instead of column headers at the top. The report I have in mind may have some semblance to the MS Access report example below. Note that the report "Details" section has a column label for each and every record, and text-boxes are allowed to wrap overflow text. Comment: I have blurred out the distracting parts of the screenshot, as I have borrowed from someone else's example. In short, a table-like report has been ruled out, because there are too many data elements that would create a horizontal scrolling nightmare ... the report I envision has more columns than the example below. Is it possible to craft such a report in SAS VA? Hopefully, there multiple ways to accomplish this. And BTW, if one of the answers is SAS VA+HTML+CSS, I don't mind (as I have lots of prior experience with dynamic web applications--e.g. PHP, ASP.NET, etc.) ... but in this post, I am seeking a self-contained SAS VA solution, along perhaps HTML+CSS, and if necessary, JavaScript and/or some other framework. Additionally, I would like the ability to create MS Access-esque group headers and/or group footers (albeit the above example lacks them), but headers/footers are merely "nice-to-haves". Thank you!
... View more