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

sdinas

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

Posts posted by sdinas

  1. I need to list all employees in a table and also list only 1 employee individually. I made the following code. But it did not work. can anybody help me?

    if ($P{Colaborador}()!= null) {
      select * from faltas
      WHERE
         id_funcionario = $P{Colaborador}
      AND   falta >= $P{Inicio}
      AND  falta <= $P{Fim}
    }ELSE{
      select * from faltas
      WHERE
         id_funcionario = $P{Colaborador}
      AND   falta >= $P{Inicio}
      AND  falta <= $P{Fim}
    }

     

  2. I could not run the IReport 5.6.0.

    ERROR: Canot find Java.exe

                  Neither C: Program Files (x86) Java Jsk1.8.0_25 jre bin java.exe

                  nor C: Program Files (x86) Java Jsk1.8.0_25 bin java.exe

    Can someone help me?

×
×
  • Create New...