Announcing a new experience for the Oracle Analytics community coming April 4th!
This category will be read-only as we migrate this space from 3/30-4/4, after which you’ll be able to post as usual. See you there!
Oracle BIP RTF - Calling for Template
Summary
Oracle BIP RTF - Calling for TemplateContent
Environment: Oracle Fusion Cloud R13
Scenario: We are calling Sub Template from a Base Template using the below call statement
<?call:ABC SendInvoicesTo?>
Note - ABC SendInvoicesTo is the Sub Template Block Name. ABC value can be derived from a Database Column. Currently, ABC value is hard coded in our template.
What we want to implement: We want Database Column directly in the Call Statement
example - <?call:DB_COL_VALUE SendInvoicesTo?>
What we are Experiencing: But DB_COL_VALUE is considered as string not the column value.
Suggest how to get the values populated in the call statement from DB.