- The method isNullOrEmpty(String) in the type Strings is not applicable for the arguments (Timestamp)
- 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})
- :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}
- :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}
- : $F{division}
- $P{date_start} != null
- <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}
- : "Date Ticket Created From : " + $P{date_start} +"n" + "Date Ticket Created to : " + $P{date_end}]]></textFieldExpression>