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

jo_bonanno

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

Downloads

Everything posted by jo_bonanno

  1. Ok now Ive got it... the amended syntax is as per below: $F{acType}.equals("J") ? "JOB" : $F{acType}.equals("E") ? "Even" : $F{acType} Thanks bro
  2. I have change it to $F{acType}.charValue == "J"?"JOB" : ($F{acType}.charValue() == "E"?"Even") but what I rcvd were error messages... Would be great if u could check for me. thanks.
  3. I have a date field $F{postdate} in String "yyyymmdd". Is there any way when I have read from my db instead of showing straight "yyyymmdd" it display as "mm/dd/yyyy".
  4. How to code in Textfield expression if I wanted to make a simple label change base on the query result as per the below... If $F{abc} = J display "Job" else if $F{abc} = E display "event" else display "Others"
  5. Output in html format will not display the image and color settings but it is being displayed fine in pdf format... Is there anything that I have left out?
  6. How am I going to implement the entire WHERE clause as a parameter eg select * from abc $P{whereclause}
×
×
  • Create New...