I have run into the following situation a bunch of times, and it feels like a best practices recommendation of different approaches would be helpful.
When dealing with the problem described in the post below, and taking the second approach “Exclude the erroring field from explores”, what are the different methods of doing so?
What does this error mean? When you run the LookML validator, you might see an error like this: [image] This error is referring to the field lifetime_orders in the users view. It is saying that users.lifetime_orders cannot access the user_order_facts.lifetime_orders field that it refers to. Why is this error happening? There are a few reasons this error could be occurring: The field you are trying to refer to does not exist. The field is a dimension group without the timeframe appended. Th…
From what I gather, there are a couple of options for doing so:
I know some of the syntax above is incorrect, because my LookML still isn’t validating.
My specific situation is that I have many fields in a single view that cause errors across many explores, so excluding sets at the explore level (1b, above) seems like the best solution, although I can’t get the syntax right.