FFS_REPORT_CHART

Used to store charts for custom report.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_REPORT_CHART_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 8 Yes Unique identifier for custom report chart.
TYPE VARCHAR2 6 Type Of Visualization For The Chat.
REPORT_ID NUMBER 8 Yes Id of the report for the chart.
NAME VARCHAR2 1020 Name of the custom report chart.
DESCRIPTION VARCHAR2 1020 Detailed description about the chart.
DASHBOARD NUMBER 3 Yes Whether To Show On Report For The Dashboard.
CID NUMBER 8 Chart template id of the report.
HINT VARCHAR2 1020 Hint for the report chart, to show in config menu.
CHART_SIZE VARCHAR2 6 Initial size of chart window on the screen.
TITLEX VARCHAR2 1020 Title for X-axis. Valid only for area, column, line chart.
TITLEY VARCHAR2 1020 Title for Y-axis - Valid only for area, column, line chart.
MIN NUMBER 8 Minimum value available. Valid only for gauge.
MAX NUMBER 8 Maximum value available. Valid only for gauge.
YELLOW_BORDER NUMBER 8 Yes Limit value for yellow area. Valid only for gauge.
RED_BORDER NUMBER 8 Yes Limit value for red area. Valid only for gauge.
LABEL NUMBER 8 Yes Column/row of custom report data from which labels are taken.
VALUE_FROM NUMBER 8 Yes Column of custom report data from which chart data is taken.
VALUE_TO NUMBER 8 Yes Column of custom report data from which chart data is taken - for area, column, line we taken range of columns.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FFS_REPORT_CHART_N1 Non Unique DATA CID
FFS_REPORT_CHART_N2 Non Unique DATA REPORT_ID
FFS_REPORT_CHART_PK Unique DATA ID