
with Tags:
integer
X

Customization to avoid the comma/dot separator in the integer value format on Start Center Result Sets
There is a technote on this issue which can be seen through this link. Let me quote the question from the technote: - When an attribute is defined as either smallint or Integer data type and shown in the screen, the value entered in the field shows like "1,300" Technote suggests to change user’s locale from system regional and language options. This is not a practical solution considering customer reality. A tiny customization can be an alternative solution. Resolution: The display is configured in the following jsp:... [More]
Tags:  maximo comma controldesk+7.6 maximo7.6 dot maximo+7.5 number controldesk resultset integer separator startcenter |
Fixing Display Options (Color) for Numeric Fields with Separator on Start Center Result Set Portlet
On Start Center Result Set Portlets, expressions for color codes do not work as intended for numeric fields, i.e. integer or decimal data type. The root cause of this issue is the thousands separator (dot or comma) for the numeric fields. The expression value for comparison is alphanumeric. Changing the field type to alphanumeric is not a solution since it does string comparison, i.e. compares hexadecimal values. Example: Assume we have two display options for an integer field such as; If field value < 1000, then color code = red If field... [More]
Tags:  display separator number controldesk color integer resultset maximo startcenter displayoption |