/
CINT

CINT

Description:

This function is used to convert the given scalar value into an integer value.

Syntax:

CINT(Scalar_Expression)

Return Type:
SCALAR

Parameters:

Parameter

Description

Parameter

Description

Scalar_Expression

It is a valid MDX expression that returns a scalar Value.

Example:

WITH MEMBER [Measures].[X] AS CINT([Measures].[Customer Count]) SELECT [Measures].[X] ON 0 FROM [AdventureWorksMF]

Related content

CSTR
More like this
AGGREGATE
AGGREGATE
More like this
CURRENTMEMBER
CURRENTMEMBER
More like this
ADDCALCULATEDMEMBERS
ADDCALCULATEDMEMBERS
More like this
AVG
More like this
CURRENT
More like this

Copyright Kyvos, Inc. All rights reserved.