the problem could be an empty value,
you must be sure that $currentObject/PlannedTimeOut is not empty:
$currentObject/PlannedTimeOut != empty and dateTimeToEpoch([%CurrentDateTime%]) > dateTimeToEpoch($currentObject/PlannedTimeOut)
let me know if it works
Andrea
Hi Sabita Chinta,
to solve this issue you should convert the date in integer before the operation, like this:
dateTimeToEpoch([%CurrentDateTime%]) > dateTimeToEpoch($currentObject/PlannedTimeOut)
let me know if it works :)
Andrea
HI Andrea thanks for ur reply,
still im getting the error
An error occurred while evaluating value of AgingRoom.Aging_DashBOard.container1$visibility: Operator dateTimeToEpoch not supported in expression dateTimeToEpoch() Error: An error occurred while evaluating value of AgingRoom.Aging_DashBOard.container1$visibility: Operator dateTimeToEpoch not supported in expression dateTimeToEpoch()