HELLO
I have a report where i have to subtract two date-time fields and store it in a variable.So i have used daysbetween() function but this gives me number but the output required is in below format
1 Month 24 Days 4 Hours
So can any one please suggest some solution.
I have creted a variable C which has the formula Daysbetween(A-B)
where A & B are date time fields.please help.