Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 12th, 2012  |  syntax: None  |  size: 1.29 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. The method isNullOrEmpty(String) in the type Strings is not applicable for the arguments (Timestamp)
  2. new SimpleDateFormat("dd/MM/yyyy").format($P{date_start})!= null   &&  new SimpleDateFormat("dd/MM/yyyy").format($P{date_end})!=null  && ($P{lookup_department}==null) && ($P{lookup_assignedOfficer}==null) ? "Date Ticket Created From : " + new SimpleDateFormat("dd/MM/yyyy").format($P{date_start}) +"n" + "Date Ticket Created to : " + new SimpleDateFormat("dd/MM/yyyy").format($P{date_end})
  3. :new SimpleDateFormat("dd/MM/yyyy").format($P{date_start})!=null   &&  new SimpleDateFormat("dd/MM/yyyy").format($P{date_end})!=null  && ($P{lookup_department}!=null) && ($P{lookup_assignedOfficer}==null) ? "Division :"+$F{division}
  4. :new SimpleDateFormat("dd/MM/yyyy").format($P{date_start})!=null   &&  new SimpleDateFormat("dd/MM/yyyy").format($P{date_end})!=null  && ($P{lookup_department}==null) && ($P{lookup_assignedOfficer}!=null) ? "Ticket Created :"+$F{tickedcreted}
  5. : $F{division}
  6.        
  7. $P{date_start} != null
  8.        
  9. <textFieldExpression   class="java.lang.String"><![CDATA[($P{date_start} != null) ? "Date Ticket Created From : " + $P{date_start} +"n" + "Date Ticket Created to : " + $P{date_end}
  10.  : "Date Ticket Created From : " + $P{date_start} +"n" + "Date Ticket Created to : " + $P{date_end}]]></textFieldExpression>