I am new to Crystal Reports and I am trying to filter a report that I have pulled from an Oracle Database. I would like the ability to either filter by Buyer or show everything. I have the following filter:
if hasvalue({?Buyer}) = true then
{FTVBUYR.FTVBUYR_NAME} = {?Buyer}
This works as long as I have a buyer selected. I want the report to
show all buyers if no buyer is selected. What do I need to do?
Thanks
