GETFINAID

Calculates the financial aid amount individual was awarded between two dates and by type.

Reporting Area(s):

Registrations

Required Parameters:

  1. Name ID (i.e. nmid, rgid, pyid)
  2. Date of the earliest awarded, entered in {} (i.e. {01/01/2012})
  3. Date of the latest award, entered in {} (i.e.{12/31/2012} )

Optional Parameters

  1. Character return value: only include specific award type (i.e. "Scholarship"). Default is all award types.
  2. Logical .t. returns formatted value (default), .f. does not format value.
  3. Logical .t. returns total receive, .f. returns total expected

Example(s):

getfinaid(nmid,{01/01/2012},{12/31/2012}) returns total amount expected between dates entered

getfinaid(rgid,{01/01/2012},{12/31/2012},"",.t.,.t.) returns total received between dates entered

 

Related Topics Link IconRelated Topics