trafficstudent
Programmer
I'm prompting my user with (2) parameters in the crystal (v9) report I just built. The (2) parameters that prompt the user are products then a search date. One of my Users requested that if they entered a product they don;t want to use the other parameter (date) what they would like to see is the lowest date possible. in this case it would be from back in 2002. How can i configure my parameters so that if my user only wants to select the product and for all dates (no range) can i put it in.
example of code:
{LaborDistribution.PartNumber} = {?Part Number Selection} and
not ({WorkCenters.WorkCenterID} startswith "9") and
{LaborDistribution.StartDate} <> {LaborDistribution.StopDate} and
{WOHeader.StartDate} = {?Date Range}
example of code:
{LaborDistribution.PartNumber} = {?Part Number Selection} and
not ({WorkCenters.WorkCenterID} startswith "9") and
{LaborDistribution.StartDate} <> {LaborDistribution.StopDate} and
{WOHeader.StartDate} = {?Date Range}