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

madhukiran

Members
  • Posts

    54
  • Joined

  • Last visited

madhukiran's Achievements

Enthusiast

Enthusiast (6/14)

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

Recent Badges

0

Reputation

  1. I found the answer myself... just used all sections - no detail. Now added a print when expression to the elements which have to display when there is no data (Eg: print when : $F{some_mandatory_field} == null)
  2. Dear Jeevan, Since you use Jasper for reporting, you can easily embed R analytics server in Jasper using the RevoConnect R plugin. More details here http://community.jaspersoft.com/project/revoconnectr-jasperreports-server/resources
  3. Try to set the calculation type as System in the main report. If the variable is received from the subreport in one band, it can be used in the main report in the next band only
  4. This is usually a font issue... you need to have the necessary font jars in your classpath..
  5. not necessary that you always need a subreport, it could be a list or a table based on your requirement...
  6. there is no problem in doing so.. also you have the jasperserver repository plugin in jaspersoft studio, using which you can connect from your studio to jasperserver... Download it from here for windows 64 bit : https://s3.amazonaws.com/jaspersoft_downloads/5.5/jaspersoftstudiopro-5.5.0-windows-installer-x86_64.exe
  7. Did you check the option to re-print headers? Also where are these column headers used? in the main report or within the subreport? your code snippet does not show the headers used within the subreport... take the column headers inside the subreport!!
  8. For the one shot metadata queries, you may use a list component.. just drag the list into the canvas and a dataset is automatically added in the report inspector.. you could write your queries which return single values and print these inside the list. The main repoer and main query can remain as such!! Cheers!
  9. When using a table component, we do not get the possibility of using a no data band... This is something which can be looked upon as we are moving towards interactive report templates in Jasperstudio and users are going to use this a lot in the future. Is there an alternative way? I think re-running the table query in the main is one option..
  10. Is this a bug? Do we have an answer for this issue? I face the same problem..
  11. Hi Ankur, I assume anand is asking about the table componenet, that is where you have the "Column print when " option.. I think your answer is for a normal layout and not using a table component!! Even I have the same query.. has anyone hidden column in a table component based on a condition using values from the Dataset columns? This is throwing an error saying 'Field not found 'or 'parameter not found'..
  12. HI, I am using the table component of jasper and use it to hide a lot of columns in it based on the user's request. Is there any way that we can reduce the page width of the report as and when the size of the table reduces? P.s. the version used is JS-5.1
  13. http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=77086 try this
  14. Subreport accepts excel column names as Column0, Column1,Column2 only when you are using excel datasource. You cannot give any other column name like XYZ etc.,
×
×
  • Create New...