cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding minus sign in scripts

venkata_reddy6
Participant
0 Kudos

Hi Friends,

This is very very urgent.. plz plz help..

I want to put minus symbol infront of the vaue. but when multiply it with -1 its giving the minus symbol after the value.

i need for ex: -1234.

when i am trying to concatanate with minus, its saying concatenate is not possible with type P fields.

but i need this in type P field only.

Regards,

venkata reddy.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Leading Sign to the Left

The leading sign is normally displayed to the right of a numeric value, except in the case of a floating point number. This option enables you to specify that the leading sign should be placed to the left of the number.

Syntax

&symbol(<)&

&ITCDP-TDULPOS& -> 100.00-

&ITCDP-TDULPOS(<)& -> -100.00

The SET SIGN LEFT control command specifies that all subsequent symbols with a numeric value should have a left-justified leading sign. If you use this control command, you must no longer repeat the < option for each individual symbol.

Answers (1)

Answers (1)

Former Member
0 Kudos

Also check this thread.