| 
                         How to:  | 
                  
The CDN parameter has a new option, SPACES_DOT or SPACEP, that displays a space as the thousands separator and a period as the decimal separator.
SET CDN = option
where:
Is one of the following.
The following request uses the SPACEP option for the CDN parameter to display a space as the thousands separator and a period as the decimal separator.
TABLE FILE WF_RETAIL_LITE
SUM COGS_US GROSS_PROFIT_US
BY PRODUCT_CATEGORY
ON TABLE SET CDN SPACEP
ON TABLE SET PAGE NOLEAD
ON TABLE SET STYLE *
GRID=OFF,$
ENDSTYLE
ENDThe output is shown in the following image.

| WebFOCUS | |
| 
                         Feedback  |