Skip to content

Latest commit

 

History

History
executable file
·
40 lines (37 loc) · 3.06 KB

LookmlModelExplore.md

File metadata and controls

executable file
·
40 lines (37 loc) · 3.06 KB

LookerApi31Reference.LookmlModelExplore

Properties

Name Type Description Notes
id String Fully qualified name model plus explore name [optional]
name String Explore name [optional]
description String Description [optional]
label String Label [optional]
scopes [String] Scopes [optional]
canTotal Boolean Can Total [optional]
canSave Boolean Can Save [optional]
canExplain Boolean Can Explain [optional]
canPivotInDb Boolean Can pivot in the DB [optional]
canSubtotal Boolean Can use subtotals [optional]
hasTimezoneSupport Boolean Has timezone support [optional]
supportsCostEstimate Boolean Cost estimates supported [optional]
connectionName String Connection name [optional]
nullSortTreatment String How nulls are sorted, possible values are "low", "high", "first" and "last" [optional]
files [String] List of model source files [optional]
sourceFile String Primary source_file file [optional]
projectName String Name of project [optional]
modelName String Name of model [optional]
viewName String Name of view [optional]
hidden Boolean Is hidden [optional]
sqlTableName String A sql_table_name expression that defines what sql table the view/explore maps onto. Example: "prod_orders2 AS orders" in a view named orders. [optional]
accessFilterFields [String] (DEPRECATED) Array of access filter field names [optional]
accessFilters [LookmlModelExploreAccessFilter] Access filters [optional]
aliases [LookmlModelExploreAlias] Aliases [optional]
alwaysFilter [LookmlModelExploreAlwaysFilter] Always filter [optional]
conditionallyFilter [LookmlModelExploreConditionallyFilter] Conditionally filter [optional]
indexFields [String] Array of index fields [optional]
sets [LookmlModelExploreSet] Sets [optional]
errors [LookmlModelExploreError] Errors [optional]
fields LookmlModelExploreFieldset Fields [optional]
joins [LookmlModelExploreJoins] Views joined into this explore [optional]
groupLabel String Label used to group explores in the navigation menus [optional]
supportedMeasureTypes [LookmlModelExploreSupportedMeasureType] An array of items describing which custom measure types are supported for creating a custom measure 'baed_on' each possible dimension type. [optional]