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.
The image above shows the definition for the default Image Bytes column, one of the built-in example evaluator columns.
Type | Description |
---|---|
Date | Displays the provided value as a date using the current locale settings. |
Date/Time | Displays it as a date and time using the current locale settings. |
Double | Displays a double-precision number. The number of decimal places will be limited. |
Graph | Displays the value as a graph (expects a value from 0 to 100). |
Percent | Displays the value as a percentage. |
Rating | Displays the value as one or more stars. The maximum number of stars is configured separately. |
Signed | Displays a signed value. |
Size | Displays the value as a file size, with an appropriate suffix. |
Text | Displays plain text. |
Time | Displays the value as a time using the current locale settings. |
Unsigned | Displays an unsigned value. |
See the section on the Evaluator for more information about where you can use the evaluator.