susan Posted December 17, 2001 Posted December 17, 2001 I have a solution with a "grid" made up of 6 portals (one each for grades K through 5) Each row holds the score for a particular test. This works great. (The grid is in a Reports file; the portals show data from a Tests file.) The next request from my end user...she wants to have it calculate the difference between scores of the same test from year to year. For example, rather than do the math in her head, she wants the solution to display the difference between Test A in 2nd grade with Test A in 1st grade. Thanks for any help. Susan
LiveOak Posted December 18, 2001 Posted December 18, 2001 You need to build relationships in the main file that will select the appropriate records from the transaction file. These relationships will be based upon compound keys made up of a concatenation of "Test Name" and "Grade". Then the calculation in the mail file will look like: G1G2TestADiff (calculation, number) = Rel2::TestScore - Rel1::TestScore -bd
Recommended Posts
This topic is 8378 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