Urgent: Passing Multiple parameters in CR
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.

