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 export format.
Perform the following additional steps in Sigma Studio to enable password protection:
A Password Pattern field appears.
2. Now, enter the function and attributes patterns in the Password Pattern field.
3. Enter '#' to view the list of functional patterns available for the password and select any from the list.
4. Enter '@' to view the list of password attributes available for the functions. Select any one from the attribute list.
The following password attributes are available here:
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.
Refer Configuring a Simple Report for more information on configuring a simple report in Sigma Studio. |