Revit Architecture Forum
Welcome to Autodesk’s Revit Architecture Forums. Share your knowledge, ask questions, and explore popular Revit Architecture topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Revit Schedule with multiple totals

6 REPLIES 6
SOLVED
Reply
Message 1 of 7
JML_Mela
384 Views, 6 Replies

Revit Schedule with multiple totals

Hello all!

 

It is possible to do a schedule similar to the following one?

With subtotals and totals in columns?

mela_0-1652262540281.png

Thank you!

 

 

6 REPLIES 6
Message 2 of 7
ToanDN
in reply to: JML_Mela

Yes. By adding a calculated value parameter for each subtotal column. Share a sample model then I can show you.

Message 3 of 7
JML_Mela
in reply to: ToanDN

Hi! @ToanDN 

 

I have linked a file with an example, you will see that there is an schedule that already have the parameter  JML_Location.

 

In Excel, the formula would be something like:

 

Column PR 01  

   =if(PR_Location="PR 01", count,"-")

Column PR 02  

   =if(PR_Location="PR 02", count,"-")

Column PR 03  

   =if(PR_Location="PR 03", count,"-")

Column Total

    Count

 

Thank you!

 

 

Message 4 of 7
barthbradley
in reply to: JML_Mela

You can use nested IF statements in a Calculated Parameter. See "IF AND OR Returning the greatest of three values".

 

https://www.revitforum.org/node/1126

 

 

Also note that Conditional statements can only evaluate numeric values, numeric parameter names, and Yes/No parameters.  Not Text.  

 

About Calculated Parameters:

 

https://knowledge.autodesk.com/support/revit/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/Revit-M...

 

Message 5 of 7
ToanDN
in reply to: JML_Mela

See Revit 2019 file (I do not have 2018), it should explain itself.  If you cannot open it then I can explain with some screenshots.

 

ToanDN_0-1652283180744.png

 

Message 6 of 7
JML_Mela
in reply to: ToanDN

THANK YOU!!!!!

 

I got it! 

First intent I couldn't because i didn't activate the calculation in the format, second, it went GREAT!!!

 

If I would know I would create my shared parameter as integer.

 

I don't get to understand this integers very well.

 

mela_0-1652348777542.png

 

Best regards!!!!!

Message 7 of 7
JML_Mela
in reply to: barthbradley

Thank you very much for the info.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report