Jump to content

Exporting Filtered Rows in a Portal


This topic is 7939 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have two related files: a Students file and a Scores file. The Students file has a portal to the Scores file which shows different test scores for different years for different categories of tests (i.e., Reading, Math, Writing).

From within Students, I want to be able to filter the Scores portal to show, say, only Reading scores over several past years. Then I want to export only these filtered records to an excel file so I can graph the trend in Reading scores over time.

Can anyone give me some guidance how to do this?

TIA

Link to comment
Share on other sites

In general the process is as follows:

1.) Setup relationship to show only the reading scores for the student for the given timeframe.

2.) Goto the related records in the Score DB.

3.) Perform the export.

There are about 100,000,000 way to accomplish the above. One way to do #1 is to use a compound key for building the relationship, such as StudentID & TestType, rather than simply relating via StudentID. You can also do this with finds.

Link to comment
Share on other sites

This topic is 7939 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.