It is necessary to secure reports based on the sensitivity of the report data. Sigma enables you to protect your data by configuring the password protection for reports in Studio. Here, you can set up your convenient way of encryption in order to ensure security. This feature is only applicable for PDF , Excel and word export formatsformat.
Perform the following additional steps in Sigma Studio to enable password protection:
...
- FIRST_NAME
- MIDDLE_NAME
- LAST_NAME
- DATE_OF_BIRTH
- LOGIN_ID
For example, if you provide d:day(DATE_OF_BIRTH) as the password pattern, the expression informs the system to read the day from the user's date of birth and form it as a password.
Here, s:getFirst(LOGIN_ID, 4) +getLast(MIDDLE_NAME, 3) is provided as the password pattern. The expression informs the system to read the first four characters from the Login ID (s:getFirst(LOGIN_ID, 4)), last three characters from the middle name (getLast(MIDDLE_NAME, 3)) and concatenate them to form a password.
5. Perform the other configurations and save the report.
...