cancel
Showing results for 
Search instead for 
Did you mean: 

Font size to be different for 1 different values in same cell of a template

Former Member
0 Kudos

Hi,

In the msartform .,I m displaying data in a template.Now in one of the cells of the template.,I need to display the text(name of the field) in diffrenet font and the actula value for the field in a diffrent font size as shown below:

TO # 123456789

Now TO# should be disiplayed in smaller size say 6 and the no should be displayed in little bigger size say 9...How do i do this?

Accepted Solutions (1)

Accepted Solutions (1)

former_member196079
Active Contributor
0 Kudos

Hi ram

you can create a char format.....so you can change the format of the single letter,,

if you are using a smartforms you must change the style->char format

else if is a sapscript in the upper bar you find char format...


<format1>abcde</ > <format2>abcde</ >

regards

Marco

Answers (2)

Answers (2)

Former Member
0 Kudos

ok.I create 3 diffrenet character formats in my smartstyle.But how do i assign these???I mean both my text(title) and Value will be under the same text node.

Former Member
0 Kudos

if the text is ABCDEF

you can select ABC then choose the CHAR FORMAT 1, next select DEF then choose the CHAR FORMAT 2 in text editor

prakashjasti
Contributor
0 Kudos

create two different character formats one with char size 6 and the other with char size 9

suppose A with 6

B with 9

then <A>TO</> <B>&v_no&</>

Regards

Prakash