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

gombs

Members
  • Posts

    47
  • 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 gombs

  1. It's ok for one field, but my Problem is that every field can be null, in this example Monitor-SNR, too. Is an other solution possible?
  2. Hi guys, maybe I have an TextField like this: $F{Monitor}+" "+ $R{loc.15}+" "+ $F{Monitor-SNR}+")" The Source is an XML-File. When maybe Monitor is not available in XML then the output shows me this: "null blablabla 12334" and null stands for the monitor. Is it possible to display nothing , I mean "" and not "null" in this line? Greets
  3. thank you =) It works in Masterreport, but in my second subreport I get null back, like before my change. Greets gombs
  4. this options I have already selected it not works...I watched for solution in demo/samples/subreport but the example is already only for using in title...
  5. Hey, I want to work with $V{REPORt_COUNT} from my subreport , I create a variable and returned it. But it works only when I printed it in summary or title or anything, I wantend to print it in detail under the subreport ( fillig is horizontal ) why it not works? Ok I dont want to print it realy I wanted to use in my second subreport, also I wantend to get it from first subreport and give this value to my second subparameter as parameter...it doesn't works :-((
  6. gombs

    localisation

    where can I specify an path for my resourceBundle in path?
  7. hmm, my problem is that I want to specify an path for my report_en.properties files. In the attribute only the name of resource_bundle was specify because iReport not allows paths. Where I can named a path in source-code? with an new resourceBundle?
  8. Hi, I want to have the localisation-files ( report_en.properties etc. ) in a subdirectory. I save the files in subdirectory and set under report-properties in ireport the resourceBundleName and it works. But iReport don't found the properties-files in his window. He only do when there are in same directory and resourceBundleName is only a name and don't a patch. Is it an error from me or an bug? thanks 4 help
  9. Hi, I want to have the localisation-files ( report_en.properties etc. ) in a subdirectory. I save the files in subdirectory and set under report-properties in ireport the resourceBundleName and it works. But iReport don't found the properties-files in his window. He only do when there are in same directory and resourceBundleName is only a name and don't a patch. Is it an error from me or an bug? thanks 4 help
  10. ok, I have described it wrong. I want to compile and fill recursive. Is it possible with only one function call or respectively two ( one for compile and one for fill ). Must my application know which subreport are parts of my masterreport and which subreport are parts of this subreport(s)? Then I must have a config-data to know which filles I must compile ?
  11. Hey CoDeRs, I have an tree of subreports and masterreports. When I compiled and file the highest masterreport, all other reports must compile first, ok. But is it possible to compile all other before, without compile explict... I think like this: JasperReport report =JasperRecursiveCompileManager.compileReport("jasper/Master.jrxml"); or must I explicit compile the subreport at lowest and then go higher and higher ? Thanks for reading
  12. Hey CoDeRs, I have an tree of subreports and masterreports. When I compiled and file the highest masterreport, all other reports must compile first, ok. But is it possible to compile all other before, without compile explict... I think like this: JasperReport report =JasperRecursiveCompileManager.compileReport("jasper/Master.jrxml"); or must I explicit compile the subreport at lowest and then go higher and higher ? Thanks for reading
  13. Hey I posted in iReportForum but I think its better here, it works in iReport but in my java-app it doesnt work I get following error: Error evaluating expression : Source text : ((net.sf.jasperreports.engine.data.JRXmlDataSource)$P{REPORT_DATA_SOURCE}).subDataSource("/root/ARGUS") What is wrong? Is is a good idea to buy the documentation? I've buy the only one book over jasperreport , to help me and support the community.
  14. Thank you, I've found and unterstand the problem.:)
  15. Ok in iReport it works fine. But in a java app I get following error: Error evaluating expression : Source text : ((net.sf.jasperreports.engine.data.JRXmlDataSource)$P{REPORT_DATA_SOURCE}).subDataSource("/root/ARGUS") What is wrong?
  16. I have buy the book "jasper reports for java developers" and wanted to have a localization for my report. I've tried this: parameters.put(JRParameter.REPORT_LOCALE, new Locale("en")); parameters.put(JRParameter.REPORT_RESOURCE_BUNDLE, "jasper/real_reports/Lieferschein_en.properties"); I always get "null" printed in console back. The file is in this path, I tried "jasper/real_reports/" and "jasper/real_reports" and "jasper/real_reports/Lieferschein...too, nothing works. What is the correct setting of parameter?
  17. gombs

    Questions

    I think its a normally function from the office-apps. It should be going on JasperReports, too :dry:
  18. gombs

    Questions

    is this not possible in jasperreports? Maybe with a variabel ?? :(
  19. Hi, I became a solution from iReport Master: a Expression like this: ((net.sf.jasperreports.engine.data.JRXmlDataSource)$P{REPORT_DATA_SOURCE}).subDataSource("/root/Measure")) will work, too B)
  20. thank you for trying to help me. I use this parameter: $P{REPORT_CONNECTION} This is the default, when I insert the subreport with iReport. With XML_DATA_Document as Subreport datasource expression it doesnt works, too. Maybe you can show me a very small example, that works, it will say more than 1000 words, I hope you can spend a few minute, I am very hopelessly. :silly:
  21. Hi guys, I have posted in iReport forum, but I think its a generally problem from Jasperreports. I have an XML-Datasource in a Jasperreport it works fine, but when I inserted this report to an other report as an subreport it was empty and I get a warning: 1286293 [mv_atos_part subreport filler] WARN query.JRXPathQueryExecuter - The supplied org.w3c.dom.Document object is null. The parentreport has the same Datasource and the normally fields are corect filled. Greets
  22. I think it is a generally JR problem, I've tested to fill in a java-app and get the same error. Nobody has the same problem?
  23. Maybe it is a general bug? I had create a simple report with a simple XML-file as datasource and a parentreport where this report was insert and there was the same problem...the parentreport use the same data source, too:S
×
×
  • Create New...