I would like to create a new table from Table1
Table1 consist of one field:
OldField
300-06
982-35
001-12
030-04
I would like to use the make-table in query-grid to create
Table2 consisting of three fields:
OldField NewField1 NewField2
300-06 30006 300
982-35 98235 982
001-12 112 1
030-04 3004 30
I would like to use the format function to remove leading zeros and the dash for NewField1 and remove leading zeros, dash and last two digits for NewField2
Can someone show me how to do this?
Table1 consist of one field:
OldField
300-06
982-35
001-12
030-04
I would like to use the make-table in query-grid to create
Table2 consisting of three fields:
OldField NewField1 NewField2
300-06 30006 300
982-35 98235 982
001-12 112 1
030-04 3004 30
I would like to use the format function to remove leading zeros and the dash for NewField1 and remove leading zeros, dash and last two digits for NewField2
Can someone show me how to do this?