Notice of Maintenance on October 9th. Click here for further details.

Report writing

I am trying to write a report, i have a if then and select syntax.

Does anybody know the correct code for the tmcdln.crtfid table/column

I want the report to be able to select sum from the tmcdln.hrswrk based on a y in the tmcdln.crtfid column.

using y, yes, Y, Yes, YES, "Y", 1, none of these are recognized. Any help will be appreciated. 

Parents
  • 0

    Jim is a terrific source for reports.  I agree that the SQL approach, with a SELECT Sum() approach is probably better.  The tmcdln.crtfid actual data is Y or N or Blank.  You might need to use single quotes around the Y (like 'Y') in the WHERE section of the calculation.

Reply
  • 0

    Jim is a terrific source for reports.  I agree that the SQL approach, with a SELECT Sum() approach is probably better.  The tmcdln.crtfid actual data is Y or N or Blank.  You might need to use single quotes around the Y (like 'Y') in the WHERE section of the calculation.

Children
No Data