Have a date/timestamp field want to group on date only

I want to capture the date and time but on my view I only want to group on date.If I create a virtual column for the date would would the expression be to get it out of my date/time field?

Solved Solved
0 2 296
  • UX
1 ACCEPTED SOLUTION

Hi,

Yes, using date([timestamp]) should extract the date from the timestamp.

C

View solution in original post

2 REPLIES 2

Hi,

Yes, using date([timestamp]) should extract the date from the timestamp.

C

DATE([TimeStamp])
worked thnaks

Top Labels in this Space