Jump to content
We've recently updated our Privacy Statement, available here ×

geruiz

Members
  • Posts

    4
  • Joined

  • Last visited

geruiz's Achievements

Rookie

Rookie (2/14)

  • One Year In
  • Dedicated Rare
  • Week One Done
  • One Month Later
  • First Post Rare

Recent Badges

0

Reputation

  1. Hi Is it possible to use a localized title in an adhoc view? I did not find a way to do it and there is no documentation about it. The column titles are shown localized from the domain settings, but not the view title. Regards
  2. Hi, Is it possible to export the content of the ad hoc view rendered using Visualize.js as an excel file? Or get your content and build the file with another library? Thanks
  3. Hi, Are there any examples where a DOM element is used as a container? The documentation says that this is possible: ... "container": { "oneOf": [ { "type": "object", "additionalProperties" : true, "description": "DOM element to render report to" }, { "type": "string", "description": "CSS selector for container to render report to." } ] }, ...... but none of the ways are working for me: adv = v.adhocView({ resource: "/public/viz/Adhoc/Table1", container:$("#container") }); or adv = v.adhocView({ resource: "/public/viz/Adhoc/Table1", container: document.getElementById("container") }); I get the error: "An unexpected error has occurred : TypeError: e.ownerDocument is undefined" And what is the purpose of the "additionalProperties" parameter? Thanks
  4. I have added a dashboard with filter parameters to my website using the library visualise.js and it doesn't work as expected, because it doesn't show the window where you can assign values to the parameters. Is it possible to do this? I can see that the source code for the parameter panel was generated, but it is not indicated in the documentation how to make it show up. JasperReports server is version 8.1.0
×
×
  • Create New...