New Oracle@Oracle paper shows how GoldenGate allowed for real-time operational reporting for Oracle E-Business Suite: http://t.co/SQVfHcD7
Formatting APEX Report Columns
Column Headings:
To change the colour or format of the heading of a Report column in APEX, click on the Report Attributes tab of the report, and enter the text below into the Heading field of the column you want to modify:
<span style="color:green">Green Column Title</span> </p> <p class="Moobi_Code"><span style="color:red">Red Column Title</span></p> <p class="Moobi_Body">
Column Text
To change the colour of the column text, click on the Report Attributes tab of the report, and then click on the Editicon to the left of the column Alias.
Under the Column Formatting section, enter the text below into the CSS Style field:
font-weight:bold; color:green
font-weight:bold; color:red


