Hi, I want to project population from an old census report.....the formula is as follows
population*(1+(growth rate/100))^16
I am trying this expression for calculating from attribute table but ITS NOT WORKING
[POP_B_SEX]*(1+ (4.33 / 100 ))Exp (16 )
Note : [POP_B_SEX] is the only column i am using from attribute table.