Hi all, here's my problem. I have a temp table that gets filled with 121 records. Each record has a time field (sngTime), but it when it gets imported into our database this column does not always start at 1 and isn't always sequential. I want to use this data in a graph and use the time field as the "X" axis value.
Is there some way i can do some code to edit the values in that column to be sequential starting at 0. This table will always have 121 records.
I've attached a copy of the temp table with an example of how we sometimes get this data.
Any help, pointers would be greatly appreciated.
TIA
Is there some way i can do some code to edit the values in that column to be sequential starting at 0. This table will always have 121 records.
I've attached a copy of the temp table with an example of how we sometimes get this data.
Any help, pointers would be greatly appreciated.
TIA