I have don everything necessary (or so it seems) to parametrize my report:
1. The report is a stand-alone report which extracts data from an Oracle stored procedure that has an input paramater.
2. In the report I again created a parameter option for the filter.. After I found no success getting the viewer to allow m eto filter the data, I ..
3. Created a formula in Select Expert to filter based on the parameter name (from previous step).
No success...
I later called thisreport from ASP.NET. Same result... unable to select the parameter.
Basically, I want to be able to select the records based on CustomerID selected. The report works like the CustomerID is hard coded.
I am currentlyusing "Preview Report" to view the report. Do I have to use something else to be able to run the report or the page the way a user would run it?
Thanks,
SunDevilPrgmr
Edited by SunDevilPrgmr - 01 Dec 2007 at 8:23pm