Skip to main content

Field options while viewing

Field options change how Fields display in a Query's result set. Any changes you make on the Data page become part of your custom user settings for that Query, so the appearance is kept the next time you view it.

To view a Field's options, open the Query and click the down arrow next to a Field's name.

The field-options menu on the Data page with Filter, Pin Column, Sort, Group, Aggregates, Format, and Conditional Formatting
The field options menu.

Filter

Returns a subset of the Query results constrained by the selected Filter. For more, see Creating a simple Filter.

A Filter panel for the Ship Country Field with countries to include
Filters.

Pin Column

Pins the Field to the left or right side of the table, keeping it in place while you scroll. To unpin, select No pin under the Pin submenu, or drag the Field header away from its pinned side.

A grid with Fields pinned to the side
Two Fields pinned to the left of the grid.

Sort

Adds or removes sorting on the selected Field, ascending or descending. Clicking the header once sorts ascending, twice descending, and a third time removes the sort. You can sort by multiple Fields at once: a configured sort shows a number in the header denoting the order. You can also hold Shift and click a header to add another sort.

A grid sorted by multiple Fields with sort-order numbers
Multiple sorts at once.

Move

Moves a Field to the beginning (far left), to the end (far right), or after a specific Field. You can also drag the Field header left or right.

Hide and Unhide

Hide hides a Field from view and excludes it from exported files. Unhide makes a hidden Field fully visible again and includes it in exports.

To reveal hidden Fields, click Options in the settings bar and select Reveal hidden fields; they appear grayed out and italicized. To remove them from view, select Remove hidden fields from view.

Unselect

Unselect removes a Field from the grid without removing it from the entire Query, effectively the same as hiding it. To add it back, click the Columns button in the settings bar, find the Field, and check it on. The column selector lists all the columns in the Query, filterable by data type, including those removed or hidden.

The column selector panel listing all the Query's columns
The column selector panel.

Group

Groups data into separate tables based on the distinct values of the selected Field. Add nested groupings by clicking Add Group in the grid settings bar and selecting the next Field to group by. Remove a group by selecting Remove group from the Field's options, or by clicking the x next to the group.

A grouped result set
A grouped result set.

When data displays in a group, you can see an overall summary without the details. Click Summary only to display the aggregate values for each group, with a grand total at the bottom. Summary only is available on the Query edit page, the Query results page, and in Jobs.

A grouped result set with Summary only mode applied
A grouped result set with Summary only mode.

Aggregates

Displays aggregate values below the selected Field. The options depend on the Field's data type, and the values appear in the aggregate footer at the bottom of the result set.

A result set with an aggregate footer
Aggregates on a result set.

When both groupings and aggregations are enabled, the grouping summaries show the aggregate values for each unique grouping, with an overall aggregate footer at the bottom.

A grouped result set with aggregations per group and a totals footer
Groupings with aggregations.

The Aggregates button in the settings bar manages all the aggregations for the grid. This selector lists every column, filterable by data type. Check a Field's box to turn on all its aggregations, or expand a Field to choose specific aggregations.

The aggregation selector panel
The aggregation selector panel.

Format

Sets the alignment, style, column width, and CSS formatting.

The Format dialog with alignment, style, and width options
Format.

Conditional Formatting

Sets the background color, text color, and text styles of data values in the grid based on conditions you set.

The Conditional Formatting Options editor with a rules list and a date-range condition
Conditional Formatting.

Formatting rules can apply to single Fields or the entire grid. You can add more than one rule, and rules apply to data values in the order they appear in the Rules list, which you can rearrange by dragging. Many of the configuration options are the same ones available when adding Filters.

The formatting condition forms available for Date Fields
Formatting forms available for Date Fields.

This feature highlights important trends, patterns, or anomalies, making complex data easier to interpret. By tailoring the appearance of data to specific conditions, you can quickly identify key insights.

A Dataset grid with many conditional formatting rules applied
A Dataset with many Conditional Formatting rules applied.

Number Options

Changes the formatting of numbers based on what the values represent. These options are only available for Integer and Decimal Number Fields.

The Number options dialog with currency, decimal places, and negative-value formatting
Number Options.

Date and Time Format

Changes the formatting of dates or times in a column. Choose from common formats or create a custom format using moment.js formatting. These options are only available for Date and Time Fields.

Grid Settings

Unlike the standard Field options that affect a single column, these options change the appearance of the entire table.

Column width

Autosize all columns adjusts every column's width to prevent truncating headers or cell values; Autosize this column does the same for the selected column. Lock column width prevents the selected column's width from changing.

Show Field alias

Shows the alias of the Field under its label. If aliases are already shown, this changes to Hide field alias.

Available from the Options button in the settings bar, this hides the aggregate-values row at the bottom of the grid. If already hidden, it changes to Show aggregates footer.

The Options menu with the Hide Aggregates Footer option
Hide Aggregates Footer.

Reset View

After applying any of these settings while viewing a Query or Dataset, a Reset View option appears at the top of the grid. Clicking it resets the view to the original view of the underlying data.

The grid toolbar with the Reset View option highlighted
The Reset View option.
Also available through the REST API
Everything on this page is built on Informer's public REST API, the same one the product uses, so your scripts and integrations can do it too. Developer reference: Queries.