Hiii,
The $Session.StartTime is a string value, is it possible to convert it to a datetime type ?
** This is my param.
actualstart= [[$Session.StartTime]+g]
** and i'm using calculated fields (DIFFINMINUTES).
DIFFINMINUTES(actualstart,CreatedOn)
So this is doesn't ork because the start time is a string, it should be two dates to get compared and get the duration.
Kind Regards