UDATA

Underlines all the data columns for a row in a report, while not underlining the row name columns.

Syntax

{ UDATA ["char"] }

"char" Optional. A single-byte character, enclosed in quotation marks, used as the underline character.

Default Value

Default underline character "=" is used.

Description

The width of the underline is based on the column width. If char is provided, then it is used as the underline character. Otherwise the default character is used.

Example

The command {UDATA} in the following report underlines all the data in the previous row which is the Television row.

<PAGE (Market, Accounts, Scenario)
Chicago Sales Actual

      <COLUMN (Year)
      <ICHILDREN Year

<ROW (Product)
Television
{ UDATA }
VCR
Compact_Disc
     !
	 

This example produces the following report:

                 Chicago Sales Actual

                Qtr1   Qtr2   Qtr3   Qtr4    Year
             ======= ====== ====== ====== =======

Television     4,410  4,001  4,934  6,261  19,606
             ======= ====== ====== ====== =======
VCR            3,879  3,579  4,276  4,877  16,611
Compact_Disc   3,150  3,021  3,032  3,974  13,177

Notes

See Also

UCHARACTERS
UNDERLINECHAR

©2004 Hyperion Solutions Corporation. All Rights Reserved.
http://www.hyperion.com