SHOWFINAID ​
Calculates the financial aid amount of financial aid the individual has received.
Reporting Area(s) ​
Names, Registrations
Required Parameters ​
- Name ID (i.e. nmid, rgid)
Optional Parameters ​
Date of earliest award; date field from database or specific date entered using the CTOD() function (i.e. cobegdate or ctod([01/01/2011]).
Date of last award; date field from database or specific date entered using the CTOD() function (i.e. coenddate or ctod([12/31/2011]). Logical .t. returns total expected; .f. returns total received (default).
Logical .t. returns only aid that has not been awarded yet; .f. returns all (default)
Example(s) ​
SHOWFINAID(nmid) returns the total amount the individual received.
SHOWFINAID(nmid,ctod([01/01/2011])) returns the total amount received since January 1, 2011.
SHOWFINAID(nmid,ctod([01/01/2011]),ctod([12/31/2011])) returns the total amount received from January 1 - December 31, 2011.
SHOWFINAID(nmid,ctod([01/01/2012]),ctod([12/31/2012]),.t.) returns the total amount expected from January 1 - December 31, 2012.
Notes ​
You can also use the GETDATA() function in a JUSTDOIT() to enter a date in parameters 2 and 3 each time you run the report. Contact your ACEware technician for more information.