@servicenow/sdk - v4.7.0
    Preparing search index...

    Variable sys_reportConst

    sys_report: {
        allowWebServiceAccess: true;
        attributes: { update_synch: true };
        audit: true;
        display: "title";
        extends: "analytics_visualization";
        extensible: true;
        label: "Report";
        name: "sys_report";
        schema: {
            additional_groupby: Typed<
                string,
                { label: "Additional Group By"; maxLength: 4000 },
            >;
            aggregate: Typed<
                string,
                {
                    default: "COUNT";
                    dropdown: "dropdown_without_none";
                    label: [
                        {
                            hint: "The aggregation wanted";
                            label: "Aggregate";
                            plural: "Aggregates";
                        },
                    ];
                },
            >;
            aggregation_source: Typed<
                string,
                {
                    dropdown: "dropdown_without_none";
                    label: [
                        {
                            hint: "The FX currency aggregate source";
                            label: "Aggregation Source";
                            plural: "Aggregation Sources";
                        },
                    ];
                },
            >;
            allow_data_label_overlap: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Allow data labels to overlap in order to display them all";
                            label: "Allow data label overlap";
                            plural: "Allow data label overlaps";
                        },
                    ];
                },
            >;
            apply_alias: Typed<boolean, { default: true; label: "Apply aliases" }>;
            axis_max_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Axis max color";
                    referenceTable: "sys_report_color";
                },
            >;
            axis_min_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Axis min color";
                    referenceTable: "sys_report_color";
                },
            >;
            bar_unstack: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Unstack bars";
                            label: "Bar unstack";
                            plural: "Bar unstacks";
                        },
                    ];
                },
            >;
            calendar: Typed<string, { label: "Calendar" }>;
            chart_background_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Chart background color";
                    referenceTable: "sys_report_color";
                },
            >;
            chart_border_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Chart border color";
                    referenceTable: "sys_report_color";
                },
            >;
            chart_border_radius: Typed<
                number,
                { default: "0"; label: "Chart border radius" },
            >;
            chart_border_width: Typed<
                number,
                { default: "1"; label: "Chart border width" },
            >;
            chart_height: Typed<
                number,
                {
                    label: [
                        {
                            hint: "Custom chart height";
                            label: "Chart height";
                            plural: "Chart heights";
                        },
                    ];
                },
            >;
            chart_size: Typed<
                string,
                { default: "large"; dropdown: "dropdown_with_none"; label: "Chart size" },
            >;
            chart_subtitle: Typed<string, { label: "Chart subtitle"; maxLength: 100 }>;
            chart_subtitle_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Chart subtitle color";
                    referenceTable: "sys_report_color";
                },
            >;
            chart_subtitle_size: Typed<
                number,
                { default: "14"; label: "Chart subtitle size" },
            >;
            chart_subtitle_style: Typed<
                string,
                {
                    default: "normal";
                    dropdown: "dropdown_with_none";
                    label: [
                        {
                            hint: "Chart subtitle style";
                            label: "Chart subtitle style";
                            plural: "Chart subtitle styles";
                        },
                    ];
                },
            >;
            chart_title: Typed<
                string,
                {
                    label: [
                        {
                            hint: "Set a custom chart title different from chart name";
                            label: "Chart title";
                            plural: "Chart titles";
                        },
                    ];
                    maxLength: 100;
                },
            >;
            chart_title_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Chart title color";
                    referenceTable: "sys_report_color";
                },
            >;
            chart_title_size: Typed<
                number,
                { default: "16"; label: "Chart title size" },
            >;
            chart_title_style: Typed<
                string,
                {
                    default: "normal";
                    dropdown: "dropdown_with_none";
                    label: [
                        {
                            hint: "Chart title style";
                            label: "Chart title style";
                            plural: "Chart title styles";
                        },
                    ];
                },
            >;
            chart_title_x_position: Typed<number, { label: "Chart title x position" }>;
            chart_title_y_position: Typed<number, { label: "Chart title y position" }>;
            chart_width: Typed<
                number,
                {
                    label: [
                        {
                            hint: "Custom chart width";
                            label: "Chart width";
                            plural: "Chart widths";
                        },
                    ];
                },
            >;
            color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: [
                        {
                            hint: "Report Color";
                            label: "Report Color";
                            plural: "Report Colors";
                        },
                    ];
                    referenceTable: "sys_report_color";
                },
            >;
            color_palette: Typed<
                | string
                | Record<"pa_chart_color_schemes">
                | ExplicitKey<"pa_chart_color_schemes">
                | TableBrand<"pa_chart_color_schemes">,
                {
                    attributes: { encode_utf8: false };
                    label: [
                        {
                            hint: "Set color palette";
                            label: "Color palette";
                            plural: "Color palettes";
                        },
                    ];
                    referenceTable: "pa_chart_color_schemes";
                },
            >;
            colors: Typed<
                string,
                {
                    label: [
                        {
                            hint: "Set report colors";
                            label: "Report Colors";
                            plural: "Report Colors";
                        },
                    ];
                    maxLength: 255;
                },
            >;
            column: Typed<string, { label: "Column"; maxLength: 4000 }>;
            compute_percent: Typed<
                string,
                {
                    default: "aggregate";
                    dropdown: "dropdown_with_none";
                    label: [
                        {
                            hint: "How to compute percentages of groupings to show on tool tip and display grid";
                            label: "Percentages";
                            plural: "Percentages";
                        },
                    ];
                },
            >;
            content: Typed<
                string,
                {
                    attributes: { html_sanitize: true };
                    label: [
                        {
                            hint: "Description of the report content";
                            label: "Content";
                            plural: "Contents";
                        },
                    ];
                    maxLength: 8000;
                },
            >;
            created_by_user: Typed<
                | string
                | Record<"sys_user">
                | ExplicitKey<"sys_user">
                | TableBrand<"sys_user">,
                {
                    attributes: { encode_utf8: false };
                    label: "Created by user";
                    referenceTable: "sys_user";
                },
            >;
            custom_chart_size: Typed<
                boolean,
                {
                    label: [
                        {
                            hint: "Custom chart size";
                            label: "Custom chart size";
                            plural: "Custom chart sizes";
                        },
                    ];
                },
            >;
            custom_chart_title_position: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Set a custom chart title position";
                            label: "Custom chart title position";
                            plural: "Custom chart title positions";
                        },
                    ];
                },
            >;
            custom_config: Typed<string, { label: "Custom config"; maxLength: 5000 }>;
            decimal_precision: Typed<
                number,
                {
                    default: "2";
                    label: [
                        {
                            hint: "Decimal precision";
                            label: "Decimal precision";
                            plural: "Decimal precisions";
                        },
                    ];
                },
            >;
            direction: Typed<
                string,
                {
                    default: "minimize";
                    dropdown: "dropdown_with_none";
                    label: "Direction";
                },
            >;
            display_column_lines: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Display column lines";
                            label: "Display column lines";
                            plural: "Display column lines";
                        },
                    ];
                },
            >;
            display_grid: Typed<
                boolean,
                {
                    label: [
                        {
                            hint: "Display the grid of values in the chart";
                            label: "Display grid";
                            plural: "Display grids";
                        },
                    ];
                },
            >;
            display_row_lines: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Display row lines";
                            label: "Display row lines";
                            plural: "Display row lines";
                        },
                    ];
                },
            >;
            donut_width_percent: Typed<
                number,
                {
                    default: "30";
                    label: [
                        {
                            hint: "Set the donut width";
                            label: "Donut width percent";
                            plural: "Donut width percents";
                        },
                    ];
                },
            >;
            end_time: Typed<string, { label: "End time" }>;
            exp_report_attrs: Typed<
                boolean,
                {
                    default: true;
                    label: [
                        {
                            hint: "While exporting report to PDF or other formats, show the report details at the top";
                            label: "Export report details";
                            plural: "Export report details";
                        },
                    ];
                },
            >;
            field: Typed<
                string,
                { elementReference: true; label: "Field Name"; maxLength: 255 },
            >;
            field_list: Typed<
                FieldListValue<keyof Tables>,
                {
                    attributes: { is_multi_text: false };
                    dependent: "table";
                    label: "Select fields for list";
                    maxLength: 4000;
                },
            >;
            filter: Typed<string, { dependent: "table"; label: "Filter" }>;
            formatting_configuration: Typed<
                string,
                { label: "Formatting configuration"; maxLength: 8000 },
            >;
            from: Typed<number, { label: "From" }>;
            funnel_neck_percent: Typed<
                number,
                {
                    default: "30";
                    label: [
                        {
                            hint: "Set percent of graph that is the funnel neck";
                            label: "Funnel neck percent";
                            plural: "Funnel neck percents";
                        },
                    ];
                },
            >;
            gauge_autoscale: Typed<
                boolean,
                {
                    default: true;
                    label: [
                        {
                            hint: "Automatically choose start and end points for gauge";
                            label: "Gauge autoscale";
                            plural: "Gauge autoscales";
                        },
                    ];
                },
            >;
            group: Typed<
                | string
                | Record<"sys_user_group">
                | ExplicitKey<"sys_user_group">
                | TableBrand<"sys_user_group">,
                {
                    attributes: { encode_utf8: false };
                    label: "Group";
                    referenceTable: "sys_user_group";
                },
            >;
            import_table: Typed<
                | string
                | Record<"sys_report_import_table">
                | ExplicitKey<"sys_report_import_table">
                | TableBrand<"sys_report_import_table">,
                {
                    cascadeRule: "none";
                    label: "Import table";
                    referenceTable: "sys_report_import_table";
                },
            >;
            interval: Typed<
                string,
                { default: "year"; dropdown: "dropdown_with_none"; label: "Interval" },
            >;
            is_published: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Mark if report is published";
                            label: "Is published";
                            plural: "Is published";
                        },
                    ];
                },
            >;
            is_real_time: Typed<boolean, { default: false; label: "Is real time" }>;
            is_scheduled: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Mark if report is scheduled";
                            label: "Is scheduled";
                            plural: "Is scheduled";
                        },
                    ];
                },
            >;
            legend_align_columns: Typed<
                boolean,
                { default: true; label: "Legend align columns" },
            >;
            legend_background_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Legend background color";
                    referenceTable: "sys_report_color";
                },
            >;
            legend_border_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Legend border color";
                    referenceTable: "sys_report_color";
                },
            >;
            legend_border_radius: Typed<
                number,
                { default: "0"; label: "Legend border radius" },
            >;
            legend_border_width: Typed<
                number,
                { default: "1"; label: "Legend border width" },
            >;
            legend_horizontal_alignment: Typed<
                string,
                {
                    default: "center";
                    dropdown: "dropdown_with_none";
                    label: "Legend horizontal alignment";
                },
            >;
            legend_items_left_align: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Mark if legend has items left align";
                            label: "Legend items left align";
                            plural: "Legend items left aligns";
                        },
                    ];
                },
            >;
            legend_vertical_alignment: Typed<
                string,
                {
                    default: "bottom";
                    dropdown: "dropdown_with_none";
                    label: "Legend vertical alignment";
                },
            >;
            list_ui_view: Typed<
                | string
                | Record<"sys_ui_view">
                | ExplicitKey<"sys_ui_view">
                | TableBrand<"sys_ui_view">,
                {
                    attributes: { encode_utf8: false };
                    label: "List UI view";
                    referenceTable: "sys_ui_view";
                },
            >;
            location_field: Typed<
                string,
                { elementReference: true; label: "Location Field Name"; maxLength: 255 },
            >;
            lower_limit: Typed<number, { label: "Lower limit" }>;
            map: Typed<
                | string
                | Record<"sys_report_map">
                | ExplicitKey<"sys_report_map">
                | TableBrand<"sys_report_map">,
                {
                    attributes: { encode_utf8: false };
                    label: "Map";
                    referenceTable: "sys_report_map";
                },
            >;
            map_source: Typed<
                | string
                | Record<"sys_report_map_source">
                | ExplicitKey<"sys_report_map_source">
                | TableBrand<"sys_report_map_source">,
                {
                    attributes: { encode_utf8: false };
                    label: "Map Location";
                    referenceTable: "sys_report_map_source";
                },
            >;
            no_bulk_migration: Typed<
                boolean,
                { default: false; label: "Do not migrate in bulk" },
            >;
            orderby_list: Typed<
                FieldListValue<keyof Tables>,
                {
                    attributes: { is_multi_text: false };
                    dependent: "table";
                    label: "Select fields for orderBy";
                    maxLength: 4000;
                },
            >;
            other_threshold: Typed<
                number,
                {
                    default: "-2";
                    dropdown: "dropdown_without_none";
                    label: [
                        {
                            hint: "Indicates how many entries to display";
                            label: "Other threshold";
                            plural: "Other thresholds";
                        },
                    ];
                },
            >;
            others: Typed<
                string,
                {
                    default: "yes";
                    dropdown: "dropdown_with_none";
                    label: [
                        {
                            hint: "Is the other bar/slice wanted on the bar/pie charts";
                            label: "Others";
                            plural: "Others";
                        },
                    ];
                },
            >;
            page_hdrftr: Typed<
                | string
                | Record<"sys_report_page_hdrftr">
                | ExplicitKey<"sys_report_page_hdrftr">
                | TableBrand<"sys_report_page_hdrftr">,
                { label: "Page hdrftr"; referenceTable: "sys_report_page_hdrftr" },
            >;
            pivot_expanded: Typed<
                boolean,
                {
                    default: true;
                    label: [
                        {
                            hint: "Pivot expanded";
                            label: "Pivot expanded";
                            plural: "Pivot expanded";
                        },
                    ];
                },
            >;
            report_drilldown: Typed<
                | string
                | Record<"sys_report_drill">
                | ExplicitKey<"sys_report_drill">
                | TableBrand<"sys_report_drill">,
                {
                    attributes: { encode_utf8: false };
                    label: "Report drilldown";
                    referenceTable: "sys_report_drill";
                },
            >;
            report_source: Typed<
                | string
                | Record<"sys_report_source">
                | ExplicitKey<"sys_report_source">
                | TableBrand<"sys_report_source">,
                {
                    attributes: { encode_utf8: false };
                    label: "Report source";
                    referenceTable: "sys_report_source";
                },
            >;
            roles: Typed<
                (string | Role)[],
                {
                    array: true;
                    attributes: { record_watcher_blacklist: true };
                    label: "Roles";
                },
            >;
            row: Typed<string, { label: "Row"; maxLength: 4000 }>;
            sc_groupby_item_id: Typed<
                string,
                {
                    label: [
                        {
                            hint: "Set Service Group By Catalog Item";
                            label: "Service Catalog Group By Item Id";
                            plural: "Service Catalog Group By Item Ids";
                        },
                    ];
                    maxLength: 4000;
                },
            >;
            sc_groupby_variable_id: Typed<
                string,
                {
                    label: [
                        {
                            hint: "Set Service Group By Catalog Variable";
                            label: "Service Catalog Group By Variable Id";
                            plural: "Service Catalog Group By Variable Ids";
                        },
                    ];
                },
            >;
            sc_stackby_item_id: Typed<
                string,
                {
                    label: [
                        {
                            hint: "Set Service Stack By Catalog Item";
                            label: "Service Catalog Stack By Item Id";
                            plural: "Service Catalog Stack By Item Ids";
                        },
                    ];
                    maxLength: 4000;
                },
            >;
            sc_stackby_variable_id: Typed<
                string,
                {
                    label: [
                        {
                            hint: "Set Service Stack By Catalog Variable";
                            label: "Service Catalog Stack By Variable Id";
                            plural: "Service Catalog Stack By Variable Ids";
                        },
                    ];
                },
            >;
            score_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Score color";
                    referenceTable: "sys_report_color";
                },
            >;
            series_name_text: Typed<
                string,
                { label: "Series name text"; maxLength: 255 },
            >;
            set_color: Typed<
                string,
                {
                    dropdown: "dropdown_with_none";
                    label: [
                        {
                            hint: "Specify which colors are used in the chart";
                            label: "Chart color";
                            plural: "Chart colors";
                        },
                    ];
                },
            >;
            show_chart_border: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Show/Hide chart border";
                            label: "Show chart border";
                            plural: "Show chart borders";
                        },
                    ];
                },
            >;
            show_chart_data_label: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Show/Hide chart data label";
                            label: "Show chart data label";
                            plural: "Show chart data labels";
                        },
                    ];
                },
            >;
            show_chart_title: Typed<
                string,
                {
                    default: "report";
                    dropdown: "dropdown_with_none";
                    label: [
                        {
                            hint: "Show chart title";
                            label: "Show chart title";
                            plural: "Show chart titles";
                        },
                    ];
                },
            >;
            show_chart_total: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Show/Hide chart total";
                            label: "Show chart total";
                            plural: "Show chart totals";
                        },
                    ];
                },
            >;
            show_data_label_position_middle: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Show data labels in the middle of each section";
                            label: "Show data label position middle";
                            plural: "Show data label position middles";
                        },
                    ];
                },
            >;
            show_empty: Typed<
                boolean,
                {
                    label: [
                        {
                            hint: "Show choice values that have no records";
                            label: "Show empty";
                            plural: "Show empties";
                        },
                    ];
                },
            >;
            show_geographical_label: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Show/Hide geographical label";
                            label: "Show geographical label";
                            plural: "Show geographical labels";
                        },
                    ];
                },
            >;
            show_legend: Typed<
                boolean,
                {
                    default: true;
                    label: [
                        {
                            hint: "Show/Hide legend";
                            label: "Show legend";
                            plural: "Show legends";
                        },
                    ];
                },
            >;
            show_legend_border: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Show/Hide legend border";
                            label: "Show legend border";
                            plural: "Show legend borders";
                        },
                    ];
                },
            >;
            show_marker: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Show/Hide chart marker";
                            label: "Show marker";
                            plural: "Show markers";
                        },
                    ];
                },
            >;
            show_zero: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Show/Hide zero labels";
                            label: "Show zero";
                            plural: "Show zeros";
                        },
                    ];
                },
            >;
            source_type: Typed<
                string,
                {
                    label: [
                        {
                            hint: "Source type";
                            label: "Source type";
                            plural: "Source types";
                        },
                    ];
                },
            >;
            start_time: Typed<string, { label: "Start time" }>;
            style_config: Typed<string, { label: "Style config"; maxLength: 8000 }>;
            sumfield: Typed<string, { label: "Sumfield"; maxLength: 255 }>;
            sys_id: Typed<
                string,
                { label: [{ label: "Sys ID"; plural: "Sys IDs" }]; primary: true },
            >;
            table: Typed<
                keyof Tables,
                {
                    attributes: { allow_public: true; base_start: true };
                    label: "Table";
                    tableReference: true;
                },
            >;
            title: Typed<string, { label: "Title"; maxLength: 255 }>;
            title_horizontal_alignment: Typed<
                string,
                {
                    default: "center";
                    dropdown: "dropdown_with_none";
                    label: "Title horizontal alignment";
                },
            >;
            title_vertical_alignment: Typed<
                string,
                {
                    default: "top";
                    dropdown: "dropdown_with_none";
                    label: "Title vertical alignment";
                },
            >;
            to: Typed<number, { label: "To" }>;
            trend_field: Typed<string, { label: "Trend Field"; maxLength: 255 }>;
            upper_limit: Typed<number, { label: "Upper limit" }>;
            use_color_heatmap: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Use colored heatmap";
                            label: "Use color heatmap";
                            plural: "Use color heatmaps";
                        },
                    ];
                },
            >;
            use_null_in_trend: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Do not replace missing data points with the value of zero. This may create gaps in visualizations that use lines";
                            label: "Use null in trend";
                            plural: "Use null in trends";
                        },
                    ];
                },
            >;
            user: Typed<string, { label: "User" }>;
            x_axis_allow_decimals: Typed<
                boolean,
                {
                    default: true;
                    label: [
                        {
                            hint: "wheater or not to show the decimals on the X axis";
                            label: "X axis allow decimals";
                            plural: "X axis allow decimals";
                        },
                    ];
                },
            >;
            x_axis_display_grid: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Display the X axis grid";
                            label: "X axis display grid";
                            plural: "X axis display grids";
                        },
                    ];
                },
            >;
            x_axis_grid_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "X axis grid color";
                    referenceTable: "sys_report_color";
                },
            >;
            x_axis_grid_dotted: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Set dotted style for the X axis grid";
                            label: "X axis grid dotted";
                            plural: "X axis grid dotted";
                        },
                    ];
                },
            >;
            x_axis_grid_width: Typed<
                number,
                {
                    default: "0";
                    label: [
                        {
                            hint: "Set the width for the X axis grid lines";
                            label: "X axis grid width";
                            plural: "X axis grid widths";
                        },
                    ];
                },
            >;
            x_axis_label_bold: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Set bold font weight for the X axis labels";
                            label: "X axis label bold";
                            plural: "X axis label bolds";
                        },
                    ];
                },
            >;
            x_axis_label_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "X axis label color";
                    referenceTable: "sys_report_color";
                },
            >;
            x_axis_label_size: Typed<
                number,
                {
                    default: "11";
                    label: [
                        {
                            hint: "Set the font size for the X axis labels";
                            label: "X axis label size";
                            plural: "X axis label sizes";
                        },
                    ];
                },
            >;
            x_axis_label_tilt: Typed<
                string,
                {
                    default: "0";
                    dropdown: "dropdown_without_none";
                    label: [
                        {
                            hint: "X axis label tilt";
                            label: "Label tilt";
                            plural: "Label tilts";
                        },
                    ];
                },
            >;
            x_axis_opposite: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Set directio equals to opposite for the X axis";
                            label: "X axis opposite";
                            plural: "X axis opposites";
                        },
                    ];
                },
            >;
            x_axis_title: Typed<
                string,
                {
                    label: [
                        {
                            hint: "Set a title for the X axis";
                            label: "X axis title";
                            plural: "X axis titles";
                        },
                    ];
                    maxLength: 1000;
                },
            >;
            x_axis_title_bold: Typed<
                boolean,
                {
                    default: true;
                    label: [
                        {
                            hint: "Set bold font weight for the X axis title";
                            label: "X axis title bold";
                            plural: "X axis title bolds";
                        },
                    ];
                },
            >;
            x_axis_title_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "X axis title color";
                    referenceTable: "sys_report_color";
                },
            >;
            x_axis_title_size: Typed<
                number,
                {
                    default: "12";
                    label: [
                        {
                            hint: "Set the font size for the X axis title";
                            label: "X axis title size";
                            plural: "X axis title sizes";
                        },
                    ];
                },
            >;
            y_axis_allow_decimals: Typed<
                boolean,
                {
                    default: true;
                    label: [
                        {
                            hint: "whether or not to show the decimals on the X axis";
                            label: "Y axis allow decimals";
                            plural: "Y axis allow decimals";
                        },
                    ];
                },
            >;
            y_axis_display_grid: Typed<
                boolean,
                {
                    default: true;
                    label: [
                        {
                            hint: "Display the Y axis grid";
                            label: "Y axis display grid";
                            plural: "Y axis display grids";
                        },
                    ];
                },
            >;
            y_axis_from: Typed<
                number,
                {
                    label: [
                        {
                            hint: "Set the min value for the Y axis";
                            label: "Y axis from";
                            plural: "Y axis froms";
                        },
                    ];
                },
            >;
            y_axis_grid_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Y axis grid color";
                    referenceTable: "sys_report_color";
                },
            >;
            y_axis_grid_dotted: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Set dotted style for the Y axis grid";
                            label: "Y axis grid dotted";
                            plural: "Y axis grid dotted";
                        },
                    ];
                },
            >;
            y_axis_grid_width: Typed<
                number,
                {
                    default: "1";
                    label: [
                        {
                            hint: "Set the width for the Y axis grid lines";
                            label: "Y axis grid width";
                            plural: "Y axis grid widths";
                        },
                    ];
                },
            >;
            y_axis_label_bold: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Set bold font weight for the Y axis labels";
                            label: "Y axis label bold";
                            plural: "Y axis label bolds";
                        },
                    ];
                },
            >;
            y_axis_label_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Y axis label color";
                    referenceTable: "sys_report_color";
                },
            >;
            y_axis_label_size: Typed<
                number,
                {
                    default: "11";
                    label: [
                        {
                            hint: "Set the font size for the Y axis labels";
                            label: "Y axis label size";
                            plural: "Y axis label sizes";
                        },
                    ];
                },
            >;
            y_axis_label_tilt: Typed<
                string,
                {
                    default: "0";
                    dropdown: "dropdown_without_none";
                    label: [
                        {
                            hint: "Y axis label tilt";
                            label: "Y axis label tilt";
                            plural: "Y axis label tilts";
                        },
                    ];
                },
            >;
            y_axis_opposite: Typed<
                boolean,
                {
                    default: false;
                    label: [
                        {
                            hint: "Set directio equals to opposite for the Y axis";
                            label: "Y axis opposite";
                            plural: "Y axis opposites";
                        },
                    ];
                },
            >;
            y_axis_title: Typed<
                string,
                {
                    label: [
                        {
                            hint: "Set a title for the Y axis";
                            label: "Y axis title";
                            plural: "Y axis titles";
                        },
                    ];
                    maxLength: 1000;
                },
            >;
            y_axis_title_bold: Typed<
                boolean,
                {
                    default: true;
                    label: [
                        {
                            hint: "Set bold font weight for the Y axis title";
                            label: "Y axis title bold";
                            plural: "Y axis title bolds";
                        },
                    ];
                },
            >;
            y_axis_title_color: Typed<
                | string
                | Record<"sys_report_color">
                | ExplicitKey<"sys_report_color">
                | TableBrand<"sys_report_color">,
                {
                    attributes: { encode_utf8: false };
                    label: "Y axis title color";
                    referenceTable: "sys_report_color";
                },
            >;
            y_axis_title_size: Typed<
                number,
                {
                    default: "12";
                    label: [
                        {
                            hint: "Set the font size for the Y axis title";
                            label: "Y axis title size";
                            plural: "Y axis title sizes";
                        },
                    ];
                },
            >;
            y_axis_to: Typed<
                number,
                {
                    label: [
                        {
                            hint: "Set the max value for the Y axis";
                            label: "Y axis to";
                            plural: "Y axis to";
                        },
                    ];
                },
            >;
        };
        textIndex: true;
    } = ...

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { update_synch: true }
    • Readonlyaudit: true
    • Readonlydisplay: "title"
    • Readonlyextends: "analytics_visualization"
    • Readonlyextensible: true
    • Readonlylabel: "Report"
    • Readonlyname: "sys_report"
    • Readonlyschema: {
          additional_groupby: Typed<
              string,
              { label: "Additional Group By"; maxLength: 4000 },
          >;
          aggregate: Typed<
              string,
              {
                  default: "COUNT";
                  dropdown: "dropdown_without_none";
                  label: [
                      {
                          hint: "The aggregation wanted";
                          label: "Aggregate";
                          plural: "Aggregates";
                      },
                  ];
              },
          >;
          aggregation_source: Typed<
              string,
              {
                  dropdown: "dropdown_without_none";
                  label: [
                      {
                          hint: "The FX currency aggregate source";
                          label: "Aggregation Source";
                          plural: "Aggregation Sources";
                      },
                  ];
              },
          >;
          allow_data_label_overlap: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Allow data labels to overlap in order to display them all";
                          label: "Allow data label overlap";
                          plural: "Allow data label overlaps";
                      },
                  ];
              },
          >;
          apply_alias: Typed<boolean, { default: true; label: "Apply aliases" }>;
          axis_max_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Axis max color";
                  referenceTable: "sys_report_color";
              },
          >;
          axis_min_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Axis min color";
                  referenceTable: "sys_report_color";
              },
          >;
          bar_unstack: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Unstack bars";
                          label: "Bar unstack";
                          plural: "Bar unstacks";
                      },
                  ];
              },
          >;
          calendar: Typed<string, { label: "Calendar" }>;
          chart_background_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Chart background color";
                  referenceTable: "sys_report_color";
              },
          >;
          chart_border_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Chart border color";
                  referenceTable: "sys_report_color";
              },
          >;
          chart_border_radius: Typed<
              number,
              { default: "0"; label: "Chart border radius" },
          >;
          chart_border_width: Typed<
              number,
              { default: "1"; label: "Chart border width" },
          >;
          chart_height: Typed<
              number,
              {
                  label: [
                      {
                          hint: "Custom chart height";
                          label: "Chart height";
                          plural: "Chart heights";
                      },
                  ];
              },
          >;
          chart_size: Typed<
              string,
              { default: "large"; dropdown: "dropdown_with_none"; label: "Chart size" },
          >;
          chart_subtitle: Typed<string, { label: "Chart subtitle"; maxLength: 100 }>;
          chart_subtitle_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Chart subtitle color";
                  referenceTable: "sys_report_color";
              },
          >;
          chart_subtitle_size: Typed<
              number,
              { default: "14"; label: "Chart subtitle size" },
          >;
          chart_subtitle_style: Typed<
              string,
              {
                  default: "normal";
                  dropdown: "dropdown_with_none";
                  label: [
                      {
                          hint: "Chart subtitle style";
                          label: "Chart subtitle style";
                          plural: "Chart subtitle styles";
                      },
                  ];
              },
          >;
          chart_title: Typed<
              string,
              {
                  label: [
                      {
                          hint: "Set a custom chart title different from chart name";
                          label: "Chart title";
                          plural: "Chart titles";
                      },
                  ];
                  maxLength: 100;
              },
          >;
          chart_title_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Chart title color";
                  referenceTable: "sys_report_color";
              },
          >;
          chart_title_size: Typed<
              number,
              { default: "16"; label: "Chart title size" },
          >;
          chart_title_style: Typed<
              string,
              {
                  default: "normal";
                  dropdown: "dropdown_with_none";
                  label: [
                      {
                          hint: "Chart title style";
                          label: "Chart title style";
                          plural: "Chart title styles";
                      },
                  ];
              },
          >;
          chart_title_x_position: Typed<number, { label: "Chart title x position" }>;
          chart_title_y_position: Typed<number, { label: "Chart title y position" }>;
          chart_width: Typed<
              number,
              {
                  label: [
                      {
                          hint: "Custom chart width";
                          label: "Chart width";
                          plural: "Chart widths";
                      },
                  ];
              },
          >;
          color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: [
                      {
                          hint: "Report Color";
                          label: "Report Color";
                          plural: "Report Colors";
                      },
                  ];
                  referenceTable: "sys_report_color";
              },
          >;
          color_palette: Typed<
              | string
              | Record<"pa_chart_color_schemes">
              | ExplicitKey<"pa_chart_color_schemes">
              | TableBrand<"pa_chart_color_schemes">,
              {
                  attributes: { encode_utf8: false };
                  label: [
                      {
                          hint: "Set color palette";
                          label: "Color palette";
                          plural: "Color palettes";
                      },
                  ];
                  referenceTable: "pa_chart_color_schemes";
              },
          >;
          colors: Typed<
              string,
              {
                  label: [
                      {
                          hint: "Set report colors";
                          label: "Report Colors";
                          plural: "Report Colors";
                      },
                  ];
                  maxLength: 255;
              },
          >;
          column: Typed<string, { label: "Column"; maxLength: 4000 }>;
          compute_percent: Typed<
              string,
              {
                  default: "aggregate";
                  dropdown: "dropdown_with_none";
                  label: [
                      {
                          hint: "How to compute percentages of groupings to show on tool tip and display grid";
                          label: "Percentages";
                          plural: "Percentages";
                      },
                  ];
              },
          >;
          content: Typed<
              string,
              {
                  attributes: { html_sanitize: true };
                  label: [
                      {
                          hint: "Description of the report content";
                          label: "Content";
                          plural: "Contents";
                      },
                  ];
                  maxLength: 8000;
              },
          >;
          created_by_user: Typed<
              | string
              | Record<"sys_user">
              | ExplicitKey<"sys_user">
              | TableBrand<"sys_user">,
              {
                  attributes: { encode_utf8: false };
                  label: "Created by user";
                  referenceTable: "sys_user";
              },
          >;
          custom_chart_size: Typed<
              boolean,
              {
                  label: [
                      {
                          hint: "Custom chart size";
                          label: "Custom chart size";
                          plural: "Custom chart sizes";
                      },
                  ];
              },
          >;
          custom_chart_title_position: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Set a custom chart title position";
                          label: "Custom chart title position";
                          plural: "Custom chart title positions";
                      },
                  ];
              },
          >;
          custom_config: Typed<string, { label: "Custom config"; maxLength: 5000 }>;
          decimal_precision: Typed<
              number,
              {
                  default: "2";
                  label: [
                      {
                          hint: "Decimal precision";
                          label: "Decimal precision";
                          plural: "Decimal precisions";
                      },
                  ];
              },
          >;
          direction: Typed<
              string,
              {
                  default: "minimize";
                  dropdown: "dropdown_with_none";
                  label: "Direction";
              },
          >;
          display_column_lines: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Display column lines";
                          label: "Display column lines";
                          plural: "Display column lines";
                      },
                  ];
              },
          >;
          display_grid: Typed<
              boolean,
              {
                  label: [
                      {
                          hint: "Display the grid of values in the chart";
                          label: "Display grid";
                          plural: "Display grids";
                      },
                  ];
              },
          >;
          display_row_lines: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Display row lines";
                          label: "Display row lines";
                          plural: "Display row lines";
                      },
                  ];
              },
          >;
          donut_width_percent: Typed<
              number,
              {
                  default: "30";
                  label: [
                      {
                          hint: "Set the donut width";
                          label: "Donut width percent";
                          plural: "Donut width percents";
                      },
                  ];
              },
          >;
          end_time: Typed<string, { label: "End time" }>;
          exp_report_attrs: Typed<
              boolean,
              {
                  default: true;
                  label: [
                      {
                          hint: "While exporting report to PDF or other formats, show the report details at the top";
                          label: "Export report details";
                          plural: "Export report details";
                      },
                  ];
              },
          >;
          field: Typed<
              string,
              { elementReference: true; label: "Field Name"; maxLength: 255 },
          >;
          field_list: Typed<
              FieldListValue<keyof Tables>,
              {
                  attributes: { is_multi_text: false };
                  dependent: "table";
                  label: "Select fields for list";
                  maxLength: 4000;
              },
          >;
          filter: Typed<string, { dependent: "table"; label: "Filter" }>;
          formatting_configuration: Typed<
              string,
              { label: "Formatting configuration"; maxLength: 8000 },
          >;
          from: Typed<number, { label: "From" }>;
          funnel_neck_percent: Typed<
              number,
              {
                  default: "30";
                  label: [
                      {
                          hint: "Set percent of graph that is the funnel neck";
                          label: "Funnel neck percent";
                          plural: "Funnel neck percents";
                      },
                  ];
              },
          >;
          gauge_autoscale: Typed<
              boolean,
              {
                  default: true;
                  label: [
                      {
                          hint: "Automatically choose start and end points for gauge";
                          label: "Gauge autoscale";
                          plural: "Gauge autoscales";
                      },
                  ];
              },
          >;
          group: Typed<
              | string
              | Record<"sys_user_group">
              | ExplicitKey<"sys_user_group">
              | TableBrand<"sys_user_group">,
              {
                  attributes: { encode_utf8: false };
                  label: "Group";
                  referenceTable: "sys_user_group";
              },
          >;
          import_table: Typed<
              | string
              | Record<"sys_report_import_table">
              | ExplicitKey<"sys_report_import_table">
              | TableBrand<"sys_report_import_table">,
              {
                  cascadeRule: "none";
                  label: "Import table";
                  referenceTable: "sys_report_import_table";
              },
          >;
          interval: Typed<
              string,
              { default: "year"; dropdown: "dropdown_with_none"; label: "Interval" },
          >;
          is_published: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Mark if report is published";
                          label: "Is published";
                          plural: "Is published";
                      },
                  ];
              },
          >;
          is_real_time: Typed<boolean, { default: false; label: "Is real time" }>;
          is_scheduled: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Mark if report is scheduled";
                          label: "Is scheduled";
                          plural: "Is scheduled";
                      },
                  ];
              },
          >;
          legend_align_columns: Typed<
              boolean,
              { default: true; label: "Legend align columns" },
          >;
          legend_background_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Legend background color";
                  referenceTable: "sys_report_color";
              },
          >;
          legend_border_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Legend border color";
                  referenceTable: "sys_report_color";
              },
          >;
          legend_border_radius: Typed<
              number,
              { default: "0"; label: "Legend border radius" },
          >;
          legend_border_width: Typed<
              number,
              { default: "1"; label: "Legend border width" },
          >;
          legend_horizontal_alignment: Typed<
              string,
              {
                  default: "center";
                  dropdown: "dropdown_with_none";
                  label: "Legend horizontal alignment";
              },
          >;
          legend_items_left_align: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Mark if legend has items left align";
                          label: "Legend items left align";
                          plural: "Legend items left aligns";
                      },
                  ];
              },
          >;
          legend_vertical_alignment: Typed<
              string,
              {
                  default: "bottom";
                  dropdown: "dropdown_with_none";
                  label: "Legend vertical alignment";
              },
          >;
          list_ui_view: Typed<
              | string
              | Record<"sys_ui_view">
              | ExplicitKey<"sys_ui_view">
              | TableBrand<"sys_ui_view">,
              {
                  attributes: { encode_utf8: false };
                  label: "List UI view";
                  referenceTable: "sys_ui_view";
              },
          >;
          location_field: Typed<
              string,
              { elementReference: true; label: "Location Field Name"; maxLength: 255 },
          >;
          lower_limit: Typed<number, { label: "Lower limit" }>;
          map: Typed<
              | string
              | Record<"sys_report_map">
              | ExplicitKey<"sys_report_map">
              | TableBrand<"sys_report_map">,
              {
                  attributes: { encode_utf8: false };
                  label: "Map";
                  referenceTable: "sys_report_map";
              },
          >;
          map_source: Typed<
              | string
              | Record<"sys_report_map_source">
              | ExplicitKey<"sys_report_map_source">
              | TableBrand<"sys_report_map_source">,
              {
                  attributes: { encode_utf8: false };
                  label: "Map Location";
                  referenceTable: "sys_report_map_source";
              },
          >;
          no_bulk_migration: Typed<
              boolean,
              { default: false; label: "Do not migrate in bulk" },
          >;
          orderby_list: Typed<
              FieldListValue<keyof Tables>,
              {
                  attributes: { is_multi_text: false };
                  dependent: "table";
                  label: "Select fields for orderBy";
                  maxLength: 4000;
              },
          >;
          other_threshold: Typed<
              number,
              {
                  default: "-2";
                  dropdown: "dropdown_without_none";
                  label: [
                      {
                          hint: "Indicates how many entries to display";
                          label: "Other threshold";
                          plural: "Other thresholds";
                      },
                  ];
              },
          >;
          others: Typed<
              string,
              {
                  default: "yes";
                  dropdown: "dropdown_with_none";
                  label: [
                      {
                          hint: "Is the other bar/slice wanted on the bar/pie charts";
                          label: "Others";
                          plural: "Others";
                      },
                  ];
              },
          >;
          page_hdrftr: Typed<
              | string
              | Record<"sys_report_page_hdrftr">
              | ExplicitKey<"sys_report_page_hdrftr">
              | TableBrand<"sys_report_page_hdrftr">,
              { label: "Page hdrftr"; referenceTable: "sys_report_page_hdrftr" },
          >;
          pivot_expanded: Typed<
              boolean,
              {
                  default: true;
                  label: [
                      {
                          hint: "Pivot expanded";
                          label: "Pivot expanded";
                          plural: "Pivot expanded";
                      },
                  ];
              },
          >;
          report_drilldown: Typed<
              | string
              | Record<"sys_report_drill">
              | ExplicitKey<"sys_report_drill">
              | TableBrand<"sys_report_drill">,
              {
                  attributes: { encode_utf8: false };
                  label: "Report drilldown";
                  referenceTable: "sys_report_drill";
              },
          >;
          report_source: Typed<
              | string
              | Record<"sys_report_source">
              | ExplicitKey<"sys_report_source">
              | TableBrand<"sys_report_source">,
              {
                  attributes: { encode_utf8: false };
                  label: "Report source";
                  referenceTable: "sys_report_source";
              },
          >;
          roles: Typed<
              (string | Role)[],
              {
                  array: true;
                  attributes: { record_watcher_blacklist: true };
                  label: "Roles";
              },
          >;
          row: Typed<string, { label: "Row"; maxLength: 4000 }>;
          sc_groupby_item_id: Typed<
              string,
              {
                  label: [
                      {
                          hint: "Set Service Group By Catalog Item";
                          label: "Service Catalog Group By Item Id";
                          plural: "Service Catalog Group By Item Ids";
                      },
                  ];
                  maxLength: 4000;
              },
          >;
          sc_groupby_variable_id: Typed<
              string,
              {
                  label: [
                      {
                          hint: "Set Service Group By Catalog Variable";
                          label: "Service Catalog Group By Variable Id";
                          plural: "Service Catalog Group By Variable Ids";
                      },
                  ];
              },
          >;
          sc_stackby_item_id: Typed<
              string,
              {
                  label: [
                      {
                          hint: "Set Service Stack By Catalog Item";
                          label: "Service Catalog Stack By Item Id";
                          plural: "Service Catalog Stack By Item Ids";
                      },
                  ];
                  maxLength: 4000;
              },
          >;
          sc_stackby_variable_id: Typed<
              string,
              {
                  label: [
                      {
                          hint: "Set Service Stack By Catalog Variable";
                          label: "Service Catalog Stack By Variable Id";
                          plural: "Service Catalog Stack By Variable Ids";
                      },
                  ];
              },
          >;
          score_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Score color";
                  referenceTable: "sys_report_color";
              },
          >;
          series_name_text: Typed<
              string,
              { label: "Series name text"; maxLength: 255 },
          >;
          set_color: Typed<
              string,
              {
                  dropdown: "dropdown_with_none";
                  label: [
                      {
                          hint: "Specify which colors are used in the chart";
                          label: "Chart color";
                          plural: "Chart colors";
                      },
                  ];
              },
          >;
          show_chart_border: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Show/Hide chart border";
                          label: "Show chart border";
                          plural: "Show chart borders";
                      },
                  ];
              },
          >;
          show_chart_data_label: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Show/Hide chart data label";
                          label: "Show chart data label";
                          plural: "Show chart data labels";
                      },
                  ];
              },
          >;
          show_chart_title: Typed<
              string,
              {
                  default: "report";
                  dropdown: "dropdown_with_none";
                  label: [
                      {
                          hint: "Show chart title";
                          label: "Show chart title";
                          plural: "Show chart titles";
                      },
                  ];
              },
          >;
          show_chart_total: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Show/Hide chart total";
                          label: "Show chart total";
                          plural: "Show chart totals";
                      },
                  ];
              },
          >;
          show_data_label_position_middle: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Show data labels in the middle of each section";
                          label: "Show data label position middle";
                          plural: "Show data label position middles";
                      },
                  ];
              },
          >;
          show_empty: Typed<
              boolean,
              {
                  label: [
                      {
                          hint: "Show choice values that have no records";
                          label: "Show empty";
                          plural: "Show empties";
                      },
                  ];
              },
          >;
          show_geographical_label: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Show/Hide geographical label";
                          label: "Show geographical label";
                          plural: "Show geographical labels";
                      },
                  ];
              },
          >;
          show_legend: Typed<
              boolean,
              {
                  default: true;
                  label: [
                      {
                          hint: "Show/Hide legend";
                          label: "Show legend";
                          plural: "Show legends";
                      },
                  ];
              },
          >;
          show_legend_border: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Show/Hide legend border";
                          label: "Show legend border";
                          plural: "Show legend borders";
                      },
                  ];
              },
          >;
          show_marker: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Show/Hide chart marker";
                          label: "Show marker";
                          plural: "Show markers";
                      },
                  ];
              },
          >;
          show_zero: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Show/Hide zero labels";
                          label: "Show zero";
                          plural: "Show zeros";
                      },
                  ];
              },
          >;
          source_type: Typed<
              string,
              {
                  label: [
                      { hint: "Source type"; label: "Source type"; plural: "Source types" },
                  ];
              },
          >;
          start_time: Typed<string, { label: "Start time" }>;
          style_config: Typed<string, { label: "Style config"; maxLength: 8000 }>;
          sumfield: Typed<string, { label: "Sumfield"; maxLength: 255 }>;
          sys_id: Typed<
              string,
              { label: [{ label: "Sys ID"; plural: "Sys IDs" }]; primary: true },
          >;
          table: Typed<
              keyof Tables,
              {
                  attributes: { allow_public: true; base_start: true };
                  label: "Table";
                  tableReference: true;
              },
          >;
          title: Typed<string, { label: "Title"; maxLength: 255 }>;
          title_horizontal_alignment: Typed<
              string,
              {
                  default: "center";
                  dropdown: "dropdown_with_none";
                  label: "Title horizontal alignment";
              },
          >;
          title_vertical_alignment: Typed<
              string,
              {
                  default: "top";
                  dropdown: "dropdown_with_none";
                  label: "Title vertical alignment";
              },
          >;
          to: Typed<number, { label: "To" }>;
          trend_field: Typed<string, { label: "Trend Field"; maxLength: 255 }>;
          upper_limit: Typed<number, { label: "Upper limit" }>;
          use_color_heatmap: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Use colored heatmap";
                          label: "Use color heatmap";
                          plural: "Use color heatmaps";
                      },
                  ];
              },
          >;
          use_null_in_trend: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Do not replace missing data points with the value of zero. This may create gaps in visualizations that use lines";
                          label: "Use null in trend";
                          plural: "Use null in trends";
                      },
                  ];
              },
          >;
          user: Typed<string, { label: "User" }>;
          x_axis_allow_decimals: Typed<
              boolean,
              {
                  default: true;
                  label: [
                      {
                          hint: "wheater or not to show the decimals on the X axis";
                          label: "X axis allow decimals";
                          plural: "X axis allow decimals";
                      },
                  ];
              },
          >;
          x_axis_display_grid: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Display the X axis grid";
                          label: "X axis display grid";
                          plural: "X axis display grids";
                      },
                  ];
              },
          >;
          x_axis_grid_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "X axis grid color";
                  referenceTable: "sys_report_color";
              },
          >;
          x_axis_grid_dotted: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Set dotted style for the X axis grid";
                          label: "X axis grid dotted";
                          plural: "X axis grid dotted";
                      },
                  ];
              },
          >;
          x_axis_grid_width: Typed<
              number,
              {
                  default: "0";
                  label: [
                      {
                          hint: "Set the width for the X axis grid lines";
                          label: "X axis grid width";
                          plural: "X axis grid widths";
                      },
                  ];
              },
          >;
          x_axis_label_bold: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Set bold font weight for the X axis labels";
                          label: "X axis label bold";
                          plural: "X axis label bolds";
                      },
                  ];
              },
          >;
          x_axis_label_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "X axis label color";
                  referenceTable: "sys_report_color";
              },
          >;
          x_axis_label_size: Typed<
              number,
              {
                  default: "11";
                  label: [
                      {
                          hint: "Set the font size for the X axis labels";
                          label: "X axis label size";
                          plural: "X axis label sizes";
                      },
                  ];
              },
          >;
          x_axis_label_tilt: Typed<
              string,
              {
                  default: "0";
                  dropdown: "dropdown_without_none";
                  label: [
                      {
                          hint: "X axis label tilt";
                          label: "Label tilt";
                          plural: "Label tilts";
                      },
                  ];
              },
          >;
          x_axis_opposite: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Set directio equals to opposite for the X axis";
                          label: "X axis opposite";
                          plural: "X axis opposites";
                      },
                  ];
              },
          >;
          x_axis_title: Typed<
              string,
              {
                  label: [
                      {
                          hint: "Set a title for the X axis";
                          label: "X axis title";
                          plural: "X axis titles";
                      },
                  ];
                  maxLength: 1000;
              },
          >;
          x_axis_title_bold: Typed<
              boolean,
              {
                  default: true;
                  label: [
                      {
                          hint: "Set bold font weight for the X axis title";
                          label: "X axis title bold";
                          plural: "X axis title bolds";
                      },
                  ];
              },
          >;
          x_axis_title_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "X axis title color";
                  referenceTable: "sys_report_color";
              },
          >;
          x_axis_title_size: Typed<
              number,
              {
                  default: "12";
                  label: [
                      {
                          hint: "Set the font size for the X axis title";
                          label: "X axis title size";
                          plural: "X axis title sizes";
                      },
                  ];
              },
          >;
          y_axis_allow_decimals: Typed<
              boolean,
              {
                  default: true;
                  label: [
                      {
                          hint: "whether or not to show the decimals on the X axis";
                          label: "Y axis allow decimals";
                          plural: "Y axis allow decimals";
                      },
                  ];
              },
          >;
          y_axis_display_grid: Typed<
              boolean,
              {
                  default: true;
                  label: [
                      {
                          hint: "Display the Y axis grid";
                          label: "Y axis display grid";
                          plural: "Y axis display grids";
                      },
                  ];
              },
          >;
          y_axis_from: Typed<
              number,
              {
                  label: [
                      {
                          hint: "Set the min value for the Y axis";
                          label: "Y axis from";
                          plural: "Y axis froms";
                      },
                  ];
              },
          >;
          y_axis_grid_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Y axis grid color";
                  referenceTable: "sys_report_color";
              },
          >;
          y_axis_grid_dotted: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Set dotted style for the Y axis grid";
                          label: "Y axis grid dotted";
                          plural: "Y axis grid dotted";
                      },
                  ];
              },
          >;
          y_axis_grid_width: Typed<
              number,
              {
                  default: "1";
                  label: [
                      {
                          hint: "Set the width for the Y axis grid lines";
                          label: "Y axis grid width";
                          plural: "Y axis grid widths";
                      },
                  ];
              },
          >;
          y_axis_label_bold: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Set bold font weight for the Y axis labels";
                          label: "Y axis label bold";
                          plural: "Y axis label bolds";
                      },
                  ];
              },
          >;
          y_axis_label_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Y axis label color";
                  referenceTable: "sys_report_color";
              },
          >;
          y_axis_label_size: Typed<
              number,
              {
                  default: "11";
                  label: [
                      {
                          hint: "Set the font size for the Y axis labels";
                          label: "Y axis label size";
                          plural: "Y axis label sizes";
                      },
                  ];
              },
          >;
          y_axis_label_tilt: Typed<
              string,
              {
                  default: "0";
                  dropdown: "dropdown_without_none";
                  label: [
                      {
                          hint: "Y axis label tilt";
                          label: "Y axis label tilt";
                          plural: "Y axis label tilts";
                      },
                  ];
              },
          >;
          y_axis_opposite: Typed<
              boolean,
              {
                  default: false;
                  label: [
                      {
                          hint: "Set directio equals to opposite for the Y axis";
                          label: "Y axis opposite";
                          plural: "Y axis opposites";
                      },
                  ];
              },
          >;
          y_axis_title: Typed<
              string,
              {
                  label: [
                      {
                          hint: "Set a title for the Y axis";
                          label: "Y axis title";
                          plural: "Y axis titles";
                      },
                  ];
                  maxLength: 1000;
              },
          >;
          y_axis_title_bold: Typed<
              boolean,
              {
                  default: true;
                  label: [
                      {
                          hint: "Set bold font weight for the Y axis title";
                          label: "Y axis title bold";
                          plural: "Y axis title bolds";
                      },
                  ];
              },
          >;
          y_axis_title_color: Typed<
              | string
              | Record<"sys_report_color">
              | ExplicitKey<"sys_report_color">
              | TableBrand<"sys_report_color">,
              {
                  attributes: { encode_utf8: false };
                  label: "Y axis title color";
                  referenceTable: "sys_report_color";
              },
          >;
          y_axis_title_size: Typed<
              number,
              {
                  default: "12";
                  label: [
                      {
                          hint: "Set the font size for the Y axis title";
                          label: "Y axis title size";
                          plural: "Y axis title sizes";
                      },
                  ];
              },
          >;
          y_axis_to: Typed<
              number,
              {
                  label: [
                      {
                          hint: "Set the max value for the Y axis";
                          label: "Y axis to";
                          plural: "Y axis to";
                      },
                  ];
              },
          >;
      }
    • ReadonlytextIndex: true