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

Gaven

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by Gaven

  1. Hello, Clients want to use this dashboard toolbar which is visible on server admin page - is there some way to turn this on so end users see it when the dashboard is loaded by end users? They want the filter popup functionality it seems. Users view - no toolbar We are using the visualise.js API like this to call/display the dashboard on our system... visualize( {auth: { token: t, preAuth: true, tokenName: "pp" }}, function (v) { v("#container").dashboard({ resource: "/public/xxxxxxxx/DASHBOARDS/First_time_applicants", error: function(e) { alert(e); }, // Pass and control individual parameters params: { "P_CONTACT_ID": ["99999"] } }); });
×
×
  • Create New...