2.1.4.13 TFormatByLocale

In CSDLBI 2.0 and CSDLBI 2.5, the TFormatByLocale simple type<44> indicates whether the dataset supports passing the locale to the Format DAX function.

The TFormatByLocale simple type is defined in the schema as follows.

       <xs:simpleType name="TFormatByLocale">
         <xs:restriction base="xs:int">
           <xs:enumeration value="0" />
           <xs:enumeration value="1" />
         </xs:restriction>
       </xs:simpleType>

The possible values for the TFormatByLocale type are specified in the following table.

Value

Meaning

0

The dataset does not support passing the locale to the Format DAX function. This is the default value.

1

The dataset supports passing the locale to the Format DAX function.