Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.

Project data & BIM
About BIM-based management of attributes, schedules, templates, favorites, hotlinks, projects in general, quality assurance, etc.

Interactive Scheduler - Combining attributes?

Anonymous
Not applicable
I've looked but was unable to find any information on this.

We have a zone tag with multiple lines for room names and were trying to figure out if it is possible to pull this information into a single parameter value so it can be used in interactive scheduler.

Any suggestions are appreciated.
2 REPLIES 2
Combine the parameters within the object master or parameter script. Make a text parameter called full_name, then:

full_name=part1+part2+part3
PARAMETERS full_name=full_name
Then list that parameter.
James Murray

Archicad 27 • Rill Architects • macOS • OnLand.info
Anonymous
Not applicable
Thanks James!

Had the text combining to one string but didn't use the "Parameters" line. Works like a charm now.