Dominican1979
IS-IT--Management
Hello Everyone,
I have a report that takes 3 parameter values. Customer Number, Start Date and End Date. I currently have the users enter all this information. However, I want to have the users only enter the customer number have the start date fixed to be 01/01/2007 and the end date to be the current date. I think I figured out the end date part. This is what my selection formula looks like.
{USASalesRepCustListMS.CustNo} > 0 and
{@ConvertInvoDate} in {?StartDate} to CurrentDate and
{USASalesRepCustListMS.CustNo} = {?CustNo}
I can't figure out how to make the start date just a fixed date. Thank you very much for your help!
I have a report that takes 3 parameter values. Customer Number, Start Date and End Date. I currently have the users enter all this information. However, I want to have the users only enter the customer number have the start date fixed to be 01/01/2007 and the end date to be the current date. I think I figured out the end date part. This is what my selection formula looks like.
{USASalesRepCustListMS.CustNo} > 0 and
{@ConvertInvoDate} in {?StartDate} to CurrentDate and
{USASalesRepCustListMS.CustNo} = {?CustNo}
I can't figure out how to make the start date just a fixed date. Thank you very much for your help!