merkaba22 Posted April 16, 2007 Posted April 16, 2007 If a user defined date is created for one side of a relationship and the other side is defined as a date field for portal records, portal data is displayed for that user defined date. Is there a way to have a realtionship that returns all records for a range of dates, say, the user defined date through the user defined date + 7 days?
mr_vodka Posted April 16, 2007 Posted April 16, 2007 You can create a calc field (text) that is as such: gDate & ¶ & gDate + 7 where gDate is the user entered date in a global date field. Then for your relationships between this calc field and the Date field on the child side, the two criterias for your relationship are cDate ≥ Child::Date cDate ≤ Child::Date
Ender Posted April 16, 2007 Posted April 16, 2007 Make that: cDate (calculation, date result) = gDate + 7 And the relationship: cDate ≥ Child::Date AND gDate ≤ Child::Date
Recommended Posts
This topic is 6489 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