Define multiple independent conditionally_filter requirements on model?

I have multiple conditional filters that I would like to apply independently. From what I’ve read so far it appears to be only possible to group these together with a single unless statement.
What I’d like is something similar to the following, where I have multiple conditions that are unrelated.

explore: my_custom_explore {
  conditionally_filter: {
    filters: [timestamp_time: "last 24 hours"]
    unless: [timestamp_date, timestamp_time]
  }
  conditionally_filter: {
    filters: [product_id: "1234"]
    unless: [product_name]
  }
}

Is there a recommended way to have this kind of behavior?

0 1 188
1 REPLY 1

I don’t think that’s possible right now.
But it would be a great feature if we could define several independent conditional filters.
I have often wondered why this is not possible, because this feature is only really valuable when I can use it to guide the customer without having to “patronize” him.
Would be great if looker could make that possible

Top Labels in this Space
Top Solution Authors