cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Our customers might be experiencing service disruptions due to a global outage at Microsoft Azure. Our team is actively monitoring the situation and working to minimize the impact. Thank you for your patience and understanding.
Collaboration with other software
About model and data exchange with 3rd party solutions: Revit, Solibri, dRofus, Bluebeam, structural analysis solutions, and IFC, BCF and DXF/DWG-based exchange, etc.

Simple Math in List Schemes

Anonymous
Not applicable
Is there a simple math in list scheme? so that I can add a column to add up or subtract between fields. Or a text field read like this: #value[3]+#value[4]+(#value[5]*1.25)?
I am new to ArchiCAD, maybe this a basic question like to draw a line from A to B.
1 REPLY 1
Anonymous
Not applicable
Shuan wrote:
Is there a simple math in list scheme? so that I can add a column to add up or subtract between fields. Or a text field read like this: #value[3]+#value[4]+(#value[5]*1.25)?
I am new to ArchiCAD, maybe this a basic question like to draw a line from A to B.
I got it! Instead of "#value[3]+#value[4]+(#value[5]*1.25)",
"#(value[3]+value[4]+value[5]*1.25)" will do.