BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
SASdevAnneMarie
Barite | Level 11

Hello Experts,

 

I would like to have a space befor the text :

SASdevAnneMarie_0-1647704990320.png

 

Actually,  I have this result : 

 

SASdevAnneMarie_1-1647705086817.png

 

 

My code is :

obj.table_start(name: "Table3",label: "Notre troisième table",overrides: "rules=none width=18cm frame=void");

		
	        obj.row_start();  
 
            obj.format_cell(text: "Frais des supports ",  overrides: " just=left color=black font_size=10pt font_weight=medium cellwidth=6cm cellheight=0.4cm");

            obj.row_end();
		
		
 obj.table_end();

 obj.table_start(name: "Table4",label: "Notre quatrième table",overrides: "rules=none width=18cm frame=void");
            obj.row_start();  
 
            obj.format_cell(text: "Supports fonds euros :",  overrides: "just=left color=black font_size=10pt font_weight=medium cellheight=0.4cm");
           obj.row_end();	
           obj.row_start();  
 
            obj.format_cell(text: "Supports unités de compte :",  overrides: "just=left color=black font_size=10pt font_weight=medium cellheight=0.4cm");
			
            obj.row_end();

           
  obj.table_end();

Do you know please how to insert the space before "Support fonds euros"  and "Support unités de compte" ?

 

Thank you !

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
SAS Super FREQ
And for some destinations, you can use the leftmargin= style override or the indent= style override.
Cynthia

View solution in original post

3 REPLIES 3
Patrick
Opal | Level 21

Just guessing but adding a style like: padding: 20px or protected spaces might do the job.

https://documentation.sas.com/doc/en/pgmsascdc/v_008/odsadvug/n0bntngs50dqppn1o2uw6fsnobug.htm 

Cynthia_sas
SAS Super FREQ
And for some destinations, you can use the leftmargin= style override or the indent= style override.
Cynthia
SASdevAnneMarie
Barite | Level 11
Thank you, Cynthia !
Leftmargin works well !

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 403 views
  • 0 likes
  • 3 in conversation