Hello Moumita,
Please try Below.
Create a Dimension NewDate as
[NewDate]=Substr([StartTime];1;Pos([StartTime];".")-1)
Now use this variable to derive date from it.
=ToDate([Test];"yyyy-MM-dd hh:mm:ss")
Hope this helps.
Regards
Niraj
Hello Moumita,
Please try Below.
Create a Dimension NewDate as
[NewDate]=Substr([StartTime];1;Pos([StartTime];".")-1)
Now use this variable to derive date from it.
=ToDate([Test];"yyyy-MM-dd hh:mm:ss")
Hope this helps.
Regards
Niraj