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.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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