Click or drag to resize

FactSetOnDemandExtractVectorFormula Method (String, String, Object)

Execute the ExtractVectorFormula Factlet.

Namespace:  Kratos_3.RunTimePlatform
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public DataFrame ExtractVectorFormula(
	string ids,
	string items,
	Object[] otherArgs = null
)

Parameters

ids
Type: SystemString
items
Type: SystemString
otherArgs (Optional)
Type: SystemObject
Comma separated namevalue pairs array with any other arguments, used by addStringArrayParameters(DataRequest, Object)

Return Value

Type: DataFrame
DataFrame. If not in waitUntilDone mode, must wait for results before accessing dataframe
See Also