Hi
I'm on cr 8.5. I have the following formula
if {CnBio.CnBio_Age} in 18 to 25
then "18-25" else
if {CnBio.CnBio_Age} in 26 to 30
then "26-30" else
if {CnBio.CnBio_Age} in 31 to 45
then "31-45" else
if {CnBio.CnBio_Age} in 46 to 60
then "46-60" else
if {CnBio.CnBio_Age} in 61 to 80
then "61-80" else
if {CnBio.CnBio_Age} >= 81
then "81+" else
if {CnBio.CnBio_Age} = 0.00 then
"Unknown"
but the last statement is not picking up the blanks. I have also tried
if {CnBio.CnBio_Age} = " " then "Unknown"
but that didn't work either.
All advice gladly received.
Many thanks
Pete
I'm on cr 8.5. I have the following formula
if {CnBio.CnBio_Age} in 18 to 25
then "18-25" else
if {CnBio.CnBio_Age} in 26 to 30
then "26-30" else
if {CnBio.CnBio_Age} in 31 to 45
then "31-45" else
if {CnBio.CnBio_Age} in 46 to 60
then "46-60" else
if {CnBio.CnBio_Age} in 61 to 80
then "61-80" else
if {CnBio.CnBio_Age} >= 81
then "81+" else
if {CnBio.CnBio_Age} = 0.00 then
"Unknown"
but the last statement is not picking up the blanks. I have also tried
if {CnBio.CnBio_Age} = " " then "Unknown"
but that didn't work either.
All advice gladly received.
Many thanks
Pete