Dynamic image with signature validation in Report

Hi,

We are working on the report feature of ignition, our requirement is to validate the logged in AD user and embed his signature from image console based on user role, but unable to find a solution, could you please help us?

Best Regards,

Payel Bera

Note: we want to embed the signature in report while generating the report post validation

Check out the docs page on images. You can make the image of the signature into a datasource (which lets you do the dynamic part), then the key for the datasource is linked to an image component in your report.

1 Like

Also, you'll need to be executing this report through Vision or Perspective, and pass the info about the logged in user as a parameter. Scheduled reports are executed on the Gateway, and have no concept of a logged in user.

1 Like