Resolved! How to query a reference column with an extended column?
I have extended two base tables to add a few attributes for Configuration Compliance. One has a reference to the other. Call them compliance_test and compliance_result. compliance_result has a reference to compliance_test. I want to do query on one o...

