BookmarkSubscribeRSS Feed
Garik
Obsidian | Level 7

Hi.

I have such problem. I create several reports via proc reports and proc tabulate, but they are presented under one another, but I have free space on my scree I would like to put them side by side.

I use SAS Enterprise Guide



title "Sold Items" ; proc report data=without_colors; where Date eq '30Jun17'd; column Area N_Item_Name Sale_Category; define Area/ group width=6; define N_Item_Name / Across format=$mdclass. width=6; define Sale_Category / Across width=6; run; title "Remaining Mobile Devices in the Warehouses" ; proc report data=r_675_without_colors; where New_Date eq '30Jun17'd; column Area N_Item_Name; define Area / group width=6; define N_Item_Name / Across format=$mdclass. width=6; run;

 

3 REPLIES 3
andreas_lds
Jade | Level 19

Please attach a screenshot as image, not as office document.

 

You can create a Report in EG, select File/New/Report.

RW9
Diamond | Level 26 RW9
Diamond | Level 26

You will want to look into gridded outputs to a file format which supports such a thing, the basic output window doesn't, but HTML should:

http://support.sas.com/documentation/cdl/en/odsug/69832/HTML/default/viewer.htm#p0g1r9d5mqtuezn1g3sv...

 

Also, avoid posting Office files, you would have seen the recent global problems, a lot came from people downloading office files - they are unsafe.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1315 views
  • 2 likes
  • 4 in conversation