Siebel Reports Administration Guide >

Synchronizing Locale-Sensitive Parameters


For the Reports Server to format reports based on a user-specified locale, the locale definitions in localemap.xml file should match the equivalent parameters in the Siebel Application Object Manager.

For more information about setting parameters for application object managers, see the Siebel System Administration Guide.

Verify that the locale-specific parameters in the localemap.xml file match the corresponding parameters in the Application Object Manager. See the Global Deployment Guide for a list of these parameters.

Table 53.  Windows Regional Settings and Application Object Manager Parameters
Tab in Regional Settings
Dialog Box
Windows Parameter
Application Object Manger Parameter
Description

Number

Decimal symbol

sDecimal

Character used to separate the integer part from the fractional part of a number and currency.

Digit grouping symbol

sThousand

This is the symbol used to separate thousands in numbers and currencies with more than three digits.

Number of Digits after Decimal

iDigits

Value defining the number of decimal digits that should be used in a number.

Display leading zeros

iLzero

iLzero=0 > Display without leading zero.
siLzero=1> Display with leading zeros.

Currency

Decimal symbol

sDecimal

Character used to separate the integer part from the fractional part of a number and currency.

Digit grouping symbol

sThousand

This is the symbol used to separate thousands in numbers and currencies with more than three digits.

 

iCurrency

iCurrency=0 > no separation between currency symbol prefix and number.
iCurrency=1 > no separation between currency symbol suffix and number.
iCurrency=2 > one character separation between currency symbol prefix and number.
iCurrency=3 > one character separation between currency symbol suffix and number.

Negative currency format

iNegCurr

iNegCurr=0 -> ($1.1)
iNegCurr=1 -> -$1.1
iNegCurr=2 -> $-1.1
iNegCurr=3 -> $1.1-
iNegCurr=4 -> (1.1$)
iNegCurr=5 -> -1.1$
iNegCurr=6 -> 1.1-$
iNegCurr=7 -> 1.1$-
iNegCurr=8 -> -1.1 $
iNegCurr=9 -> -$ 1.1
iNegCurr=10 -> 1.1 $-
iNegCurr=11 -> $ 1.1-
iNegCurr=12 -> $ -1.1
iNegCurr=13 -> 1.1- $
iNegCurr=14 -> ($ 1.1)
iNegCurr=15 -> (1.1 $)

Parameter

Time separator

sTime

Time separator. This character is displayed between hours and minutes, and between minutes and seconds.

Time style

iTime

iTime=0 > 12-hour clock.
iTime=1 > 24-hour clock.

Time style

iTLZero

Specifies whether or not the hours should have a leading zero.
iTLZero=0 > without leading zero.
iTLZero=1 > with leading zero.

AM symbol

s1159

This setting contains the trailing string used for times between 00:00 and 11:59.

PM symbol

s2359

Trailing string for times between 12:00 and 23:59, when in 12-hour clock format.

Date

Date separator

sDate

Character used to separate the integer part from the month, day and year either using a slash (/) or a dash (-).

Short date style

sShortDate

Date value in the format mm/dd/yy or mm-dd-yy where the month (mm), day (dd), and year (yy) are expressed as two-digit numbers.

Long date style

sLongDate

Date value in the format mm/dd/yyyy or mm-dd-yyyy where yyyy represents the year expressed as a four-digit number.

Siebel Reports Administration Guide