Dynamic Variables for Word and PPT Export
Overview
While exporting visualizers to Word and Export, you need to use dynamic variables. The format of dynamic variables differs for each purpose.
System Variables
Visualizer Date |
<VRDateVR> |
Visualizer Name |
<VRVisualizer NameVR> |
Visualizer Description |
<VRVisualizer_DescriptionVR> |
Location |
<VRLocation - code reference VR> E.g.<VRLocation - IN3VR> |
First Name of Logged-in User |
<VRUser_First_NameVR> |
Last Name of Logged-in User |
<VRUser_Last_NameVR> |
Customer Name |
<VRCustomer NameVR> |
<VRUser_EmailVR> |
|
Phone |
<VRUser_PhoneVR> |
Title |
<VRUser_TitleVR> |
Commands
Delete a Row |
<VR_CMD_DEL_ROW_code reference_VR> E.g. <VR_CMD_DEL_ROW_External Marketing - IN6_VR> |
Delete a Column |
<VR_CMD_DEL_COL_code reference_VR> E.g. <VR_CMD_DEL_COL_External Marketing - IN6_VR> |
Delete a Slide |
<VR_CMD_DELETE_SLIDE_code reference_VR> E.g. <VR_CMD_DELETE_SLIDE_External Marketing - IN6_VR> |
Delete a Shape |
<VR_CMD_DELETE_SHAPE_code reference_VR> |
Turn Borders On and Off |
<VR_CMD_BORDER_VariablecodereferenceVR> |
Delete Text. Image, and Table in Word doc |
<VR_CMD_DEL_code reference_VR> CONTENT TO BE DELETED</VR_CMD_DEL_code reference_VR> |
Image Variables
FORMAT |
<VR_EX_0_0_400_250_30_EX_VR> |
One Image |
<VR_EX_0_0_EX_VR> |
Two Images |
<VR_EX_0_0_ext#_EX_VR> |
Three Images |
<VR_EX_0-0-1-2_EX_VR> |
Image Specification |
0 - Tab Number 0 - Scenario Id 400 - Distance from the left 250 - Distance from the Top 30 - % of the image shown (100 - show full size) |
Logo in PowerPoint
Customer Logo |
<VR_CustomerLogo_x_y_scale_VR> |
<VR_CustomerLogo_x_y_width_height_VR> E.g.<VR_IMG_TCO - 8zvj_66_252_450_50_IMG_VR> height = 66 points, width = 252 points, x = 450 points, y = 50 points |
|
Partner Logo |
<VR_PartnerLogo_x_y_scale_VR> |
<VR_PartnerLogo_x_y_width_height_VR> |
|
Logo Specification |
All Coordinates expressed in points (72dpi) 72 points = 1 inch 72 points = 96 pixels Convert Points to Pixels Pixels = Points *(96/72) E.g. 66 points height becomes 88 pixels height |
Logo in Word
Customer Logo |
<VR_CustomerLogo_scale_VR> |
<VR_CustomerLogo_width_height_VR> E.g.<VR_IMG_TCO - 8zvj_66_252_450_50_IMG_VR> height = 66 points, width = 252 points, x = 450 points, y = 50 points |
|
Partner Logo |
<VR_PartnerLogo_scale_VR> |
<VR_PartnerLogo_width_height_VR> |
|
Logo Specification |
All Coordinates expressed in points (72dpi) 72 points = 1 inch 72 points = 96 pixels Convert Points to Pixels Pixels = Points *(96/72) E.g. 66 points height becomes 88 pixels height |