Urgent: Passing Multiple parameters in CR

Hi madhi i do have records when i am trying to parametarize on a single field, but when i am trying to do the same with multiple fields i am not able to get data. For example you have three 4 fields in a record and you want 3 parameters, lets say country region and date. when i am trying to parametarize a single field like region then its working. if i am doing the same with multiple fields like region, country and date then i am having a problem with report.

one morething is how to pass "All" in parameters. so if the user selects "All" after refreshing the report,then he should be able to display all the records . do we need to write any code for that. if so can u help me in that. this the formulae i used for it

if {?Node} <> "All" then
{REPORTER_STATUS.NODE} = {?Node} else
if {?Node} = "All" then true
and
if {?Manager} <> "All" then
{REPORTER_STATUS.MANAGER} = {?Manager} else
if {?Manager} = "All" then true
and
{REPORTER_STATUS.FIRSTOCCURRENCE}= {?Date}

After using this in select expert i am not only getting the fields what i selected, but the report is displaying more. Like in the manager when i select HTTP,FTP.
The report is displaying not only those but the fields with SMTP,FTP.......
Can some one help me with this.

Thanks in advance.

reddy.
[1397 byte] By [reddyogili] at [2007-11-19 7:29:19]
# 1 Re: Urgent: Passing Multiple parameters in CR
in a parameter field create a instance and pass the value ie parameters
s_mans78 at 2007-11-9 14:02:08 >