report parameter [message #350468] |
Thu, 25 September 2008 02:58 |
aisha_shahbaz
Messages: 9 Registered: September 2008 Location: pakistan
|
Junior Member |
|
|
hi
i want to make the report that i give the deprtment number then report create only that department report .
i know that we use the user parameter but i do not know how .
please tell me the steps.now i will make report without wizard ?or with wizard ;
thx
|
|
|
|
Re: report parameter [message #350513 is a reply to message #350508] |
Thu, 25 September 2008 04:40 |
namakkalsenthil
Messages: 4 Registered: September 2008
|
Junior Member |
|
|
First create a parameter in the name you want.
then go to the build parameter
select the created parameter
then write the query as
select * from emp where deptno=:parmater_name;
then you will get the report in such a style you want
|
|
|
|