A workaround would be to create a slightly different expression - example uses an integer column. Use 0.01 for currency, etc.

(IFLT(ColName1, (ColName2 + 1), ColName1, ColName2))

jan johansen wrote:
I have used IFEQ, IFLT, IFGT,IFNULL

Now it looks like I have a need for
IFLTEQ (IF <=)
and
IFGTEQ (IF>=)

These are for computed columns.
Suggestions or enhancement request?

Jan





Reply via email to