Ciao,
i have a problem with Meta Data Source
I have created 2 snmp data source (both return a Numeric data type)
then i tried to sum these values with a metadata source that return a Numeric data type
return p1.value + p2.value;
but whenever i validate the script, i get a error.
I tried with the example that is descibed in the contextual help
return p1.value;
but don't work :(
What could be the problem?
Can you help me??