Expand my Community achievements bar.

SOLVED

Problem in Numeric Field

Avatar

Level 5

I have set a numeric field with following things:

Object > field > patterns > display > $1234.21

It works well but when I set expand fit width, it expands but not show "$" and " .00". It just show like 12340000000000.

Or sometimes It shows black + sign right bottom corner though it shows correct format. Where have I made a mistake?

In addition, I have set float type data format.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi, sorry I misunderstood your question.

1. remove the edit pattern

2. Add this script in the enter:Event

3. Add this script in the exit:Event

View solution in original post

6 Replies

Avatar

Level 10

Hi,

you pattern has not enough digits to match your input.

Change it to num{$ zzz,zzz,zzz,zzz,zz9.99}.

The 'z' is a placeholder for a number that can appear but don't has to.

Avatar

Level 5

Thanks a lot. That is perfect.

Little problem left. When I click in that field "0" is remained. I wish when I click in the field automatically "$0.00" will be removed but "$0.00" will show as a default.  Would you tell me what I can do?

Avatar

Level 10

Add the same pattern as edit pattern.

Avatar

Level 5

I placed in edit pattern but now steady, not remove $0.00 automatically.

Avatar

Correct answer by
Level 10

Hi, sorry I misunderstood your question.

1. remove the edit pattern

2. Add this script in the enter:Event

3. Add this script in the exit:Event