Enuma Posted May 27, 2008 Posted May 27, 2008 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.
mr_vodka Posted May 27, 2008 Posted May 27, 2008 Why are you using repetitions here? You really should split these into seperate records.
Enuma Posted May 28, 2008 Author Posted May 28, 2008 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.
mr_vodka Posted May 28, 2008 Posted May 28, 2008 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
Recommended Posts
This topic is 6022 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