Siebel Analytics Web Administration Guide > Administering Siebel Intelligence Dashboards >

Creating Siebel Intelligence Dashboards Action Links


Siebel Analytics action links allow end users to navigate from their analytic dashboards to a record in a Siebel operational application. Siebel Analytics applications contain prebuilt action links in requests and dashboards. For example, a user can drill down directly from a Siebel Sales Analytics dashboard to a specific record in a Siebel Sales view. Drilldown is based on the row identifier column contained in a request.

NOTE:  End users must have the appropriate permissions and responsibilities to access the view, and any drilldown links.

To create an action link

  1. Identify the target Siebel operational application view.
  2. Select the Siebel operational application view or applet that you want to drill down to, and select Help > About View.

    A pop-up window shows the names of the view and applet. Note the view and list applet names. You need these names in Step 5.

  3. Using a Subject Area that is appropriate for the target applet, use Siebel Answers to create a new Analytics request with the row identifier column in it, for example, Account_Row_ID.
  4. Click the Properties icon for the column.

    The Edit Column Format screen appears.

  5. Make the following changes:
    1. Clear the option Default Data Format.
    2. Select the option Treat Text as Custom Text Format.
    3. Enter the following HTML, substituting the appropriate view name and list applet names. The following example HTML shown uses All Account List View as the View Name, and Account List Applet as the target applet.

    "<a href=\"javascript:NQSWENav('All Account List View','Account List Applet','"@"'); \">"@" </a>"

  6. Click Finished, and then view the request on the dashboard.

After the request is saved and placed on a dashboard, the row identifier column automatically produces an action link to the Siebel operational application.

Optionally, the row identifier column can be replaced with icons in the column, using the following sample HTML. This provides an image source for the action links, such as ActionLink.gif as shown in the sample. Substitute the name of the image that you want to use. The image must be located on the Web server machine.

[HTML] "<a href=\"javascript:NQSWENav('All Account List View','Account List Applet','"@"'); \" title=\""@"\"><img src=\"Res/s_Siebel7/Views/ActionLink.gif\" border=0></a>"

Siebel Analytics Web Administration Guide