General
This type of placeholder evaluates to a String that contains the title of a Datasource object.
Syntax
The syntax for this type of placeholder is:
Datasource Object Title Placeholder Syntax
[Datasource].[<datasource_name>].[ObjectTitle].[<variable_name>]
Examples
Let's suppose there is a Datasource named Sales Data that has a table with the ID JZMrdb and its title is Product Inventory Turns, Amount and Margin%; The following example accesses ths title:
Datasource Object Title Placeholder Example
"Hello " & [Datasource].[Sales Data].[ObjectTitle].[JZMrdb]
The expression will return Product Inventory Turns, Amount and Margin% when evaluated at runtime.