Percentage formulas based on yes/no condition

Percentage formulas based on yes/no condition

fariza10
Observer Observer
269 Views
1 Reply
Message 1 of 2

Percentage formulas based on yes/no condition

fariza10
Observer
Observer

Hi to everyone.

I´m  looking for a formula to my schedule. I have a number of walls built with a parameter of execution yes/no. I would like to have a percentage of only the walls that have been built other words with YES while the others with "no" have a 0% all of this based on the total of the elements in model.

I would really aprreciate your help.

 

obranovo_1-1711041981034.png

 

0 Likes
Accepted solutions (1)
270 Views
1 Reply
Reply (1)
Message 2 of 2

TripleM-Dev.net
Advisor
Advisor
Accepted solution

Hi,

 

This is the forum for the Revit API, this post would recieve quicker responce in  the "Revit Architecture Forum".

 

Some info already,

Calculating percentages should be possible, but depending the source elements (count vs Area for example) you are going to need various additional columns. I can't exactly figure out what you want (maybe post a sample of desired outcome?)

 

One thing of note, the calculations will fail if elements that are included in the schedule don't have a value (wasn't set)

For example Yes/No tickboxes have 3 modes: Yes, No and No value, that last one will leave calculation results blank.

 

- Michel