Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Custom Column Duration.Days (include first day)

Hello   I am trying to create a custom column to show the difference in days between 2 dates.    I need to include the first date in the count Ex pcreatedon: 12/5/2023 createdon: 12/6/2023   ...
  • ryan_mayu's avatar
    2 years ago

    Anonymous 

    try to add +1 in the end

    Duration.Days([pcreatedon]-[createdon]) +1