Hi pretty new to this software/role as BI Developer. I have noticed that when using - @DateTimeParse(@round(@DateTimeNow()),%Y%m%d%H%M%s) In an attribute creator it returns an undefined value of - 19700101000009+00:00. What is the correct way to do this so it returns DateTimeNow.
Page 1 / 1
Give the DateTimeStamper and DateTimeConverter a go
@wardalexander6 You're getting the overflow number because you're using %s (Seconds since Unix Epoch) instead of %S (two digit seconds)