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

gowthamsenmca

Members
  • Posts

    30
  • Joined

  • Last visited

gowthamsenmca's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. Hi, I am using this adapater. In order to specify the date pattern, I am using net.sf.jasperreports.json.date.pattern property to let jaspersoft know the date pattern appears in the JSON data. This is working fine. Now I want to expose the report as a topic. When I create adhoc view, I am getting exceptions on date fields. Is there any way, we can set configuration for this adapater about date patterns? Please suggest. Thanks Gowtham
  2. Hi, I would like to know how to define "ALL" for input control queries. I am following below syntax for input conrol values which is working fine. But I want to add "ALL" as an additinoal value. The working format without "ALL" value { "fieldsMap" : { "key" : "key" }, "getparameters" : { }, "fields" : [ { "name" : "key", "expression" : "key" } ], "options" : { "contentType" : "application/json", "rootPath" : "aggregations.groupby_value.buckets", "baseUrl" : "groupby_value(field='cityName')" }, "headersMap" : { }, "queryData" : "", "GETParameters" : { }} ThanksGowtham
  3. PhantomJS is installed on the computer hosting JasperReports® Server. For information on configuring PhantomJS for dashboards, see the System Configuration chapter in the JasperReports® Server Administrator Guide.
  4. Hi Hozawa, Thank you for your response. But I want to have this feature in jasper portal itself. Please suggest how to ahieve this. Thanks Gowtham
  5. Hi, I have a report which is published to Jasper Server 6.1. I have serveral prompts in the same report. I would like hide few prompts based on other prompt values. Please suggest if anyone has come across similar requirement. Any guidance is very helpful. Thanks Gowtham
  6. HI, I defined few custom roles to control menu navigation for Create Report, Create Adhoc, Create Dashboard and Create Domain. The conditions defined as part of actionModel-navigation.xml is working well for ROLES defined at ROOT level. But if I create the same ROLE at tenant or organization level, the menu control is not working. These new custom roles are present in all my organizations. I have close to 500 organizations. I want to apply the menu control navigation to all these tenants. Any one please suggest, how to enable menu control navigation to roles for all tenants? I am able to do it by specifing "|" symbol and tenant name. But I want to apply it to all tenants. Please help. Best Regards Gowtham
  7. Hi, I am unable to access given link: https://community.jaspersoft.com/documentation/jasperreports-server-user-guide/profile-attributes Can you please check once? Thanks
  8. Hi, Can you please share your experience in migrating from cyrstal to Jasper. I am in the similar situation. Best Regards Gowtham
  9. Hi, I am trying to replicate a report developed using Crystal Report. The crystal report has a pageheadera and pageheaderb. I mean to say the pageheader splitted as two separate page headers. Can we do the same thing in Jasper? Best Regards Gowtham
  10. Hi, I have a paramter named as param_multi. I would like to add this as part of my sql as follows: Select * from employee where 184 in ( $P{param_multi} ). Can anyone suggest on how to do this? Thank you Regards Gowtham
  11. Hi, I would like to know what are the exact differences between the way we embed report susing HTTP based way vs embedding by visualize.js. Is there any performance issue? I stil see its taking time to load when used using visualize.js. Thanks Gowtham
  12. I too faced same issue. When I used localhost, if I place the files in the server, then only it worked. But its working well when using JSFiddle. Why its not working in a different machine fi we create a nromal html file? Any info please? Thanks Gowtham
  13. I looked at the Report State. Somehow its not displaying the information in the Console section in ReportState Pane. I raised a issue with Jasper Soft Support Team on the same. One more last quesiton I would like to check with you. Can a script returns data collection and multi dimensional array? I would like to know if I can use the result of scriptlet as a source dataset for Charts. This would help in dealing with complex calcuations. Best Regards Gowtham
  14. Thanks a lot. Any idea how we can see the "Report Output" in Jasper Studio? You are providing all the needed help with lot of patience. I appreciate your helpingness. Thanks Gowtham
  15. Thanks Ankur for detailed explanation. I understand the first one. But it seems when I used system.out.println, the output is not being displayed anywhere in the report. I am wondering, how we can verify this. Please suggest.
×
×
  • Create New...