July 30, 201213 yr I know I must be stupid, but I can't figure out how to make this work. I have a set of data, and I need to display all the data from that set generated in the last two weeks (from current date). This must be done in the current record being worked on live, so it has to be through a portal, not a find. Can someone tell me how to do this? Thanks J.
July 30, 201213 yr Hi J, Create a calculation (result is date) maybe called cTwoWeeksAgo with: Get ( CurrentDate ) - 14 and set it to unstored in storage options. Create a relationship from this field as: thisTable::cTwoWeeksAgo ≤ otherTable::yourRegularDateField Place the portal to this other table on your layout. This can also be a self-join.
Create an account or sign in to comment