cancel
Showing results for 
Search instead for 
Did you mean: 

Minus sign on the left and comma as separation sign

former_member310342
Participant
0 Kudos

Hey,

I want to sisplay a decimal number. When the value gets negative I need the minus sign on the left side. Problem with FA "CLOI_PUT_SIGN_IN_FRONT" is that I need type char and when I convert the comma is replaced by a Separation Point.

Does anyone know a way to leave the type as decimal number, get the minus on the left side and leave the separation sign as comma.

Accepted Solutions (1)

Accepted Solutions (1)

Florian
Active Contributor
0 Kudos

It's a common case that you are asking for. There are a lot of conversation-routines available.

No matter, if you want to code it by foot, why not convert it just to a char field and afterwards add the minus-sign in front by yourself?

~Florian

Answers (0)