Skip to main content

FacetTransformation

Facet transformation type.

NameValueDescription
yearyearSpecific year from timestamp / date.
monthmonthSpecific month from timestamp / date. Typically used in combination with year.
rangerangeIDOL only, facet represents a certain range, specified by rangeType,.
nonenoneDefault, no transformations.

Runtime Access

This enumeration is available at runtime on the MFiles global object. Access enum values using MFiles.FacetTransformation.<value>.

Example:

const value = MFiles.FacetTransformation.year;

See also: MFiles Global Object