Click or drag to resize
ReportClientCopyFormula Method
The Copy Formula API is used to copy one or more formula columns from one table to another within the same database or across databases and even across one user account to another.

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CopyFormula(
	string tableURI,
	string formula,
	string dbName,
	string dbKey,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
formula
Type: SystemString
This parameter holds the list of formula names.
dbName
Type: SystemString
The database name where the formula's had to be copied.
dbKey
Type: SystemString
The secret key used for allowing the user to copy the formula.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also