Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics & AI Challenge
- Find Partners
- For Partners
Oracle BIP RTF - Calling for Template
Summary
Oracle BIP RTF - Calling for Template
Content
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.