wevans8827
Programmer
I’m hoping that someone else has encountered this issue before and has a simple solution.
I’m using a stored procedure to bring in data to my report. That works correctly, but one field I have defined in my stored procedure as being a numeric(8,3). When I run the stored procedure by itself it correctly pulls the data in with 3 decimal positions.
When I run the stored procedure via crystal I only get a rounded 2 decimal position value. Has anyone else experienced this before? All of my other numeric fields (with 2 decimal positions) are fine. I just can’t get this database field with 3 decimal positions to work correctly.
Thanks!
I’m using a stored procedure to bring in data to my report. That works correctly, but one field I have defined in my stored procedure as being a numeric(8,3). When I run the stored procedure by itself it correctly pulls the data in with 3 decimal positions.
When I run the stored procedure via crystal I only get a rounded 2 decimal position value. Has anyone else experienced this before? All of my other numeric fields (with 2 decimal positions) are fine. I just can’t get this database field with 3 decimal positions to work correctly.
Thanks!