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?
Hi,
Yes, using date([timestamp]) should extract the date from the timestamp.
C
4 Likes
DATE([TimeStamp])
worked thnaks
2 Likes