Skip to main content

Intro

This article describes chart properties available for tables, including specific properties of Flex Tables, Heat Map Tables, Mega Tables, and textboxes. Learn about properties available for most chart types.

General Properties

The properties in the following table are found in the General category in Chart Properties.

Option

Description

Examples

Font color

Choose the font color used for all text in the table.

Allow text to wrap

When checked, text in table columns wraps instead of disappearing off the right side of the column.

Financial style negatives (100)

When this box is checked, negative numbers are enclosed in parentheses; otherwise, a minus sign is used.

Show negative numbers in red

When this box is checked, negative numbers appear in red.

Set column widths

Allows you to set the widths, in pixels, for all table columns as percentages. Do this by entering the widths as a comma-separated list.

In the example below, the column widths are 20, 20, 40, 20.

Hide columns

Allows you to hide columns in a table by entering the column numbers in a comma-separated list. The column numbers are based on the order of the columns in the table, from left to right.

For example, the third column from the left would be column 3.

No data message

The text of the message that displays if there is no data. This can occur if the data has been filtered out.

Text

Lets you set custom text for a Textbox. Any text you enter here replaces the text from your DataSet. You can use the macro %_VALUE here to insert the value from the column you applied in the Optional Value field. For example, if you wanted the text in your textbox to read “Today’s quota is [some value],” you would enter Today’s quota is %_VALUE in this field.

Horizontal Text Alignment

Lets you select the horizontal alignment for text in a Textbox. The examples at right show the same string of text left-aligned, center-aligned, and right-aligned, in that order.

Vertical Text Alignment

Determines whether text in a Textbox appears at the top, in the center, or at the bottom.

Top Margin

Determines the amount of space in pixels above the text in a Textbox.

Bottom Margin

Determines the amount of space in pixels below the text in a Textbox.

Left Margin

Determines the amount of space in pixels to the left of the text in a Textbox.

Right Margin

Determines the amount of space in pixels to the right of the text in a Textbox.

Row Height

Specify the size of the padding in the cells of your Mega Table.

Fixed Row Height

Sets the height for all rows in a Flex table. A minimum value of 28 is required, but no there are no restrictions on the maximum value.

Column 1-Column 10

Lets you choose the aspect of the series that is portrayed in a given column in a Flex table. Four columns are included in a table by default, but you can add additional columns by choosing options for columns 5 through 10. For example, if you selected Penultimate Value for Column 5 , a fifth column would be added to the table, portraying the penultimate value in the data for each series.

The screenshot shows a Flex table in which nearly all aspects are shown (except for Penultimate Value ).

The options in this menu are as follows:

Default

The default aspect of the series represented in each column. For column 1, this is the name of the series; for column 2, the graph; for column 3, a positive or negative indicator, and for column 4, the percent of change. All remaining columns default to Empty .

Empty

If you choose this option, this column does not appear in the table. This is the default setting for columns 5-10.

Name

The name of the series. This is the default setting for column 1.

Graph

The line or bar graph for this series. This is the default setting for column 2. You can change the graph type under Graph Settings > Type .

Change Indicator

An icon that shows whether overall change for the series is positive (green) or negative (red). This is the default setting for column 3.

Change Percent

The percent of overall change for the series. This is the default setting for column 4.

Change Value

The specific amount of change for the series.

First Value

The first data value in the series.

Penultimate Value

The second-to-last data value in the series.

Last Value

The last data value in the series.

Minimum Value

The minimum (lowest) data value in the series.

Maximum Value

The maximum (highest) data value in the series.

Average Value

The average data value in the series.

flex_table_full.png

Column 1-10 Title

The name of a Flex table column, as it appears in the topmost row of the table.

Column 1-10 Width

Lets you set the width of a Flex table column as a percentage of the entire table (1-100).

Hide Alternating Row Colors

Lets you turn off the default alternating row colors in the table, meaning all rows will appear with a white background (except for when you mouse over a column, in which case all cells in that column and the current row appear blue).

Apply Color Rules to Totals and Subtotals

Lets you apply any color rules you have set using the Colors property to total and subtotal rows in your mega table.

Apply Color Rules to Headers

Lets you apply any color rules you have set using the Colors property to header rows in your mega table.

If your color rules are not displaying as expected, go to General and make sure the Apply Color Rules to Headers box is checked.

Allow HTML Links and Images

Lets you permit HTML-encoded links and images to show up in your mega table.

URLs should be enclosed in <a> tags. For example, the following code would be converted into a functional email address for a user named “Sam MacGregor”:

<a href=“mailto: sam.macgregor@yankuna.com ”> sam.macgregor@yankuna.com </a>

Images should be enclosed in <div> tags. For example, the following code would be converted into an image called “bruce.png” that is stored on knowledge.domo.com :

<div style=“text-align:center”><img height=“80px” src=” https://knowledge.domo.com/@api/deki/files/7627/bruce.png?origin=mt-web”&gt;&lt;/div> ;

The example shows a table in which both URLs and images have been enabled.

megatable_images_and_links.png

HTML Image Size

Lets you set a size constraint for HTML images in your mega table. You can set any size between 10 and 500 pixels. The default is 64.

Apply Heat Map to Columns Lets you specify which numeric columns in your heat map table have shading applied. You indicate the columns by their number in the table from left to right. You can use commas to indicate different columns or hyphens to indicate ranges of columns. For example, if you entered 2,4-6 in this field, columns 2, 4, 5, and 6 would have heat map coloring.

Hide Columns

Lets you hide columns in a table by entering the numbers of those columns in a comma-separated list. Column numbers are based on the table column order going from left to right. For example, the third column from the left would be column 3.

Header Row Properties

The properties in the following table are found in the Header Row category in Chart Properties.

Option

Description

Examples

Header row font family

Allows you to select a font family for the header row text of your table. Options include default, Sans, Serif, Slab, Condensed, and Monospace.

Screenshot 2024-05-21 at 2.25.39 PM.png

Header row font size

Header fill color

Lets you select a background color for the header row in a table. If you select Default , no color is used.

If you select both a Header Row fill color and a Header Column fill color, the Header Row takes precedence.

Header font color

Lets you select the text color for the column names in your table header row. This color takes precedence over the table font color applied in General > Font Color , so if you set the general font color to blue and the header row font color to red, the header row font color would appear red instead of blue. If you then chose Default , the header row color would revert to blue.

Header alignment

Lets you select the alignment for the column names in a table header row. The default setting is Left .

In the example, the column names are centered.

If you specify both a Header Row alignment and a Header Column alignment, the Header Row alignment takes precedence.

In the example below, the column names are centered.

Header font style

Lets you select the font style for the column names in a table header row, either bold, italic, bold-italic, or underline. The default setting is Bold .

In the example, Bold-Italic is set as the font style.

Header Row Height

Lets you set the height for the header row in a Flex Table (the row containing the column names). A minimum value of 28 is required. There is no maximum limit.

Header Row Border Properties

These properties are available only for Mega and Pivot Tables. See Pivot Table. Using these border properties, you can choose the width and color for the header row vertical and horizontal borders.
  • Header vertical border — Select Inherit so the vertical header borders mirror the configured width for the General > Vertical border property, or choose a different width (Default, Off, Thin, Thick, Heavy, and Extra Heavy)
  • Header vertical border color — Use a color picker to choose the color for the header vertical borders.
  • Header vertical outside border — Select Inherit so the vertical header outside border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Header vertical outside border color — Use a color picker to choose the color for the header vertical outside border.
  • Header top border — Select Inherit so the header top border mirrors the configured width for the General > Vertical border property, or choose a different width (Default, Off, Thin, Thick, Heavy, and Extra Heavy)
  • Header top border color — Use a color picker to choose the color for the header top border.
  • Header bottom border — Select Inherit so the header bottom border mirrors the configured width for the General > Vertical border property, or choose a different width (Default, Off, Thin, Thick, Heavy, and Extra Heavy)
  • Header bottom border color — Use a color picker to choose the color for the header bottom border.
Screenshot 2024-02-26 at 3.59.51 PM.png

Total Row (Totals) Properties

The properties in the following table are found in the Total row category in Chart Properties. This is called Totals for Pivot Tables.
Important: Analytics functions (windows functions) are not supported in total or subtotal rows.

Option

Description

Examples

Show total row

You must check this box to enable additional total row properties.

Show Total Row lets you add a Grand Total row to the bottom of a table. In this row, all value columns are summed and all string and date/time columns are counted.

Note that the label appears at the bottom of the first column, replacing any total information that would otherwise appear there, so we don’t recommend making the column you want to total the first column.

grant total.jpg

Hide counts

Hides row counts for non-numeric columns. The default is to display counts.

Label

Lets you replace the “Grand Total” text in your table’s total row with custom text.

Total row fill color

Lets you select a background color for the total row in your table. If you select Default , no color is used.

total row fill color.jpg

Total row font color

Lets you select the text color for the content in your table’s total row. This color takes precedence over the table font color applied in General > Font Color , so if you set the general font color to blue and the total row font color to red, the total row font color would appear red instead of blue. If you then chose Default , the total row color would revert to blue. Otherwise, the default is black.

total row font color.jpg

Total row font family

Allows you to select the font family for the total row (Default, Sans, Serif, Slab, Condensed, Monospace).

Total row font size

Allows you to select the font size for the total row (Default, Normal, Smallest, Smaller, Larger, Largest).

Total row font style

Lets you select the font style for the column names in a table total row, either bold, italic, bold-italic, or underline. The default setting is Bold . This option is only available when the Total Row > Show Total Row box is checked.

In the example, Bold-Italic is set as the font style.

font style total.jpg

Total row position

Lets you specify whether your total row appears at the end of your table (default) or at the beginning.

Screenshot 2024-08-26 at 3.58.13 PM.png

Total row padding

Lets you add padding, in pixels, between the content in the total row of your mega table and the upper border.

In the example, this value has been set to 25.

Screenshot 2024-02-26 at 3.54.21 PM.png

Total Row Border Properties

  • Total vertical border — Select Inherit so the total row vertical border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Total vertical border color — Use a color picker to choose the color for the total row vertical borders.
  • Total vertical outside border — Select Inherit so the total row vertical outside border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Total vertical outside border color — Use a color picker to choose the color for the outside vertical table border.
  • Total top border — Select Inherit so the total row top border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Total top border color — Use a color picker to choose the color for the total row top border.
  • Total bottom border — Select Inherit so the total row bottom border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Total bottom border color — Use a color picker to choose the color for the total row bottom border.
    total row borders.jpg

Subtotal Rows Properties

The properties in the following table are found in the Subtotal Row category in Chart Properties.
Important: Analytics functions (windows functions) are not supported in total or subtotal rows.

Option

Description

Examples

Show subtotal rows

You must check this box to enable additional subtotal rows properties.

Lets you add subtotal rows after each group of like values in your table’s first column. In this row, all value columns are summed and all string and date/time columns you added to the Values field are counted.

One subtotal row displays for each of the primary Rows groupings in your table.

In the example, the first column includes state names, which are sorted alphabetically. There are three rows for New Mexico. Therefore, a subtotal column appears after the New Mexico rows, providing subtotals just for the New Mexico data.

Show as percent of total

When this box is checked, subtotals in a table will appear as percent of total values for the entire column instead of the usual subtotals.

Subtotal label

Lets you customize the label text for your table’s subtotal rows. Note that your custom text replaces only the word “Total,” not the name of the group of like values the subtotal is based on.

For example, if the group of like values was “Minnesota” and you added “Summary” as the label text, the label would read “Minnesota Summary.”

You can specify whether your custom label comes before or after the group name using the Subtotal Row > Label Position option.

Subtotal label position

Lets you specify whether the word “Total” (or your custom label if you specified one in the Subtotal Row> Label property) comes before or after the name of the group of like values the subtotal row is based on in a table. The default is After .

For example, if the group name was “Minnesota,” by default the label would read “Minnesota Total.” If you changed this setting to Before , the label would read “Total Minnesota.”

Subtotal row fill color

Lets you select a background color for the subtotal rows in your table. If you select Default , no color is used.

Subtotal row font color

Lets you select the text color for the content in your table’s subtotal rows. This color overrides the table font color applied in General > Font Color , so if you set the general font color to blue and the subtotal row font color to red, the subtotal row font color would appear red instead of blue. If you then chose Default , the subtotal row color would revert to blue.

Subtotal row font family

Subtotal row font size

Subtotal row font style

Lets you select the font style for the text in your table’s subtotal rows (bold, italic, bold-italic, or underline). The default setting is Bold .

In the example, Bold-Italic is set as the font style.

Show all group names

When checked, for unaggregated data in Mega and Pivot tables, names are shown for all individual items within a category. When unchecked, the category name is only used once (aside from the subtotal row), and blank cells appear under that name for all remaining values in the category.

The first example shows a table in which the customer name appears every time a value is listed for that customer.

The second example shows the same table with customer names only being listed once; all subsequent values for the customer have a blank customer name.

megatable_groups_shown.png

megatable_groups_hidden.png

Show group name once

Subtotal row padding

Lets you add padding, in pixels, between the content in the subtotal rows and the lower table border. In the example, this value has been set to 25.

megatable_subtotals_padding.png

Hide counts

Lets you hide “Count” summations for non-value columns in subtotal rows.

Subtotal row position

Lets you specify whether subtotal rows in your table appear after the rows they apply to (default) or before, at the top of each grouping.

pivot_table_subtotal_rows_position.png

Show subheader rows

Lets you add subheader rows above the groupings in your unaggregated data rows in your mega table. If you want to incorporate subheader rows in your table, we recommend that you set them apart using the Subheader fill color , Subheader font color , and/or Subheader f ont style properties so users can see them easily.

Subheader fill color

Lets you add a selected background color to the subheader rows in your mega table. (Subheader rows must be turned on using the Subtotal Row > Show Subheader Rows checkbox for this to be available.) By default, no background color is used.

In the example, the subheader rows are shown with an orange background.

megatable_subheaders_fill_color.png

Subheader font color

Lets you select a color for the text in the subheader rows in your mega table. (Subheader rows must be turned on using the Subtotal row > Show subheader rows checkbox for this to be available.) By default, the color is black.

In the example, the subheader rows display in red text.

megatable_subheaders_font_color.png

Subheader font style

Lets you select a style (bold, italic, or both) to the text in the subheader rows. (Subheader rows must be turned on using the Subtotal Row > Show Subheader Rows checkbox for this to be available.) By default, no style is applied.

In the example, the subheader rows are shown in bold and italic styling.

megatable_subheaders_font_style.png

Suppress single items subtotals

Lets you determine whether to suppress (hide) subtotals if there is only one item in a group in your table.

Subtotal Rows Border Properties

The following properties only display if the Subtotal rows > Show subheader rows checkbox is selected.
  • Subheader vertical border — Select Inherit so the subheader vertical border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Subheader vertical border color — Use a color picker to choose the color for the subheader vertical border.
  • Subheader vertical outside border — Select Inherit so the subheader vertical outside border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Subheader vertical outside border color — Use a color picker to choose the color for the subheader vertical outside border.
  • Subheader top border — Select Inherit so the subheader top border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Subheader top border color — Use a color picker to choose the color for the subheader top border color.
  • Subheader bottom border — Select Inherit so the subheader bottom border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Subheader bottom border color — Use a color picker to choose the color for the subheader bottom border.
  • Subtotal vertical border — Select Inherit so the subtotal vertical border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Subtotal vertical border color — Use a color picker to choose the color for the subtotal vertical border.
  • Subtotal vertical outside border — Select Inherit so the subtotal vertical outside border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Subtotal vertical outside border color — Use a color picker to choose the color for the subtotal vertical outside border.
  • Subtotal top border — Select Inherit so the subtotal top border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Subtotal top border color — Use a color picker to choose the color for the subtotal top border.
  • Subtotal bottom border — Select Inherit so the subtotal bottom border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
  • Subtotal bottom border color — Use a color picker to choose the color for the subtotal bottom border.

Theme Property

The Theme property in the following table applies only to Heatmap Tables. Find it under Theme in Chart Properties.

Option

Description

Examples

Theme

Allows you to change the color theme for the values column in a heat map table. For more information about setting colors, see Changing the Default Colors in Your Chart .

Scale Properties

These properties apply only to Heatmap Tables. Find them under Scale in Chart Properties.

Option

Description

Examples

Use Log Scale

Uses a logarithmic scale for the ranges in a heat map table.

Independent Column Ranges

Causes ranges to be applied separately to each column in a heat map table.

Graph Settings

The properties in the following table are found in the Graph Settings category in Chart Properties. These properties apply to Flex Tables only.

Option

Description

Examples

Graph Settings > Type

Lets you choose the graph type in the column containing your series graphs in your Flex table. Note that these will all be the same graph type for each series; you cannot include more than one type of graph in the same Flex table.

The following graph types are available:

Line

Creates a Spark Line graph for each series. This is the default option. The first screenshot at right shows an example of this graph type.

Bar

Creates a vertical Spark Bar graph for each series. The second screenshot at right shows an example of this graph type.

Horizontal Bar

Creates a horizontal Spark Bar graph for each series. The third screenshot at right shows an example of this graph type.

Horizontal Single Bar

Creates a horizontal bar graph in which all bars for each series are aggregated to yield a single bar. The fourth screenshot at right shows an example of this graph type.

flex_table_line.png

flex_table_bar.png

flex_table_horizontal_bar.png

flex_table_horizontal_single_bar.png

Graph Settings > Bar Width Percentage

Lets you specify the width of the bars in your Flex table as a percentage of the cell space. Not available when you select Line as your graph type.

The screenshot shows an example of a horizontal bar graph in which this setting has been set to 25 . (In contrast, the preceding example is set to the default value of 50 .)

flex_table_bar_width_25.png

Graph Data Label Settings

The properties in the following table are found in the Graph Data Label Settings category in Chart Properties. These properties apply to Flex Tables only. Coming soon…

Change Value Options

Coming soon…

Regression Line Properties

The properties in the following table are found in the Regression Line category in Chart Properties. These properties apply to Flex Tables only.

Option

Description

Examples

Regression Line > Show Linear Regression Line

Adds a linear regression line to all series graphs in the Flex table. Not available when you select Horizontal Bar or Horizontal Single Bar as your graph type.

The first screenshot at right shows an example of this when used with a Line graph. The second example shows the same thing with a Bar graph.

flex_table_line_regression.png

flex_table_bar_regression.png

Regression Line > Include Last Data Point

Lets you determine whether the last data point in a series is used to calculate the regression line.

Regression Line > Line Style

Lets you determine whether regression lines appear dashed (default) or solid.

Regression Line > Line Color

Lets you determine the color for regression lines.

Colors Properties

Coming soon…

Full Size Settings

The properties in the following table are found in the Full Size Settings category in Chart Properties.

Option

Description

Examples

Full Size Settings

Allows you to set custom sizing on tables in the card view when the “Full Size” option is selected—anywhere from 1 to 6 card sizes in both width and height. For more information about card sizing, see Changing the Size of Cards in a Page .

The first table in the example at right shows a table in the card view that has been set to a 4-card width by a 1-card height. The second table has been set to a 3-card width by a 3-card height.

Alignment Properties - DEPRECATED

The properties in the following table were formerly found in the Alignment category in Chart Properties.

Option

Description

Examples

Column 1-16

Lets you set the text alignment (left, center, or right) for all desired columns in your table. Column numbers are based on the table column order going from left to right. For example, the third column from the left would be column 3.

In the example, all columns are set to Center .

Attribute Properties - DEPRECATED

The properties in the following table were formerly found in the Attribute category in Chart Properties.

Option

Description

Examples

Column 1-16

Lets you set the font style (bold, italic, bold-italic, or underline) for all desired columns in your table. Note this does not affect text in header rows. Column numbers are based on the table column order going from left to right. For example, the third column from the left would be column 3.

In the example, the two value columns are set to Italic .