Hi everyone,
I'm working on a requirement to generate and export medical reports to PDF using Logi Reports. The core requirement is that each generated PDF must be encrypted (password-protected), and the password needs to be dynamically set to the specific Patient's Date of Birth (DOB).
Currently, the report is populated using a Stored Procedure as its data source.
My questions are:
- Is there a built-in way or API in Logi Reports to dynamically set the PDF export password using a field returned from my dataset (e.g., taking the
Patient_DOBcolumn from the Stored Procedure)?