Search code examples
maximo

Change the display format of number field in Maximo


After adding a number field using the database configuration of Maximo and applying the changes, I quickly added the new field to the application using the Application designer.

To my surprise when I enter the number, it is displayed with comma separators (which I don't want).

i.e. 1000456 is entered and 1,000,456 is displayed.

How can I make Maximo display this as is, without the comma's to separate.

Update:

I have already searched for display option in the application designer and in the database configuration application, but I don't see anything about display options.


Solution

  • I think this has to do with your localization settings. And the number is going to be stored without the commas. But if you're wanting the display to not have commas, I think the best way to get what you want is with an ALN-type attribute and an autoscript that does a regular expression match on the ALN to check for just digits being entered.