From: Scott W. <swa...@my...> - 2003-02-19 18:41:13
|
> On Fri, 14 Feb 2003, Dan D wrote: > > > > I currently have a calculated field in my Overtime Database that keeps track > > of my overtime at my client. Basically I have the 2nd field added to the > > privious total to have a running total. I only get paid once I go over 80 > > hrs of overtime so I wanted to start my total at -80. How would I do that? > > The way mine currently works is by "(sort 0 1)(+ %1(ffr 2-1 0))". > > Hmm. Does "(sort 0 1)(+ %1 (ffr 2 -1 -80))" work? So this doesn't compile for you? Interesting. It seems to work fine for me. Are you using the 1.1beta? (that's what I'm using). -Scott |