kevnatajax
Technical User
Below is a formula field I'm using and I need to only diplay it when numbers are in the field. Is ISNULL the answer and How would I put it in this formula?
select {Clmincr.DURATION}
case 1:
"2001"
case 2:
"2000"
case 3:
"1999"
case 4:
"1998"
case 5:
"1997"
case 6:
"1996"
case 7:
"1995"
case 8:
"1994"
case 9:
"1993"
case 10:
"1992"
case 11:
"1991"
case 12:
"1990"
select {Clmincr.DURATION}
case 1:
"2001"
case 2:
"2000"
case 3:
"1999"
case 4:
"1998"
case 5:
"1997"
case 6:
"1996"
case 7:
"1995"
case 8:
"1994"
case 9:
"1993"
case 10:
"1992"
case 11:
"1991"
case 12:
"1990"