Skip to main content

Rollup dates from formula's

  • January 12, 2019
  • 2 replies
  • 18 views

Forum|alt.badge.img+3

I’m trying to do a “max” date rollup, where it returns the last date. This works on a regular date field. However, I only want to track this for “in progress” projects so I’m using a SWITCH formula to return the dates from records in progress. Once I try to rollup the formula field the “max” values aggregation no longer works.

Any workarounds or ideas? Thanks!

2 replies

If anyone has a solution for this issue, I would greatly appreciate it.


  • Inspiring
  • May 28, 2019

Puedes utilizar la siguiente expresion DATETIME_PARSE(CONCATENATE(values))

Donde CONCATENATE te devolvera el string completo del date y con el parse lo conviertes a fecha.