Documentation for CXO-Cockpit Reporting Suite 4.2, click for CXO-Cockpit Reporting Suite 4.1 Documentation or check the CXO-Cockpit Website.
Narrative Template Examples
From CXO Cockpit Reporting Suite Documentation
Introduction
This article will show some examples of Narrative Templates.You can copy the HTML example and paste it as Narrative Template in your design studio.
You can edit these examples to fit your needs, read more about HTML on the W3C website.
Read the end-user explanation of Narrative Templates in this artcle.
Read in this article how to configure narrative templates.
Example 1: Strategic issues
As shown in the report:
Narrative Template HTML:
| <table border="0" cellspacing="6" cellpadding="3" width="100%" style="border-bottom: 0px; border-left: 0px; border-collapse: separate; border-top: 0px; border-right: 0px"> <tbody> <tr> <td style="background-color: rgb(153,170,204); width: 250px; color: white"><b>1. Strategic Issues</b></td> <td style="background-color: white"> </td> </tr> <tr> <td style="background-color: rgb(153,170,204); width: 250px; color: white"><b>2. Financial Results</b></td> <td style="background-color: white"> </td> </tr> <tr> <td style="background-color: rgb(153,170,204); width: 250px; color: white"><b>3. Organizational Issues</b></td> <td style="background-color: white"> </td> </tr> </tbody> </table> |

