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

New to this- can't figure out if this is the table that I'm drawing from


leecarlton

Recommended Posts


Hi, 

 

I have the following expression in one of my reports, and I'm trying to make heads or tails of it. Is it drawing from the table named transcript, and then getting the field named UserDescriptionIndicator? Also confused as to the question mark that appears after it. I looked through our tables, and don't see one named transcript. Not sure where it is drawing that from

 

Thanks for any help. Getting this figured out will save me a lot of time. Only working with smaller formulas up until this point

Code:
$F{transcript}.getUserDescriptionIndicator() ? $F{transcript}.getSchoolCourse().getNumber()+" "+$F{transcript}.getCourseDescription() : ($F{transcript}.getSchoolCourse() != null ? $F{transcript}.getSchoolCourse().getNumber()+" "+$F{transcript}.getSchoolCourse().getDescription() : "")

Post Edited by glacierfanclub at 03/23/2012 00:54
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...