The product supports watermark function, customers can set watermark on some resources according to customized text and simple style. Embody datasets, create dashboards and preview, view dashboards, export PDFs, Word documents, images (export PNGs, email body attachments displayed as images), synchronization between PC and mobile. Access to the watermark settings through [Manage system > System Settings > Watermark Settings]. 1. Watermark configuration properties The attributes are described below: [td]Causality | Clarification | Enable Watermark | Set whether or not the watermark is displayed globally via the Watermark switch button. The following configurations are hidden when turned off. The default watermark display is off . | Watermark Name | The name of the system watermark, datasets and dashboards can use different watermarks depending on the requirements. Watermarks can be created, edited and deleted. •New Watermark: Click "New Watermark" in the drop-down list of watermark names to add a watermark. •Edit Watermark: Click Edit to change the watermark name in the Edit Name pop-up box. •Delete Watermark: Click Delete to remove the watermark. | Watermark Content | Watermark content can be set to support username, username + nickname, custom text, custom image, custom text + image, custom script. •User name: The watermark content is the user name of the product login user. •Username + Nickname: The watermark content is the username + nickname of the product login user. •Customized text: user-defined text content, such as "watermark security", can also be through the ? {P} to refer to system parameters, such as through the ? {_IP_} to display the current user IP address. For specific parameters, please refer to the introduction of system built-in parameters. •Custom Image: User-defined images, support for uploading images (PNG\JPEG\JPG\BMP), also support for referencing image links. •Custom Text + Picture: custom text and picture combination, can display text and picture at the same time, and support setting in different positions. •Custom Script: Support custom scripts, the scripts defined here will be executed after the dashboard script <run on load>, so the script content here supports all script functions and parameters of the dashboard. That is to say, scripts that work properly in the dashboard can be written here. If multiple dashboards have a unified watermarking logic, it can be achieved through custom scripts for easy maintenance. | Watermark Position | Watermark display position can be set to support datasets, create dashboards and previews, view dashboards, export PDF, PNG images, Word documents. •Dataset: The watermark is displayed in the dataset. •Create and Preview Dashboard: The watermark is displayed in the production dashboard and preview. •View Dashboard: The watermark is displayed when viewing the dashboard. •Exported PDF, PNG, Word documents: Watermarks are displayed when exporting PDF, PNG, Word. | Watermark Style | 45-degree tiling: The watermark content is tiled at a 45-degree angle over multiple rows, and the interval between the rows is controlled by <Watermark Interval>. Bottom Right Single Line: The watermark content is displayed in the bottom right corner of the dashboard display. | Spacing | The 45-degree tiling style sets the line spacing between watermarks, and the single line style in the lower right corner sets the watermark spacing meaninglessly. Vertical/horizontal: Support vertical/horizontal [0,100] times to display the watermark content. | Opacity | Controls the transparency of the watermark display. | Preview Area | Preview the effect of the watermark settings. |
2. Description of watermark content •User Starting from version 8.6, when selecting "User", "User:" will be removed from the display to directly display the current user, for users who were used to this method before, you can manually modify the selection of "Customized text ", the input content is as follows: "Username: ? {_USER_}". •Username + Nickname For example, if the user name is admin and the nickname is admin, the watermark will appear as "admin admin" (with a space in the center); If the nickname is not filled in, then only the username is displayed, i.e. "admin". •Custom Text In addition to the original plain text, it also supports parameters, and the types of parameters include system built-in parameters, customized user attribute parameters, and parameters for single sign-on. System built-in parameters: including ? {_THIS_YEAR_}, ? {_USER_}, etc. For details, please refer to Using Built-in Parameters. Customized user attribute parameters: ? {_USER_Customized_Attribute_Name} Displays the value of the customized attribute for the current user. Customized Attribute Name Uses the parameter name of the customized user attribute. refer to Customizing User Attributes. ➢Example: Add custom attribute - name:blood type; parameter name: blood, default value: O Then under "User Information" for all users, there will be an additional attribute name: blood type. For example, for user A: AB Set watermark, customize text, fill in: ? {_USER_blood} Then login user A, the corresponding watermark is AB •Custom image Choose to upload an image or add an image link to add an image watermark. After selecting an image as a watermark, the other positions, styles, transparency and spacing are consistent with the text watermark rules. •Custom text + images The setting rules for text and image are the same as above, the watermark will contain both text and image content. The display position of text and image can be set separately. ➢Example: Set the text to 45??/text> flat and the image to bottom right. •Custom Script Generate watermarks that need to be displayed through custom script. Script in watermarks of the custom script type are automatically added to the end of the script and executed. ➢Example: 1) Enter the script as shown. 2) The dashboard is watermarked as shown. ➢Attention: •vividime Desktop only supports custom text and custom image watermark styles; •vividime Desktop's custom text watermark does not support parameters related to users, groups, roles and so on. 3.Watermark display When the display location is configured as dashboard and export at the same time, you can see the following effect inside the view dashboard. A similar effect occurs when the dashboard is exported to PDF/Word/PNG as follows. |