Jun 1, 2008 #1 jsteff Technical User Joined May 22, 2003 Messages 109 Location US I defined a parameter: DueDate I want the report to: select all the recs where INVDATE < DueDate What would the formula look like? How/where do I add the formula to restrict the output?? Thanks.
I defined a parameter: DueDate I want the report to: select all the recs where INVDATE < DueDate What would the formula look like? How/where do I add the formula to restrict the output?? Thanks.
Jun 1, 2008 #2 dgillz Instructor Joined Mar 2, 2001 Messages 10,059 Location US What version of crystal? No question, about any product, should be asked without providing this info. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using? Upvote 0 Downvote
What version of crystal? No question, about any product, should be asked without providing this info. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using?
Jun 2, 2008 #3 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US Go to report->selection formula->record and enter: {table.invdate} < {?DueDate} -LB Upvote 0 Downvote