While Adding This formula in crystal reports ,i getting a formula error message on this parts
if{OIBT.InDate} in Aged91To120Days then "91 - 120 Days" else
if{OIBT.InDate} in Aged121To150Days then "121 - 150 Days" else
here is the full code i've used.
if{OIBT.InDate} in Aged0To30Days then "1 - 30 Days" else
if{OIBT.InDate} in Aged31To60Days then "31 - 60 Days" else
if{OIBT.InDate} in Aged61To90Days then "61 - 90 Days" else
if{OIBT.InDate} in Aged91To120Days then "91 - 120 Days" else
if{OIBT.InDate} in Aged121To150Days then "121 - 150 Days" else
"Over 150 Days"