Value Resolvers
A ValueResolver
specifies how to get a value from the source entity. It can be
used in partitions, dimensions, and measures.
Sections
📄️ Basic Value Resolvers
Most of the time, we use either PropertyValue or IdentifierValue to get the
📄️ Custom Expression
The CustomExpression value resolver allows you to define a custom DQL
📄️ Property Path
Some ValueResolvers accept property path as their argument. This allows you to
📄️ Creating Value Resolvers
A ValueResolver basically returns a DQL expression. Usually, we need to take