Jessica_BLUE Posted March 13, 2008 Posted March 13, 2008 Hi again, i have another question. im making a report, and i want to find all the trailer's in a given date range, whom don't have sales order, i guess the simple way to do this is with IsEmpty Function and a Constrain Found Set, i got Enter Find Mode Set field[EndDate;BeginDate...EndDate] Set Field[status;"Inactive"] Perform Find Constrain Found Set what i dont know is how to join these 2 functions? am i doing it wrong?
Raybaudi Posted March 13, 2008 Posted March 13, 2008 Hi if I understand you correctly: Enter Find Mode Set field[Date;BeginDate...EndDate] New Record/Request Set Field[status;"Inactive"] Perform Find
Jessica_BLUE Posted March 13, 2008 Author Posted March 13, 2008 no, what i want is to find all the records in a given date range, which doesnt have an sales order, so i think it would be with IsEmpty function, to check the field, and those who are empty, are the records i want, what i don't know how to do is join that function with a constrain found set, also if this is the correct way to do this.
Raybaudi Posted March 13, 2008 Posted March 13, 2008 Enter Find Mode Set field[Date;BeginDate...EndDate] New Record/Request Set Field[sales order;"="] Perform Find
Jessica_BLUE Posted March 13, 2008 Author Posted March 13, 2008 Thanks a lot! that was really easy. thanks again for your help
Raybaudi Posted March 13, 2008 Posted March 13, 2008 Now you can try to make the script shorter, only one step: Perform find [ Restore ]
Recommended Posts
This topic is 6098 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now