Multiple Datalinks
- Last UpdatedNov 10, 2022
- 1 minute read
Designer supports multiple Datalinks for each Block Attribute. They can be used to update multiple values within a single attribute.
For example:
Attribute with Datalinks: {DWGNo} {Rev1} would fetch the current drawings 'Drawing No' and 'Rev1' fields and append them together with a space in between (such as D1234 A - if 'Drawing No was: 'D1234' and Revision 1 was 'A').
Character or numerical values may also be concatenated within the DataLink definition.
For example:
Attribute with Datalinks: Dwg No.{DWGNo}-{Rev1} would return the current drawings Drawing No field and append it after the characters 'Dwg No. ' followed by a '-' (dash) followed by the current drawings value of the Rev1 field.