length
Returns the length of the operand in bytes. Exception: double byte string types return the length in characters.
Syntax
length ( expression )
Example
length ( [Sales (query)].[Sales staff].[Record start date] )
Result
Returns 4; dates always return a value of 4.