July 22, 200916 yr I'm getting a message that "Days Left" is a field that can't be found. What am I missing here? Case ( duedate - z_todaysDate > 0; "Abs ( duedate - z_todaysDate ) & "Days Left"; duedate - z_todaysDate > 0; "Abs ( duedate - z_todaysDate ) & " Days Past"; )
July 22, 200916 yr You have opened quotes just before Abs (why?) and closed them just before Days Left.
Create an account or sign in to comment