Jump to content

Distinct values - Gathering stats


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

Recommended Posts

Hi!

I really need help on this issue.. Will try to explain the problem short and clear.

I have a database of documents. Documents are organized into categories. Documents can be categorized by types (just normal text titles, like "Archive", "Accounting", etc). Any document can belong to multiple types at the same time. List of possible document types can be extended dynamically by a user.

So, I have soemthing like that:

Categories -> Document(s) -> Document type(s)

What I need, is for any category, to be able to get list of types of documents which are located in this category.

Well, if for any other problem I could at least think of a way to solve it, in this current case I can't think of anything that makes sense.. Well, I can store list of Types for each document in a text field, and during gathering stats operation just create a bigger global text field containing all the types values of all documents in current category. But in this case, how do I sort out distinct values?

I'm confused.. crazy.gif" border="0 Any advices are greatly appriceated!

TIA,

Mike.

[ November 19, 2001: Message edited by: MacDigger ]

Link to comment
Share on other sites

You need a second file. The first file is Documents, the second (related file) is Categories in which a record is a document/category/type. If a document has multiple categories/types, it will have multiple entries in this second file. Now documents have multiple entries in this file and can be sorted and summarized into multiple categories and/or types. A portal in Documents can be used to create and view the assignments of category and type for a document.

-bd

Link to comment
Share on other sites

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