0

NP EVAL Help

Here is the function I've created to generate two date values (Current Year YTD) joined by '..' to generate a date range for NAV. The output looks like this: 1/01/2010..29/04/2010

=TEXT(DATE(YEAR(NOW()),1,1),"d/mm/yyy")&".."&TEXT(DATE(YEAR(NOW()),MONTH(NOW()),DAY(NOW())),"d/mm/yyy")

This works…however, my understanding is that if I'm using the Jet Scheduler the NP("Eval",) function must be added. First question, am I right in my assumption that NP("Eval",) needs to added? Second, I'm trying to add it but it's kicking my butt. Anyone out there that could assist in getting this NP statement integrated?

Many thanks in advance!

1 comment

Please sign in to leave a comment.