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

puneet.040289

Members
  • Posts

    2
  • 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 puneet.040289

  1. To pass token in request header , you have to use loginFn of visualize.js: visualize({ auth: { preAuth: true, token:token, loginFn:function(properties,request){ return request({ url:<URL of jasper report server>, type:"get", headers:{"pp":properties.token,"Accept":"application/json"} }); } }
  2. Hi Team, We have some static text like report name and run by in Page Header section then we have a table component in the Group Header section to display data in tabular format. The export works fine in PDF format however with CSV we can see some extra blank columns getting generated like below: Can you please help me to resolve this issue. Test Report Run Date:######## NameLoginFirst NameLast Name Number Date Country sfdsafdfreykxcfgtyjkurtgerq nrhyreiumk 13235622-Feb-08
×
×
  • Create New...