Is anyone experiencing issues with base or tall cabinets with finished ends using the latest Library release (25.0418)?
When I place a base cabinet with a finished end that side does not show on the model and when you open part properties the height of that part in that cell is #NAME?. When you open spreadsheet the formula for Left (or Right) Side Full Height value is #NAME? as well (when that side is finished).
The formula is the same for the right (or Left) unfinished side and it works for that part. What is it about a finished side that creates this error?
=IF(AND(Overlay_Bottom=1,Valance_Height_Bottom>0),0,IF(AND(Overlay_Top=1,Valance_Height_Top>0),0,IF(OR(Left_Finished_End=1,Left_Filler_Width>0,G!Full_Height_Sides=1),IF(AND(G!Add_Bottom_Return_To_Wall_Fillers=0,OR(LEFT(Product_Type,FIND(" ",Product_Type& " ")-1)="Upper",LEFT(Product_Type,FIND(" ",Product_Type& " ")-1)="Upper Open")),0,1),0)))
Is there a fix for this bug? Do I need to update something else in the library?