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

ADR707

Members
  • Posts

    18
  • 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 ADR707

  1. Hi ilona, Nice example, thanks; got implemented successfully. I just wanted to know, is there anyway we can bring TOC to the first page of the report.
  2. Hi Ryan, Any luck with this? I'm facing the same issue. Really would appreciate if anyone can help on this.
  3. Hi Cameron, Thanks for replying, I'll try that out. Just wanted to know, can this be done at report level. What I mean is, the above solution will affect all the reports using a specific theme; but what if I want to disable it for only a specific report/dashboard. Is this possible?
  4. Hi, I'm getting the following error while trying the above steps, Can anyone help. Error Message com.jaspersoft.jasperserver.api.JSExceptionWrapper: jxl.read.biff.BiffException: Unable to recognize OLE stream Error Trace com.jaspersoft.jasperserver.api.JSExceptionWrapper: net.sf.jasperreports.engine.JRException: jxl.read.biff.BiffException: Unable to recognize OLE stream at net.sf.jasperreports.engine.data.JRXlsDataSource.(JRXlsDataSource.java:105) at net.sf.jasperreports.engine.data.JRXlsDataSource.(JRXlsDataSource.java:129) at net.sf.jasperreports.data.xls.XlsDataAdapterService.contributeParameters(XlsDataAdapterService.java:100) at
  5. Hi Comsym, Any luck? I have a similar kind of a requirement. Can anyone help us out with this?
  6. Hi Ajinkya, Any luck? I have a similar kind of a requirement. Can anyone help us out with this?
  7. The reason for this issue is that you have deleted the default jasper users (especially "anonymousUser"). Try and import back these users; and I guess you'll get it working. I had faced the same issue earlier.
  8. The reason for this issue is that you have deleted the default jasper users (especially "anonymousUser"). Try and import back these users; and I guess you'll get it working. I had faced the same issue earlier.
  9. Any Solution to Ravi's issue I'm facing the same issue myself. How to use the parameter of collection type in ireports using DB2 database, where (case when ('a' = 'a') then $X{ IN ,col1,MyParam} when ('a' = 'b') then $X{ IN ,col2,MyParam} end) gives error!!!!!! Please help, Thanks & Regards, Sam Post Edited by asksam55 at 03/22/2012 10:51
  10. Hi I have the same issue as yana. I'm using db2jcc.jar. I have also added it to the classpath, but still the same error. I guess I need to use db2java.jar instead of db2jcc.jar; but unable to find that jar. Can any one help me out with this. thanks.
  11. Hi Raphael, It worked. Thanks a lot for replying, it helped me a lot.. Regards, Sam
  12. Hi.. I'm facing an issue while passing a parameter of collection type from a crosstab element in ireports. A field in crosstab is used as a hyperlink to pass few parameters to the other report. The parameters are of String, Date and one is of Collection type. All the parameters other than the collection type are passed to the new report successfully; but the parameter of collection type is always send as blank and all the data from this parameter gets lost in transit. I am not able to solve this issue. Can anyone help me out with solving this.. Thanks.
  13. When you use " " as the default value, jasper server expects the parameter to be of the type String. But as per your explanation, you are using parameter of collection type; hence try using [" "] instead of " "
  14. Hello everyone.. I need to upload a pdf file to jasperserver. Can anyone help me out with this? I'm using jasperserver4.0 thanks..
  15. Hi.. I'm working on a similar requirement. I'm using the cosstab column title as a hyperlink. In my crosstab report each column title represents a new 'location name'. What I want is, clicking on each locaion name the specific chart of that location should be created. The chart is in a subreport. Now my issue is I wanna pass the location name from cross tab column title(which is $V{Location name}) to be passed to the subreport. How to do it? I cannot use the variable $V{Location name} locally defined by the crosstab, anywhere. Can you help me on this? Thanks
  16. Hey hi, I have started woking with ireports, and I'm stuck at a point, need some help. I'm trying to create a report, using ireport 4.0.1and jasper server 4.1. The report has few cascading parameters. While passing the value of a parameters I need to pass the unique Id as well as the name/value of the parameter. (For e.g. 1. cityID, cityName 2. storeID, storeName and so on..). i.e I pass the ID and display the names in the input controls (Because ID makes no sense to the user). The report works fine in report designer as well as on the server. But the issue starts when I try to save the selected value of the input controls. When I select the value and hit 'save' it gets saved, but When I try to run the report with the saved parameters then the input control displays IDs instead of the name/value. I somehow found a work around of this, but for that I must use my very first parameter as a multi-select parameter. But my requirement is that the very first parameter (city), always has to be a single select. Hence this issue gets solved by using $X{...} instead of $P{..}, but creates more issues for me.., as I cannot allow the user to select multiple cities. Can any one help me out with this, (Please refer to the attached jrxml for more clarification.).
×
×
  • Create New...