BookmarkSubscribeRSS Feed
mathias
Quartz | Level 8

Hello,

 

I'm trying to define my template styles and I cannot increase the table cells padding when output is "ODS tagsets.sasreport13".

style Table /
    cellpadding = 50pt /* ONLY EFFECT HTML, PDF, RTF */
    ;

 

This code can change the table cells padding but only when output is HTML, PDF and RTF.

I have been trying with these too but they don't change anything

paddingright = 50pt
paddingtop = 50pt
paddingright = 50pt
paddingleft = 50pt
padding = 50pt

 

 

HTML:

Image 1.png   

 

 

tagsets.sasreport13:
Image 2.png

 
Using SAS 9.3 and Enterprise Guide 7.1

5 REPLIES 5
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Are you talking about Excel output?  If so then look at the tagsets.excelxp or excel tipsheets on how to set column widths.

Quite possibly absolute_column_width is the option you are looking for as you can provide a list of columns widths.  Its not to do with style.

mathias
Quartz | Level 8

No this is not excel.

This is the default output of enterprise Guide. 

 

 

12         ODS _ALL_ CLOSE;
13         OPTIONS DEV=ACTIVEX;
14         GOPTIONS XPIXELS=0 YPIXELS=0;
15         FILENAME EGSR TEMP;
16         ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR
17             STYLE=xxxxxxxx
18             NOGTITLE
19             NOGFOOTNOTE
20             GPATH=&sasworklocation
21             ENCODING=UTF8
22             options(rolap="on")
23         ;
RW9
Diamond | Level 26 RW9
Diamond | Level 26

And what is the "default output of enterprise Guide. "?  Does it create a file, what type?  You mention pdf, html, rtf, that really only leaves Excel as a usual output format.

mathias
Quartz | Level 8

It's a "SAS report", I'm not really sure if that is the most correct name, I thought is was the most common output.

Here are a few screenshots : 

 

image.png

 

image.png

 

image.png

RW9
Diamond | Level 26 RW9
Diamond | Level 26

Sorry, not heard of a "sas report", will move the thread to EG area, perhaps the guys who use that can help.

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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 5 replies
  • 2822 views
  • 0 likes
  • 2 in conversation