If you're comfortable working with Excel stylesheets, you can try modifying the StakeoutReport.xslt file located in C:\Program Files\Trimble\Trimble Business Center\Support\iv. Within this file, you should be able to add the necessary unit conversion formula to the stakeout point deltas.
I understand this may seem a bit complicated, but it's worth giving it a try if you're comfortable working with stylesheets.
------------------------------
Ramin Rad
------------------------------
Original Message:
Sent: 04-07-2023 05:12
From: James Bronico
Subject: Creating Cut Sheets in TBC
I'm using this as a reply to all of you. Thanks for your responses, but unfortunately they did not help. Our existing excel cutsheet does have the 1/16 inch conversion and does everything we want it to. I think maybe my actual question got kind of jumbled, but I'm trying to recreate what excel does in a TBC report. After spending some more time on it, I have not figured out the inch conversion, but have found another issue in that the cut/fill command returns "?" in every row. Not sure why that is either.
------------------------------
James Bronico, Jr.
Senior Survey Technician
NJ, USA
------------------------------
Original Message:
Sent: 04-06-2023 14:22
From: Riana Hendrickson
Subject: Creating Cut Sheets in TBC
See if this will do what you need:
=INT(A1) & "'" & TEXT(MOD(A1,1)*12, "# ??/16 """"")&""""
------------------------------
Riana Hendrickson
Original Message:
Sent: 04-06-2023 13:24
From: Brian C
Subject: Creating Cut Sheets in TBC
That's a nice formula for Excel, but it rounds everything to the nearest inch. Do you have a formula that rounds to the nearest 1/16" ? That's what contractors are looking for, both in format and in accuracy.
Ex. 5.286' = 5'-3-7/16"
I realize that will be a much more complex formula, but the accuracy is necessary in most cases.
============
Brian C
============
Original Message:
Sent: 4/6/2023 10:37:00 AM
From: Riana Hendrickson
Subject: RE: Creating Cut Sheets in TBC
I have not seen anything like you're asking as the reports use the units that are set up in the project settings from my understanding. However, if you're using Excel and have a column for the decimal feet, use this formula in bold to create the conversion to feet-inches. Change the 'A1' in the formula to match the cell your decimal feet is in. Then drag this formula down the column to match the rest of your data. =INT(A1)+(12*MOD(A1,1)>=11.5)&"'"&IF(12*MOD(A1,1)>=11.5,0,ROUND(12*MOD(A1,1),0))&""""
I hope this helps!
------------------------------
Riana Hendrickson