jenschmidt
Programmer
I have created a very simple view that joins a few tables. I'm using Crystal Reports 9 to report data from the view.
The view works just fine until I put a selection criteria on one specific field. The field is coming from a table I created - it's varchar2(50). If I just display the field on the report, it's fine, but if I try to pick specific elements from the field, the error pops up.
It gives me a "Failed to open rowset" window, when I hit OK it shows the following: "Failed to open rowset. Details: 22018:[Oracle][ODBC][Ora]ORA-01722: invalid number".
I've looked at the data - it all appears to be formatted correctly, no numbers or weird characters. I'm not sure what else could be wrong with it. Any ideas?
Thanks!
jennifer.giemza@uwmf.wisc.edu
The view works just fine until I put a selection criteria on one specific field. The field is coming from a table I created - it's varchar2(50). If I just display the field on the report, it's fine, but if I try to pick specific elements from the field, the error pops up.
It gives me a "Failed to open rowset" window, when I hit OK it shows the following: "Failed to open rowset. Details: 22018:[Oracle][ODBC][Ora]ORA-01722: invalid number".
I've looked at the data - it all appears to be formatted correctly, no numbers or weird characters. I'm not sure what else could be wrong with it. Any ideas?
Thanks!
jennifer.giemza@uwmf.wisc.edu