Jan 11, 2019 09:36 PM
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!
Apr 22, 2019 02:47 PM
If anyone has a solution for this issue, I would greatly appreciate it.
May 28, 2019 11:51 AM
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.