There are no classes related to action=StatResult, xml is like this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <autnresponse xmlns:autn="http://schemas.autonomy.com/aci/"> <action>STATRESULT</action> <response>SUCCESS</response> <responsedata> <result from="sampledate" name="samplename type="CumulativeTopN" upto="sampledate" value="10"> <value count="999" term="*"/> <value count="888" term="abc"/> <value count="777" term="def"/> <value count="666" term="ghic"/> </result> </responsedata> </autnresponse>
I don't know if it's available with HOD, but with on-premise there is this kind of query. Can you provide required classes and schema type?
There are no classes related to action=StatResult, xml is like this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <autnresponse xmlns:autn="http://schemas.autonomy.com/aci/"> <action>STATRESULT</action> <response>SUCCESS</response> <responsedata> <result from="sampledate" name="samplename type="CumulativeTopN" upto="sampledate" value="10"> <value count="999" term="*"/> <value count="888" term="abc"/> <value count="777" term="def"/> <value count="666" term="ghic"/> </result> </responsedata> </autnresponse>I don't know if it's available with HOD, but with on-premise there is this kind of query. Can you provide required classes and schema type?