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?
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?
I had to have a string field that was a calculation of the date part only. Then I group up on that field