cancel
Showing results for 
Search instead for 
Did you mean: 

Restricting Length of Output in Smartforms

Former Member
0 Kudos

Hi All,

I am trying to restrict the lenght of an output to just show nine numbers, decimal point and then two numbers.

I have tried &GV_VAL(9.2)& but I am getting an error back. Is there anyway I can do this??

Many thanks,

Points awarded,

Colm

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Before display GV_VAL, change the type whatever you want using code option. I mean create a new variable with data type of 9.2 length and move GV_VAL to this variable and display that variable &variable&.

Pranav

Answers (0)