March 21, 201411 yr 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?
March 21, 201411 yr 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.
Create an account or sign in to comment