
Announcements
I have developed a canvas app and if I enter a value by accident and save. The app will not register if I edit the entry and remove the value, so as a workaround I have to add a zero. Is there a way to resolve this?
Incorrect entry:
Edited entry:
Hi,
Is there any formula used for calculating Out of hours and Core Hours Or the data is getting displayed from a list.
If data is getting displayed from a list then you can use -
If(IsBlank(ThisItem.OutOfHours), 0, ThisItem.OutOfHours)