Does anyone know how to remove decimal places in a expression?
I'm trying to calculate the amount of nights a clients stays.
- ((Stay_End - Stay_Start) / (1000 * 60 * 60 * 24))
this will come up with 7.00
I would prefer it display just 7
Thank You,
Phil