LookML-Developer
50
Looker LookML Developer
A: The discounted_sale_price field should have a group_by: yes parameter.
B: The sale_price field should be defined as a measure of type: number, not as a dimension.
C: The underlying database table does not have a field called sale_price.
D: The discounted_sale_price field should be defined as a dimension of type: number, not as a measure.
A: Set definition
B: Join condition
C: Fields parameter
D: Hidden parameter
A: A field in the order_items view references a field in the inventory_items view.
B: A field in the inventory_items view references a field in the order_items view.
C: There is an Explore named inventory_items which references the order_items view.
D: There is another Explore named order_items which references the inventory_items view.
A: The sum measure used is defined correctly.
B: A unique primary key is defined in each view.
C: Symmetric_aggregates: no is not present in the Explore definition.
D: No concatenated primary keys are used.