Jun 14, 2005 #1 lkrxa Technical User Jun 14, 2005 1 US I have tried the minimum function, but it is only for summary fields.
Jun 14, 2005 #2 synapsevampire Programmer Mar 23, 2002 20,180 US The obvious is an IF or SWITCH statement: If A < b then ( if a < c then a else c ) else If b < a then ( if b < c then b else c ); Looks right. There's probably a more elegant solution but it eludes me right now. -k Upvote 0 Downvote
The obvious is an IF or SWITCH statement: If A < b then ( if a < c then a else c ) else If b < a then ( if b < c then b else c ); Looks right. There's probably a more elegant solution but it eludes me right now. -k
Jun 14, 2005 #3 dgillz Instructor Mar 2, 2001 10,045 US Minimum(Value1,Value2,Value3) Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz Upvote 0 Downvote
Minimum(Value1,Value2,Value3) Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz