Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

Group by Date shows timestamp in query

swiftinitpvtltd

When I do Group by Date it also shows timestamp in query grouped row. I want to show date only-
mm/dd/yyyy
row1
row2

but it shows
mm/dd/yyyy with time stamp
row1
row2
How to achieve this via settings?


Jaymer

I had to have a string field that was a calculation of the date part only. Then I group up on that field