CalculatedDataType Parameter (Connect-SharePoint Cmdlet)
The data type to be used for calculated fields.
Syntax
Connect-SharePoint -CalculatedDataType string
Possible Values
Calculated, Boolean, Date, DateTime, Double, Integer, StringData Type
cstr
Default Value
"Calculated"
Remarks
The data type to be used for calculated fields. By default (Calculated), the data type is determined by the type of calculated field in SharePoint. However, in some cases these calculated fields may return values that are not appropriate for the specified type. In these instances, you may wish to set the Calculated Data Type to the appropriate type.