Jaspersoft Community 'Read-Only' as of July 8, 2022
Transition to New TIBCO Community Just Weeks Away
You can still search, review wiki content, and review discussions in read-only mode. Please email community@tibco.com with questions or issues requiring TIBCO review or response.
I need to embed a report that I created in JasperSutdio under Organization/Reports.
I don't understand what is the resource path...Or maybe I have to publish the report in some way?
adv = v.adhocView({
resource: "??????",
container: "#container",
error: function(e) {
console.log(e);
}
});