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

ajinkya_c

Members
  • Posts

    379
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by ajinkya_c

  1. In tomcat, webapps, jasperserver there are various files like decorator.jsp, viewreport.jsp, nothingtodisplay.jsp etc these are the some files that you may need to customize. Just comment out the code for the periticular object to exclude the object from the reports. Let me know if found any difficulty.
  2. When you export report to Jasperserver then you have to select datasource option at that time either select it from local or from repository , or you can export without datasource also.
  3. Hi It is possible with 'Show Label' option as well as 'class customizer' as Shertage said, If 'show label' option already checked then unchecked it and again checked so that it works.
  4. Best way for that is to keep both the folders separate for Main and detail reports. If you found a better solution then please share.
  5. You can able to hide that box from the report by customization in Jasperreports enviroment but it hides from all reports.
  6. No idea about prompt level but might be possible at report level and i think which not looks ok. I faced same issue in 4.7 and i raised enhancement request for that in tracker. So I have no idea that added in the 5.0 or not.
  7. http://community.jaspersoft.com/documentation?version=6263
  8. Select appropriate drivers for the oracle 11g. and then put your user/pwd with connection string. simply select driver for oracle 11g from the list and edit that driver code with your username,pwd, connenction string, port no. etc.
  9. Hi , I think you not want to delete detail band, you want to hide it. If want to delete then follow above steps. If you want to hide it then you can select band properties. select print when expression and provide a suitable condition for when that band you want to visible otherwise provide any always false condition so that permanentely not visible. Let me know if any problem
  10. Hi, If you create a report with multiple datasources then it means multiple queries in one report, Some component takes data from one query and some from another e.g. table1 query 1 (Datasource) and table 2 takes from query 2(DS). Becouse one report takes one connection at a time. So whats your requirement is one report having oracle and sql server as multiple datasource ? From my understanding i explain the above multiple datasource concept. May be i am wrong. So let me know if you deploy your required solution.
  11. js-import --input-zip filename.zip filename.zip should be placed in Buildomatic folder.
  12. Jaspersoft Dashboard you can create from jaspersoft environment only it is a combination of multiple reports but you can create anlytical dashboard that you want. There are various widgets, chartspro and HTML5 charts available in iReport designer so you can create a small reports of each specific chart and design a good dashboard. Dashboard directely through iReport not Possible.
  13. If you export report to Jasasper server repository then you can run report from jasperserver repository with input controls on one page.
  14. Yes you can create such report, for that you need to calculate week from dates and use it in series expression.
  15. Set default value expression for parameter StartDate and EndDate. SO even if you not enter it takes values from default value expression.
  16. What I suggest is not a solution it is just workarroud which can be possible with limited data. You can also raise enhancement request on tracker. Let me know if you find the solution or workarround on that with 5.0
  17. Is you follow the release notes steps while migrating your reports from 3.7 to 5.0 ? When you create a input control which i want to hide then Create a single select input control with where condition is $P{P1}=="A". where A is the value of parameter P1 when this value selected then only the parameter which having this where condition is displayed.
  18. When you export report to pdf or any document where these reports are saving?
  19. Check the browser and firewall settings of your client machine may be it restrict these options.
  20. Hi, This is somthing like dynamic input controls. you can able to hide/show input control depending upon the value of another input control but it just hide the input control box not label above the box. It is not behave that much dynamic the way we want. So i already raise this as enhancement request. I used version 4.7 So may be fixed in version 5.0. Which version you are using ? Regards
  21. You can create a two report group as: A: Location B:SubLocation Crosstab of product which calculates the data horizontally as well as vertically. Product crosstab should inside sublocation group footer.
  22. Write a logic in fileld so that null value replaced by 0. example: $F{A}==null?0:$F{A}
  23. Hi, You can try one thing, Reduce the page height and width to the required structure, set report width & height in such way so that it adjust fit in through iReport then try to export to pdf. Let me know your changes.
×
×
  • Create New...