Jump to content

filtering on items in a value list


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

Recommended Posts

  • Newbies

Problem:

Taking a subsummary of a value list only reports the first record in a multiple selected value list.

Example:

1. value list-

cat

dog

bird

2. field- petowner

Question:

How can you create a report that lists all petowners(2) with cats(1) etc. including listing the same petowner under a different value - dog(1)

The report should look like this:

Cat -

petowner1

petowner2

Dog -

petowner1

.

.

.

Link to comment
Share on other sites

There are probably a lot of ways, but one is to use two related files: PetOwner and Pets. In the PetOwner file there is one records for each owner. In the pet file there is one record for each pet owned. You summary would be printed from the Pets file, sorted and subsummarized by Pet.

If you don't want to redo your data storage, you can create the second file and populate it with a script every time you want to run the report. -bd

Link to comment
Share on other sites

This topic is 8587 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.