Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have this calculation:
Interval(Date1 - Date2, 'YYYY-MM-DD hh:mm:ss')
But it returned the same timestamp for all the the rows.
How do I resolve this?
Hi, try formatting your date fields and then the interval.
Interval(Date(Date1,'YYYY-MM-DD hh:mm:ss') - Date(Date2,'YYYY-MM-DD hh:mm:ss')) as Interval,
Regarts.
When you added the column, did you enter it as a measure?
Try deleting that column, then add it as a dimension, use the same expression as before.
esa columna se convirtió en una dimensión, porque se calculó en el script.
El cálculo fue la resta de dos fechas y te da el resultado en horas, aunque el AM y PM ya no es necesario porque no indica nada en el campo "intervalo" creado.
Ahora si quieres calcular esa columna en las medidas, puedes hacerlo en el formato que quieras.