Build LookML Objects in Looker: Challenge Lab GSP361

Hi there,

Has anyone completed “Build LookML Objects in Looker: Challenge Lab GSP361” I asked for help on the support chat and the provided me a workaround. However I’m stilll stucked at the task:

### Join the view to an Explore

I pasted this code on the order.view 

  join: order_items_challenge {
    type: left_outer
    sql_on: ${order_items.order_id} = ${order_items_challenge.order_id} ;;
    relationship: many_to_one
  }
 

But still no success. Any thoughts guys? 

1 2 764
2 REPLIES 2
Top Labels in this Space