GroupHeader
I want to goup my database records by a field with datetime format but grouped by just date not by datetime. How can I do that?
I want to goup my database records by a field with datetime format but grouped by just date not by datetime. How can I do that?
Comments
Try to use Trunc(<YourDatasetName."YourFieldName">) as group condition