FactSetOnDemandExtractCustomFormulaHistory Method (String, String, Object) |
Execute the ExtractCustomFormulaHistory Factlet.
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrame ExtractCustomFormulaHistory(
string ids,
string items,
Object[] otherArgs
)
Public Function ExtractCustomFormulaHistory (
ids As String,
items As String,
otherArgs As Object()
) As DataFrame
public:
DataFrame^ ExtractCustomFormulaHistory(
String^ ids,
String^ items,
array<Object^>^ otherArgs
)
member ExtractCustomFormulaHistory :
ids : string *
items : string *
otherArgs : Object[] -> DataFrame
Parameters
- ids
- Type: SystemString
- items
- Type: SystemString
- otherArgs
- Type: SystemObject
Comma separated namevalue pairs array with any other arguments, used by addStringArrayParameters(DataRequest, Object)
Return Value
Type:
DataFrameDataFrame. If not in waitUntilDone mode, must wait for results before accessing dataframe
See Also