Forum Discussion
Double data
- Anonymous4 years ago
Hi alexandrerich ,
You can use merge.
1.Duplicate the main table out of a new table, then retain the ID and time of the old table, and retain the ID and time of the new one, and then merge.
2.Then expand the table
3.Then add custom column to calculate the difference.
4.Convert the column to total hours.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi alexandrerich ,
You can use merge.
1.Duplicate the main table out of a new table, then retain the ID and time of the old table, and retain the ID and time of the new one, and then merge.
2.Then expand the table
3.Then add custom column to calculate the difference.
4.Convert the column to total hours.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank's, is exactly what I search