Aerocan Posted September 24, 2005 Posted September 24, 2005 (edited) I have built a data base containing a series of documents, approximately 1000. I have also built a tracking file who keeps track of who has read the publication and when. There is 1000 potential readers. All of this on the web. So far I have managed to do so and it works well. When someone reads a document, he clicks on a button which enters the reader's ID, the documet ID and the date and time on a second file. Now I need to produce a web list of which member of the potential readers list who has NOT read the document. This has to be done using FMP 6 unlimited. It would be easy to do so unsing FMP 8 but... Is there a way to set a relationship in FMP6 which used in a protal would list who has not read a document? If I could do that then I could list it on a HTML file. Thanks for your help... Notr Edited September 24, 2005 by Guest
-Queue- Posted September 26, 2005 Posted September 26, 2005 I think you will need a multi-key field which is modified via script. If you have a value list of all potential reader IDs, you can set a field with it and then loop through and remove all IDs which exist in records related to the document ID. Then a portal based on a relationship from this field to the reader ID field would display all potential readers who have yet to read the document. I do not think I can elaborate much more without first seeing your structure.
Aerocan Posted October 1, 2005 Author Posted October 1, 2005 Thank you for your suggeston. I have decided to use the TEXT plugin from Troi. It does the job perfectly. Thanks again
Recommended Posts
This topic is 7256 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