Hi all,
I have a problem when I import from excel a time duration variable (more than 24 hrs of duration). The string variable changed when I import to Stata:
Here
time start= Inicio VM
time end= Desconexion VM
duration= Horas
Lamentably when I import :
import excel using "Data.xlsx", allstring clear
Date (Fecha), change when I import from excel I can not calculate duration using start and end datetime.

I am import as string all database because I have 2 rows for name varible (its not a problem, fixed).
Lamentably this is the only way to show my problem. I can not show some dataex example.
I have a problem when I import from excel a time duration variable (more than 24 hrs of duration). The string variable changed when I import to Stata:
Here
time start= Inicio VM
time end= Desconexion VM
duration= Horas
Lamentably when I import :
import excel using "Data.xlsx", allstring clear
Date (Fecha), change when I import from excel I can not calculate duration using start and end datetime.
I am import as string all database because I have 2 rows for name varible (its not a problem, fixed).
Lamentably this is the only way to show my problem. I can not show some dataex example.
Comment