I am exporting the COG coordinates using a report I have created.
Q GCOF = E 2948164.627mm N 4235361.487mm U 17759.231mm
Can I get the E ,N & U coordinates to go in to separate columns in Excel ?
Are you using Utilities >> Reports >> Create option for creating reports?
q gcof[1]
q gcof[2]
q gcof[3]
Or alternatively you can delimit them in Excel using Text to Columns.
I am exporting the COG coordinates using a report I have created.
Q GCOF = E 2948164.627mm N 4235361.487mm U 17759.231mm
Can I get the E ,N & U coordinates to go in to separate columns in Excel ?
Are you using Utilities >> Reports >> Create option for creating reports?
q gcof[1]
q gcof[2]
q gcof[3]
Or alternatively you can delimit them in Excel using Text to Columns.