Daria
06/26/2024, 1:52 PMkennkerp
06/26/2024, 2:49 PMCASE WHEN (MAX(CASE WHEN {systemnotes.name} = '-System-' THEN {systemnotes.date} ELSE NULL END) > MAX(CASE WHEN {systemnotes.context} = 'UI' THEN {systemnotes.date} ELSE NULL END)) THEN 0 ELSE 1 END
Daria
06/27/2024, 10:42 AM