Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 791 Bytes

File metadata and controls

19 lines (11 loc) · 791 Bytes

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]