FYI, I believe the problem here is that the column in the database is 'nvarchar' data type, so the negative number is not really seen as an integer. I think my solution is going to be to have to use a custom SQL alert and use a CAST function to convert the 'nvarchar' to an 'int'. My initial testing seems to indicate this works.
↧