This page lets you create your own columns which can use the evaluator to manipulate the filename or other metadata to produce the text they display.

For example, you could use the evaluator's RegEx() function to extract a portion of the filename and display it in a separate column.

Your configured columns are shown in the list. Use the toolbar buttons above the list to add, edit or delete columns. You can also use the share button to copy a column's definition to the clipboard, or paste one in.

At the bottom is a field labelled Example file. This lets you select a file which will then be fed to all the defined columns in the list, to populate the Example column. This lets you see how your columns work in real-time.

Clicking the Add or Edit button displays the column editor.

Column editor

The image above shows the definition for the default Image Bytes column, one of the built-in example evaluator columns.

Column types

The type of the column determines how it displays the content that your code produces.


TypeDescription
DateDisplays the provided value as a date using the current locale settings.
Date/TimeDisplays it as a date and time using the current locale settings.
DoubleDisplays a double-precision number. The number of decimal places will be limited.
GraphDisplays the value as a graph (expects a value from 0 to 100).
PercentDisplays the value as a percentage.
RatingDisplays the value as one or more stars. The maximum number of stars is configured separately.
SignedDisplays a signed value.
SizeDisplays the value as a file size, with an appropriate suffix.
TextDisplays plain text.
TimeDisplays the value as a time using the current locale settings.
UnsignedDisplays an unsigned value.
Column settings
Options

See the section on the Evaluator for more information about where you can use the evaluator.