Accessing attributes from report templates

memesaregood3 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 Tananaev3 months ago

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

memesaregood3 months ago

For those interested:

${position.attributes.attributeName}

Don't forget to change lastCell if needed.