Extending explores

kuopaz
Participant IV

I have done it successfully for extending single explores. But:

  1. I have never seen an example of extending multiple explores?
     
  2. I can’t get it quite clear in my mind. An existing explore can be extended with additional joins, but this is not the same as re-using an existing explore in another explore (based on a different view)?
1 1 201
1 REPLY 1

kuopaz
Participant IV

For point 2. above. Is it possible to get code re-use (using extends or otherwise) in the below case?

explore: view_a {

join: view_b {}

join: view_c {}

}

explore view_b {

join: view_c {}

}

Top Labels in this Space
Top Solution Authors