Hi Folks,
I have a datatable with values
910217,1,1,1,1
910217,1,1,1,1
910217,4,4,4,4
910217,4,4,4,4
I want to this datatable to look like (suffix 000000, 100000, 20000, 30000)
910217000000,1,1,1,1
910217100000,1,1,1,1
910217200000,4,4,4,4
910217300000,4,4,4,4
Suggest best approach towards this ?