Update:
I have separated this out into separate calculation fields to simplify things. I am getting an error
on the +n days calculation, which is set out as follows:
Code:
{SET Days{=
{SET a{... etc etc ...}
... etc ..
"{dd}-{mm}-{yy}" \@ "dd/MM/yyyy" }
}
When I copy the last line of the field calculations out and paste it, I get:
"29-1-2012" \@ "dd/MM/yyyy"
Which is the correct date according to the Delay I've set.
Any Ideas why this isn't working? So close, and yet so far....