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

shining01

Members
  • Posts

    9
  • Joined

  • Last visited

shining01's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I have found the solution. In default_master.properties the appServerType must be tomcat oder glasfish or anything else. Don't use "SkipAppServerCheck". this was my mistake!
  2. Hello, i have the same problem. What is my mistake? Thanks
  3. thats a normal image element: <image> <reportElement x="0" y="0" width="65" height="53" uuid="85469727-d6b4-4361-bbc2-950dd91dd444"/> <imageExpression><![CDATA[$F{bilddatei}]]></imageExpression> </image>
  4. i solved the problem. if you run the tomcat as an user which can access the directory , it will work.
  5. Hello, i would like to show a picture of our employes in jasperserver Report. The path ist \serverfoldername.jpg. this path is stored in the database which i query. In ireport it works but on the jaspersoft Server it didn't works. i get the following error: net.sf.jasperreports.engine.JRException: Byte data not found at : \server1folderTom.jpg How can i show a image from external server? Thanks
  6. Hello everybody, i have found my mistake. There was a null value. Now it works with this syntax: $V{SumErwarteterZugang}-(($F{BESTAND} == null || $F{BESTAND}.length()<=0)?new Double(0.0):Double.parseDouble($F{BESTAND}))-(($F{SUMMEBESTELLMENGE} == null || $F{SUMMEBESTELLMENGE}.length()<=0)?new Double(0.0):Double.parseDouble($F{SUMMEBESTELLMENGE})) Thanks
  7. Hello, i use Jasperreports 5.2 and iReport 5.5.0. I have to String Fields with numeric values. i would like to calculate this two fields in one variable. My Variable expression is: new Double($F{SUMMEBESTELLMENGE}.toDouble()-$F{BESTAND}.toDouble()) Fehler: Error evaluating expression : Source text : new Double($F{SUMMEBESTELLMENGE}.toDouble()-$F{BESTAND}.toDouble()) The Report Language is groovy. i have tried also Double.valueOf(Double.valueOf($F{SUMMEBESTELLMENGE}).doubleValue()*Double.valueOf($F{BESTAND}).doubleValue()). but also with error. I call the report in my Java Programm.
  8. Hello, i have installed jasperserver 4.0. At the login window i can choose "show local & timezone". I have configured de_DE for german language. But after login the web interface display all words in english. How can i configure jasperserver show the gui in german. Thanks a lot Tom
  9. Hi, i hope you can help me. I have build a Line Chart with IReport. So when i run the report i have 14 Values but on the report shows only 11 Values. How can i regulate the distance of each value in the report grafik. At the moment every 2 cm is a value on the X-Axis on a A3 Page. I need to show more values on the X-Axis. If you don't understand the problem i can send you an email with an picture. Please help me. Thanks a lot from Germany [file name=chart.pdf size=25340]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/chart.pdf[/file]
×
×
  • Create New...