Trying to calculate the number of days since an RMA was created.
I know this is not a “New Topic” but I’ve read several posts where the solution is to use
“datediff(dd, RMAHead.RMADate, Constants.Today).” When I do I get “Operand data type date is invalid for subtract operator.”
IF the “data type” the error is referring to is the “Data Type” in the “Calculated Fields” pane above the Editor then I have that set to integer so I’m stuck.
I removed the last changes to the RMA to go back to a “last known good” configuration and I was getting no data returned. I had a backup from that point so I deleted the current version and copied the backup to create a new version. I added the calculated field using “datediff(day, RMAHead.RMADate, Constants.Today)” and it works perfectly.
May never now what happened but I sure appreciate all of your help. I can’t imagine trying to learn all of this without this group. You’re all awesome!