ARM Trial Balance Report with Questions
We are trying to build OBIEE trial balance report from ARM table, ARM_BALANCES. Each reconciliation has questions/attributes attached to it and we want to display these questions and response in OBIEE trial balance report.
It seems these questions are present in tables ARM_QUESTIONS and ARM_ATTRIBUTES. However, we do not see a foreign key in ARM_BALANCES that can be linked to ARM_QUESTIONS or ARM_ATTRIBUTES. How do we establish this join? Do we have to use any other fact table such as ARM_RECONCILIATIONS?
Attaching the screenshot of the report we are looking to build