Accessing attributes from report templates

memesaregood2 months ago

Is it possible to access device attributes not declared in Position, Device, etc. classes, such as digital inputs in export report templates? How would one do so?

Anton Tananaev2 months ago

Yes, you can access any attributes, even the ones that are not declared. Same way as the declared ones.

memesaregood2 months ago

For those interested:

${position.attributes.attributeName}

Don't forget to change lastCell if needed.