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

popojxgjqnzeit

Members
  • Posts

    8
  • 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 popojxgjqnzeit

  1. yes, In the Mainreport I fetch Hosts from the DB and in the subreport I fetch losses for every Host. At the End of Every Host I like to have the total Times from every losses category.
  2. Hi I collect Times like 41:20:13 or 00:02:10 in a Subreport (in defferent categorys like: warning, critical). Now, I want to get a sum of all this times in the mainreport (a sum per category). How I do that? I Tryd to make for every category a variable with a expression like this: $F{IsHost}.intValue() == 1 ? $F{state}.intValue() == 0 ?0: $F{state}.intValue() == 1 ?0: $F{state}.intValue() == 2 ?0:0: $F{state}.intValue() == 0 ?0: $F{state}.intValue() == 1 ? $F{dauer}: $F{state}.intValue() == 2 ?0: $F{state}.intValue() == 3 ?0:0[/code]But the report generate faild: net.sf.jasperreports.engine.JRRuntimeException: java.lang.ClassNotFoundException: 0[/code]I don't know witch "value class name" I have to choose... and how i transver this to the main report and why i have this error.... Can someone help me?
  3. Hi How can I set the background of a Textfield dynamic? It works with an changing background Field till now, but when I export a Report to docx, it have no backgroundcolor.
  4. yes I checked it, but it's go not so in the deep like I wish. So for a example, I have the Problem to get a picture in a Project folder, and it's not written waht happen with a picture when I upload the report to the server. Will the picture get uploaded too? Will the path in the report get changed to the new location on the Server? What happen with subreports? And when I create in a project a blank report, insert a text for example and upload to the Server, I get a error (invalide name) when I run the Report on the Server. I checked the guid, but it's just a little step for step guid and not a detailed dokumentation which explain the details.... so my view.
  5. Hi I workd for a Week with the iReport Designer. Just so mutch that I understand it and all my Reports worked. Now I read about the Studio and I install it. But, I realy don't understand that! I just try to get a empty Report with an Picture in it. First dont get a Report on the Server, it desapears every time. After I export it form a local created project to the Server, I had it finaly on the Server. Just a empty Report. On the same Way i move a picture on the Server. I tryied to insert the Picture in the Report, but it never find this picture when i excec it on the Studio. Then I tryied to excec the report on the server withe the JasperReport WUI, but I diden't find the Report on it, after a refrash in the Studio, the report dessapears again. This is just one problem I have with it. I'm realy sure that I'm the problem! I searchd on Youtube tutorials for a little hint but i can't find a good one. Can somebody pleaaaaas make one? Just the basics: - Create a project in the Jaspersoft Studio. - With an empty report (maybe with a picture and a little text) - export this to the server - and execute it May be with a little subreport (just a text in it or something). Very Thank you Popo Jxing Gjou
×
×
  • Create New...