Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations 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.