cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform table allignment

Former Member
0 Kudos

hello ,

While displaying table in smartform , data of num type is coming in downward allignment to data with character type in a row.

please help me out on this issue.

Thanks,

Vivek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vivek,

for currency type of data (float or packed), you need right align the contents, then only you will get right alignments.

else, one more alternative is,

before printing the data on the form, convert it to character format and then condese that field and finally display it. I believe this procedure will work perfect as I have followed this to overcome alignment issues.

Regards

Sujatha

Answers (3)

Answers (3)

Former Member
0 Kudos

what is your requirement?

numbers are supposed to come as right alligned.. if you want them to come as left alligned.. pass them to a char type field and then display..

nabheetscn
Active Contributor
0 Kudos

Hi,

Its very common quantity and amount realted data should be right aligned first thing.

Also check ur charatcer format for the same.Secondly check the cell has proper space.

Regards,

Nabheet Madan.

Former Member
0 Kudos

Hi,

try this,

&NUM(C)&