Open in ClaudeOpen in ChatGPT

Recognized Column Names

Overview

Valsight reads the header row of every uploaded sheet and tries to link each column to something in the project. The general rule is the one worth remembering: a column whose header matches the name of a level in the project is linked to that level. No configuration is needed, and this is what makes a well-named sheet load without any manual mapping.

On top of that rule, Valsight recognizes the fixed header names listed below, which link to levels a project may not have named that way. Matching ignores case and surrounding spaces, so Year, YEAR and year all behave identically.

For guidance on naming your own columns and levels, see Naming Guidelines.

Columns that become measures

A column with one of these headers is treated as a measure rather than a level:

AMOUNT, MEASURE, VALUE, MEASURE_DISTRIBUTION

This only applies while the column’s type is still undetermined, so a column you have already mapped in the upload wizard is never overridden.

These headers link a column to a time level, provided the project has that level. The level value in the cells has to match the shape shown, otherwise the upload reports an invalid value.

Column headerTime levelLevel value shapeExample
YEARYearfour-digit year2025
QUARTERQuarteryear, hyphen, Q, quarter number2025-Q4
MONTHMonthyear, hyphen, two-digit month2025-01
ISOMONTHMonthyear, hyphen, two-digit month2025-01
DATEDayeight digits, no separators20250101
SAPDATEDayeight digits, no separators20250101
BLDATDayeight digits, no separators20250101
CALWEEKWeekyear, hyphen, W, two-digit ISO week2025-W04

Which of these levels exist depends on the project. A week-based project has no Quarter and no Month level, and its top level holds the ISO week-based year, so a YEAR column links there instead. See The time dimension for both structures.

The headers SEQ and SEQUENCE link a column to the Sequence level.

Sequence level values are fixed-width and padded with leading spaces, and the padding depends on the configured maximum, so they need care in Excel. See Configure the Sequence Dimension.

Was this page helpful?