Using Formula parameter in Smart Marker field

Possible Usage Scenarios

Sometimes, you want to embed a formula in the Smart Marker field. This article describes how to make use of the Formula parameter to embed a formula in a Smart Marker field.

Using Formula parameter in Smart Marker field

The following sample code embeds a formula in the Smart Marker variable named Test, and its data source name is also Test, so the complete field with the formula parameter looks like &=$Test(formula). After the execution of the code, the final output Excel file will have formulas in cells from A1 to A5.

Sample Code