Using Formula parameter in Smart Marker field

Possible Usage Scenarios

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

Using Formula parameter in Smart Marker field

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

Sample Code