Analytics.Statistica.getScoreWithParams()
Signature
Object getScorewithParams(Object connectionInfo, String scriptName, Map parameters)
Domain
ACTION, CONDITION, QUERY
Description
Calls the Statistica with the the provided scriptName through a SOAP request and returns the result.
Parameters
Name | Type | Description |
connectionInfo | Object | ConnectionInfo object returned using createConnection |
scriptName | String | Script Name of Statistica to be called |
parameters | Object | Map of parameters to send in the request |
Returns
Type | Description |
Object | The result of statistica call in form of a map |