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

Posts 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.

    image.thumb.png.2e8c6f12c8f58d537e61e1ead7b2440d.png

     

    Users view - no toolbar

    image.thumb.png.bbc41d78b6b4a83dabd984869c0294fe.png

     

    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...