Hello, I'm using Rbase 10. I'm trying to update one date column in my table to be the oldest of 3 other date columns. My command is: update Table1 set OldestDate = (LMAX(date1, date2, date3))
But it only works if all three dates have values. I have zero set on. I tried setting on Eqnull. But I only get a blank if one of the dates is null. Is there another setting to turn on? Thanks,Patti -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

