Skip to main content
Formula Columns in ExpressView

This article explains how formulas can be used to create custom data columns.

Updated over a week ago

Formulas can be used to create custom data columns in ExpressView. Formulas are calculated once per each row, based on the other data values in that row. For each row calculation, a formula value is returned for that row, which populate a new column of data. You can use these columns just like any others - format the data, add to a visualization, or group based on formula columns. They are treated the same as data columns.

To add a formula column to an ExpressView, open the Data Pane then click + Add Formula at the top of the pane. A blank column will be added to the ExpressView, and the Formula Builder will open.

In the right pane, the Formula section of the Selected Cell page shows the available built-in functions and parameters. Hover over a function to see its description and an example of how to use it. To add a function or parameter to the formula, drag it from the Formula page to the Formula Builder window, type its name into the Formula Builder, or double-click the name of the function while the formula editor dialog is open. You can use the Search field in the to filter the functions by name.


To add a data field to the formula, either:

  • drag it from the Data Pane to the Formula Builder window

  • type its name into the Formula Builder

  • double-click the field name while the Formula Builder is open

Note: Double-clicking the field names will place the fields wherever the cursor is in the formula editor at that time.

Tip: To use a data field, function, or parameter as a function argument, drag it to the argument placeholder until the placeholder turns blue. Or click the placeholder and type the name of the desired argument.

Typing in the Formula Builder shows a list of functions, parameters, and data fields that match the text. Click on an item, or use the up and down arrow keys, to highlight an item and see its description. To add the selected item to the formula, press the Enter key.

When you are finished, click the Apply Changes icon at the top of the of the Formula Builder to save the formula.

To edit an existing formula column, click Selected Cell, open the Formula tab, then click the column to reopen the Formula Builder.



Did this answer your question?