Hi!
I’m trying to find the number of days between two dates.
Here it’s what I’ve been trying:
_days_between([Plan].[i_Atributos_Resumen_Proyectos].[FechaPOS],[Plan].[i_Atributos_Resumen_Proyectos].[FechaPRE])
The error that reports me is: Parsing error before or near position 65.
I’ve tried everything but can’t solve it… Any idea?
Oh! Also tried casting both dates to numbers and substracting and nothing works :(:(
Thankssssssssss