Hi, is there a way to select a product based on a custom property selection? For example, If I choose an 8' wall height I want it to list 92 5/8" precut studs or if I choose a 9' wall height I want to list 104 5/8" studs. As of now I am creating two different takeoffs based on wall heights.
Thank you in advance for any advice/suggestions.
TJ
I think it should be doable using conditional logic in the formula.
Basically add both products to the takeoff and use if statements with conditions such as less than, greater than, or else tied to the wall height property.
For example:
If wall height ≤ 8' → use 92 5/8" studs
Else if wall height > 8' → use 104 5/8" studs
So both products exist in the takeoff, but the condition determines which one gets counted.
This is something I haven't messed with myself, but there's others on here that can confirm.