I’m designing a series of dashboards, all of which will have drill downs.
I’m having issues designing for the fact that drill downs are only attached to fields.
So if I want a Report1 using Field1 to link to Drill Down fields A, B, C;
but then I want Report 2 using Field1 to link to Drill Down fields X, Y, Z
Currently the only way I’ve found to do this is to use liquid parameters with ‘_in_query’, {% if products._in_query %}. Therefore I may need to make various dummy fields like Field1 = ‘A’, just to include it in the query and remove it from visualization.
Is there a better way to design drill ins without having messy LookML to maintain?