10.3.5 Adding a Chart Using the Create Page Wizard

Run the Create Page Wizard to add a new chart to an existing application.

To create a chart by running the Create Page Wizard:

  1. On the Workspace home page, click the App Builder icon.
  2. Select an application.
  3. Click Create Page.
    Create a Page appears and features three tabs: Component, Feature, and Legacy Pages.
  4. Under Component, select Chart.
  5. Select a chart type.
  6. Page Definition:
    1. Page Number - The page number is an integer value that identifies a page within an application.
    2. Name - Specify a text name for this page.

      Tip:

      This text is also used for page Title. After page creation, you can modify the Title in Page Designer.
    3. Page Mode - Identify the page mode. To learn more, see field-level Help.
  7. Data Source - Select a Data Source for the page:
    • Local Database - Data is sourced from the local database.
    • REST Enabled SQL Service - Data is sourced from a remote database, where the connection is defined using REST Enabled SQL. To create or maintain REST Enabled SQL references, navigate to Shared Components, REST Enabled SQL.
    • REST Data Source - Data is sourced from a RESTful web service defined using REST Data Sources. To create or maintain REST Data Sources, navigate to Shared Components, REST Data Sources.

    The steps that follow differ depending upon the selected Data Source. This task assumes the Data Source is Local Database.

  8. Source Type - Specify the source of the new page. Options include:
    • Table:

      • Table /View Owner - Select the owner of the table on which you are building the page.

      • Table/View Name - Select the table or view on which the page will be based.

    • SQL Query:

      • Enter a SQL SELECT statement - Enter the SQL query. To see an example, expand the SQL Query Example region.

  9. Navigation - Expand the region and enable or disable navigation. If either flag is enabled, additional attributes appear. To learn more about an attribute, see field-level Help.
    1. Use Breadcrumb - Enable to create a breadcrumb entry for this page. By default, the page name is used as breadcrumb entry name.
    2. Use Navigation - Enable to create a navigation menu entry for this page.By default, the page name is used as navigation menu name.
  10. Click Next.
  11. Edit the chart attributes. The options that display vary depending upon the chart type selected. To learn more about an attribute, click the field-level Help.
  12. Click Create Page.

Tip:

To learn more about external data sources, see Managing REST Enabled SQL References and Managing REST Data Sources.