Forum Discussion

hspenik3's avatar
hspenik3
Regular Visitor
5 years ago
Solved

Combining Dates

I have different fields all associated with the same date but for some reason I'm getting multiple lines instead of just showing it under one single day.  How can I fix this?

3 Replies

  • hspenik3 , I think your date has a time stamp, and you are not able to see it because of the format.

     

    Change the data type to date/time and choose a format that can show you time

     

    and get a date column like

    new Date = [Date].date
    or
    new Date = date(year([Date]),month([Date]),day([Date]))