OBIEE - Cosmetic Formatting (Style, Css)

Saw Object

About

Cosmetic formatting is independent of a condition whereas a Conditional Formatting is dependent of a condition.

How to

Suppress the standard 100% width property of a dashboard page

To suppress the inheritance of the default 100% width property of the dashboard page, you can set up the style with a width value to none in the section.

Obiee Css Width None

This parameter will generate a style property such as:

<td style="width:none;">

Suppress the wrapping of an attribute column

You may attribute of different lengths (description, code) To get a beautiful table, add this style property to them. This will prevent the text to wrap up in a second line.

<td style="white-space:nowrap;">

See white space

Wrap a long word to a fixed width

Obiee Column Properties Data Format Custom Html

@[html]<div style="width:50px;word-wrap:break-word;white-space:pre-line">@H</div>

Where are going the attributes of the format section ?

Obiee Format Section Html





Discover More
Saw Object
OBIEE 10G/11G - Conditional Formatting

Conditional Formatting is dependent of a condition whereas a cosmetic formatting is independent of a condition.



Share this page:
Follow us:
Task Runner