Categories
- All Categories
- 168 Oracle Analytics News
- 34 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.8K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics Trainings
- 13 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Oracle analytics reports integration issues with VBCS

rahul kumar-185551
Rank 2 - Community Beginner
Summary
OAC reports not integrating with VBCS pages
Content
I have tried including the code snippet in index.html of VBCS project but it's not working.
I have tried both jet/standalone versions of embed.
Code
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://static.oracle.com">
<link rel="preconnect" href="https://rt.oraclevb.com">
<!-- vb:inject id="headContent" theme="resources/css/dt.theme.redwood" -->
<link type="text/css" rel="stylesheet" href="resources/css/app.css">
<script src="https://domain.analytics.ocp.oraclecloud.com/dv/ui/api/v1/plugins/embedding/jet/embedding.js" type="application/javascript">
</script>
</head>
<body>
<div>
<oracle-dv project-path="/@Catalog/users/userName/reportName" active-page="canvas" active-tab-id="1">
</oracle-dv>
</div>
</body>
Tagged:
0