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

luked

Members
  • Posts

    49
  • Joined

  • Last visited

Community Answers

  1. luked's post in [iReport substring] How to get last 2 digit of the year? was marked as the answer   
    Morning,
    2 ways you can try. 1 is to change the formatting of the date in the textfield as per attached picture. 2 is try the following - $F{signDate}.substring($F{signDate}.length() - 2)
  2. luked's post in Multiple IF's in expression editor was marked as the answer   
    Try the below,
    What it does is when the st_ctry_name is not Switserland and the seller is RET1 then return TEST MESSAGE else " " blank.
    (!(Boolean.valueOf($F{st_ctry_name}.equals ("Switserland")) && Boolean.valueOf($F{seller}.equals ("RET1")))) ? "TEST MESSAGE" : " " 
    Regards
    Luke
×
×
  • Create New...