Change the Table Title in DIAdem Report by Using Script

Updated Sep 30, 2024

Environment

Software

  • DIAdem

This example illustrates the process of modifying a table's title within a DIAdem report by utilizing a Python script. The script enables users to customize the report's appearance programmatically, enhancing clarity and presentation.

  1. You can use this property to change the table title in a DIAdem report through scripting. Examples in both VBScript and Python are available for reference.
image.png
  1. Create a new Python script in DIAdem.
image (1).png
  1. Copy the provided Python example code into the new script.
  2. Modified the example as highlighted below, this will update the title for Column 1 and Column 2.
image (2).png

Result

image (3).png