rename cell
hi, I've wrote this jsl to rename cell with"portion" by "Portion".It's doesn't work.has someone a solution? Names Default To Here( 1 );dt= Current Data Table();For( I = 1, I <= N Rows( dt ), I++,if(dt:Format == "portion",dt:Format == "Portion" );); best regards