EUROPEAN

Enables non-US number formatting by switching commas and decimal points in report data values.

Syntax

{ EUROPEAN }

Notes

In non-US number formatting, decimal points are used as the thousands separator, while commas separate the decimal from the integer.

Example

The following example is based on Demo Basic.

This report displays an example of the { EUROPEAN } command for the report based on Chicago followed by the { SUPEUROPEAN } command for the Boston report.

<PAGE(Market, Accounts, Scenario)
Chicago Sales Actual
      <COLUMN (Year)
      <CHILDREN Year

<ROW (Product)
<CHILDREN Audio
     !

{EUROPEAN}

Chicago Sales Actual

      <CHILDREN Year
      <CHILDREN Audio
     !

This example produces the following report:

                           Chicago Sales Actual 

                     Qtr1     Qtr2     Qtr3     Qtr4 
                 ======== ======== ======== ======== 
Stereo              2,591    2,476    2,567    3,035  
Compact_Disc        3,150    3,021    3,032    3,974

                          Chicago Sales Actual 
                     Qtr1     Qtr2     Qtr3     Qtr4 
                 ======== ======== ======== ======== 
Stereo              2.591    2.476    2.567    3.035 
Compact_Disc        3.150    3.021    3.032    3.974