Hi, I have one problem, in our report development one requirement is like when loc_id is "" then print "N/A" else loc_id is having values like '002530' and need to printed like '2530' , I cant use substring as '002530' can be '0002530' also so I want to convert this to integer and to display , I used new Integer(parseInt.(str)) but then it is giving me error can not cast string to integer , can you guide me on this ? -Thanks & Regards Darshan