Matthew R White Posted March 21, 2014 Posted March 21, 2014 Working on a calculation for my portal that says show portals when Field (Effective date) = (Get CurrentDate) (plus the next 10 days) so the portals would show if the effective date was any day between now and 10 days out. Thoughts?
comment Posted March 21, 2014 Posted March 21, 2014 Try filtering the portal by = Let ( today = Get ( CurrentDate ) ; today ≤ PortalTO::Effective date and PortalTO::Effective date ≤ today + 10 ) -- Should be 1-10 Should be "Filtering a portal by date range", if you ask me. That way it can be found when someone else runs into the same problem.
Recommended Posts
This topic is 3957 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