Hi,
I'm trying to use the number of days between two dates as part of a calculation.
The problem is that for the date difference calculation the variable needs to be a 'String' type, but to use the output within the math it needs to be a 'Integer' type.
Is there a way to convert the string variable to an integer please?
Thanks
Craig