Hey guys, I have this field as an 'Expression' in the report:
GREATER_THAN TIMESTAMPDIFF_MINUTE
TIMESTAMPDIFF_MINUTE dateStart, dateEnd), 1)
dateStart, dateEnd), 1)
GREATER_THAN':'(TIMESTAMPDIFF_MINUTE':'(dateStart, dateEnd), 1)
Idea was to capture all calls with duration more than 1 minute, and it was working for a year or so, after the update it's not catching calls
					GREATER_THAN
 TIMESTAMPDIFF_MINUTE
TIMESTAMPDIFF_MINUTE dateStart, dateEnd), 1)
dateStart, dateEnd), 1)GREATER_THAN':'(TIMESTAMPDIFF_MINUTE':'(dateStart, dateEnd), 1)
Idea was to capture all calls with duration more than 1 minute, and it was working for a year or so, after the update it's not catching calls

Comment