Grand Total of schedule added to parameter

Grand Total of schedule added to parameter

hrogersF9RTD
Community Visitor Community Visitor
508 Views
4 Replies
Message 1 of 5

Grand Total of schedule added to parameter

hrogersF9RTD
Community Visitor
Community Visitor

Hi All, 

 

Does anyone know a way to take the value in a grand total of a schedule, and populate it to a parameter?  As far as I can work out, that value doesn't exist anywhere else other than at the bottom of the schedule.

 

A bit of context:  I'm trying to take the grand total of weight for sheet metal in a schedule, and divide it by 40hrs to work out how many hours it'll take the shop to build that particular duct package.  I've successfully done that, but I'd like to get that value into a schedulable parameter, so that we can add it to the fabrication package in our fab tracking software.  

 

Any help anyone has would be much appreciated. 

 

hrogersF9RTD_0-1710442538436.png

 

0 Likes
509 Views
4 Replies
Replies (4)
Message 2 of 5

iainsavage
Mentor
Mentor

Not what you are asking for but in the schedule you could create a calculated value which would show hours for each item and then get a grand total for that column?

Then you can export the schedule to a spreadsheet if you wish.

0 Likes
Message 3 of 5

L.Maas
Mentor
Mentor
A Dynamo script could do the trick. Let Dynamo add up certain values and then write it to a shared parameter.

Louis

EESignature

Please mention Revit version, especially when uploading Revit files.

Message 4 of 5

iainsavage
Mentor
Mentor

Ha, I was just about to suggest that too.

0 Likes
Message 5 of 5

RLY_15
Advisor
Advisor

There's a trick you can do with the Total where you use the 1/[Percentage Of Total] calculated value to generate the Total. Unfortunately it doesn't work with tables that contain zero values (divide by zero error).

 

Which means you need a third-party approach (Excel data linking, Dynamo, etc.).