Hi Team,
I have a field that is in minutes called DurationMinutes. I can calculate the days by doing DurationMinutes / 1440. This will give me a figure with a decimal eg 3559 minutes = 2.471527 days. I would like to get the remainder of .471527 and convert it to minutes by * by 360. In this case it should be about 169 minutes. I tried mod(DurationMinutes,1440)* 360 but it does not seem to be working. Can anyone point me in the right direction.
Regards
Binway
I have a field that is in minutes called DurationMinutes. I can calculate the days by doing DurationMinutes / 1440. This will give me a figure with a decimal eg 3559 minutes = 2.471527 days. I would like to get the remainder of .471527 and convert it to minutes by * by 360. In this case it should be about 169 minutes. I tried mod(DurationMinutes,1440)* 360 but it does not seem to be working. Can anyone point me in the right direction.
Regards
Binway