Hi all,
Not sure if this is possible via a calculation, but I was looking to make it easier for my user to select a 'Fully Day" "Half Day" Option which would automatically set the time value in a Date and Time field to a set time e.g 8:00am.
Is it possible to do this via a calculation, I have been searching but not come across anything. I am on 11.2
I've tried something like this but no success
=IF(Radio_Button = 2, "8:00:00 AM", "5:00:00 PM")
Thanks