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

fabian.fuentez

Members
  • Posts

    1
  • Joined

  • Last visited

fabian.fuentez's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I am trying to to create an expression that compares dates and a string. This expression uses an and, if, and or statement. I am trying to acheive a 1 if the value returns true but always returns a null value when i run it can anyone help? Thanks. Here's the expression: IF($F{RFS_GRADE_CODE} == "EE" && $F{STU_ENR_ENTRY_DATE}.before( $P{EffDate} ) && $F{STU_ENR_EXIT_DATE} ==null || $F{STU_ENR_ENTRY_DATE}.before( $P{EffDate}) && $F{STU_ENR_EXIT_DATE}.after( $P{EffDate}) ,"1","0")
×
×
  • Create New...