needmoremoney
Technical User
I have this:
//WhilePrintingRecords;
//
//if CurrentDate() > {EInfo.ee401kEligibleDate}
// Then totext ({temp401KReport.ytdGross}, "000000000.00")
// else "000000000.00"
When the Einfo.ee401kEligibleDate is null, i get no outputs. What could be wrong? Thanks for any help.
//WhilePrintingRecords;
//
//if CurrentDate() > {EInfo.ee401kEligibleDate}
// Then totext ({temp401KReport.ytdGross}, "000000000.00")
// else "000000000.00"
When the Einfo.ee401kEligibleDate is null, i get no outputs. What could be wrong? Thanks for any help.