We have a loop, which I believe is needed to get accurate results. However, I can't figure out how to use it in a query. Here are the three tables in the universe that are in the loop.
When I build a query, I need information from each of these three tables, and I need all three joins to be included.
Without any contexts, I get this error:
"Incompatible combination of tables. (IES 01507)"
I read somewhere that I might be able to use a context and include all three joins in it. However, that causes a different error:
"The multi-part identifier "test_types.allocate" could not be bound." And it appears that the query contains no joins in it.
Any thoughts or suggestions?
Thank you