Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report selection

Status
Not open for further replies.

ridhirao22

Programmer
Aug 27, 2010
140
US
Using CR 2008, Oracle 10.

Create a report using command object and excel. Have a ?QuarterRange and ?State as parameters filtering in the report->Record selection->
Tbl.quarter>= ?startquarter and
tbl.quarter<= ?endquarter and
(if ?state = 'all' the true
else tbl.state = ?state)

When I look at Show query in database menu of the report,
I don't see the filter in the where clause? Is it because
the Record selection for state is check for "ALL"?
I don't see either Quarter rane or state in the where clause of show query?.
Please advice.

Thanks,
RR
 
Please don't start a new thread on the same topic. Did you look at my response to your other thread?

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top