We are attempting to query data in MII 14 SP04 and the fixed query is not returning results for database columns that are numeric types (Integer, Float, Number). We had no issues with this in MII 14.0 (No SP's applied) Here's an example:
I have selected 2 records with 4 columns. This first select is out of my database and you can see MINVALUE is blank.
When I run the exact same select statement in MII, the CREATEDBY value is shifted into the MINVALUE column. I also listed the results set from a bls and itss also showing the incorrect data (CREATEDBY isn't even listed in the rows).
If I update the table and set MINVALUE to "0", I get the expected results in MII
I do realize that by going through my database and updating all blanks to zeros or changing the column type to a non numeric field will fix this issue, but it would cause a lot of rework. Just wondering if anyone has seen a work around or a fix for this? I didn't see anything when searching OSS.
Thanks,
George Matos