CustomFunction to get Min

If we want to get the MIN for field.

Could we use the below in the customFunction column?

MIN({t}.{f})

Or

MIN({f}.FIELDNAME)