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

NameTypeDescription
connectionInfoObjectConnectionInfo object returned using createConnection
scriptNameStringScript Name of Statistica to be called
parametersObjectMap of parameters to send in the request

Returns

TypeDescription
ObjectThe result of statistica call in form of a map

Cautions

none