<< (IFNULL(LOWPRICE, REGULARPRICE, LMIN(IFNULL,LOWPRICE,0,LOWPRICE), REGULARPRICE)) >>
With ZERO ON, won't this (incorrectly for my application) return REGULARPRICE from the first evaluation, without ever looking at the second IFNULL? -- Larry
<< (IFNULL(LOWPRICE, REGULARPRICE, LMIN(IFNULL,LOWPRICE,0,LOWPRICE), REGULARPRICE)) >>
With ZERO ON, won't this (incorrectly for my application) return REGULARPRICE from the first evaluation, without ever looking at the second IFNULL? -- Larry