Accessing attributes from report templates

memesaregooda month 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 Tananaeva month ago

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

memesaregooda month ago

For those interested:

${position.attributes.attributeName}

Don't forget to change lastCell if needed.