I’m sure it’s something so simple…
I have a formula on my report that subtracts two dates, The field looks like this in design mode:
=trim(” Average processing time was ” & format([datecomplete]-[datestarted],“nn.n”) & ” Days.”
I’m having issues with the portion in bold. I want it to return only one decimal. In some cases, it’s extending the decimal by hundered-thousandths, too much detail for reporting purposes.. I’m sure it’s simple.. any ideas?