I have a workflow where I calculate the difference between two dates and it will result in decimal places up to 9 decimal places, ie 199.365248361 I have created a formula to do that but when I change the data type to fixed decimal 19.9 it just shows 199.000000000 How can I get it to show correctly? I've tried change the data types to every option in the select statement but nothing worked. There are cross tabs and summarizes I need to run using this data and it's throwing off the totals downstream.
I've included a dumbed down but accurate mock up of the section of workflow I'm referencing.