GoodMorningSky
Junior Member
 
122 Posts |
Posted - 03 October 2003 : 14:06:45
|
Hi, all. I'm using SQL Server, and created a stored procedure that gets 4 params and return one recordset. The recordset has 'Status' field whose value is 'O' or 'N' my Crystal report file use the storedprocedure as data source and it shows all records incoming.
But, I want to show only those record whose Status field with value 'O'. Is it possible to filtering the incoming recordset like 'WHERE Status = 'O' ' and the report shows only those records?
Please reply how to do it if it's possible or not.. Thank you. |
Software Engineer. MCSD.NET, SCWCD |
|