UNDERLINECHAR
The UNDERLINECHAR Report Writer command in Essbase sets the default underline character displayed in a report.
You can use any graphic character that you can generate in the text editor used to define the report. In some editing tools, you can generate a graphic underline by holding the ALT key down while typing 196 on the numeric keypad and then releasing the ALT key. For a double graphic underline, type 205. You must use a font with these graphic characters if the report is to print correctly. Default underline character "=" is used.
Syntax
{ UNDERLINECHAR ["char"] }
Parameters
Notes
Double-byte characters are not supported.
Example
The following report script command sets the character used when underlining to a single dash.
{UNDERLINECHAR "-"}