Jump to content

Repetition Fields


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

Recommended Posts

I would like to know if is possible to make a search upon records that have repetition fields and isolate these values upon the found set in the list mode.

I dont want to all of the repetition fields apear, only the found ones, since each one has a individual value.

Link to comment
Share on other sites

Because each record is like a report of what each actor dubed of a especified project and how much to pay him.

So i have the projects in repetition and a Sum() to do te total for me....

The problem: if its not repetition how can i do the sum over many projects as idividual records for each actor...

Thats why i would like t know if it is possible to make each individual field in te repetition apear as idividual records upon a find set.

I that know maybe theres a better solution to this...but im a newbie in FM.

Any ideas will be highly apreciated.

Link to comment
Share on other sites

Again you should have seperate records for each project.

There should be at least two tables here (3 depending on your setup such as if you have multiple actors to a project).

Actor TABLE

pkActorID

ActorFName

ActorLName

etc

Project TABLE

pkProjectID

ProjectName

fkActorID ( if only one actor to each project)

Join TABLE (if more than one actor can be on a project)

fkProjectID

fkActorID

Link to comment
Share on other sites

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