Group by Date

I am making a columnar report that I want to group by date (September 1, 2004). My data is in a DateTime field (09/01/2004 11:30am). How do I extract the date for grouping condition?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 4:04AM
    try using the formatdatetime function

    [FORMATDATETIME('mm/dd/yyyy', [tblname."fldname"])]

    ;)
  • edited 4:04AM
    Worked perfectly
    Thanks

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.