Top Performers widget is unable to display values greater than 32 bit

The Top Performers widget is unable to display values greater than 32 bit. If no data is being displayed in the Top Performers widget for a selected metric, then this might be due to a number of factors. One possibility is that the value of data in that metric is greater than 32 bit.

If no data is being displayed in the Top Performers widget for a selected metric, then run the following SQL query to determine if there is an error, and if, what the error code is.
SELECT     errorcode, value, datalabel
FROM       ncpolldata.polldata pd
INNER JOIN ncpolldata.monitoredobject mo ON mo.monitoredobjectid = pd.monitoredobjectid 
WHERE datalabel =poll_of_interest
The error code 112 indicates that metric contains a polled value that was greater than can be stored in a 32-bit integer field.