Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 887 Bytes

File metadata and controls

15 lines (12 loc) · 887 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]
datetime_timezone string The timezone to shift the date to [optional]
datetime_trunc 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]