Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 951 Bytes

ReportPageVisualizationDimension.md

File metadata and controls

16 lines (12 loc) · 951 Bytes

com.ultracart.admin.v2.Model.ReportPageVisualizationDimension

Properties

Name Type Description Notes
As string Return the column as a different name [optional]
Cast string Cast the column to a different data type such as DATETIME -> DATE [optional]
Column string [optional]
DatetimeTimezone string The timezone to shift the date to [optional]
DatetimeTrunc string The type of truncation to perform on the date, DAY, WEEK(MONDAY), etc. [optional]
Extract string Part of a datetime to extract [optional]
Function string The function to perform around the column such as DATE_TRUNC(@column, day) [optional]

[Back to Model list] [Back to API list] [Back to README]