Hi, I wondered if it was possible to use values stored in a database, and dynamically substitute it into the LookML? One example might be if I had a table in the database to store the preferred colour palette - the LookML might say this in dashboard:
colors:
- 'palette: Santa Cruz'
But I want to read from the database this value, as I may want to change it to be “Mixed Dark” (as an example). I could create this as a LookML view, but I’m not sure if I can “inject” this value - what I’d want is:
colors:
- [This value is read from a LookML view]
Anyone have any ideas/experience of this?
Thanks
Rob