QA_RESULTS / QA_RESULTS_V and link to plan_chars_v
Hi
I know this has been asked a few times several years ago but I'm struggling to make sense of the answers.
I have several plans with a simple field called "Reviewed"
I simply want to return results from ALL plans where Reviewed = No
But its location in the results table is dynamic
On some plans it is CHARACTER7; on others its CHARACTER8 or even more (up to 100).
Is there an easy way to say do the following
Select qr.name, qr.collection_id
from qa.qa_results_v qr
, apps.qa_plan_chars_v qpc
where qr.plan_id = qpc.plan_id