Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Hi, I'd like to find a way to import content of a field from every records but I don't want to see the same exact content more than once.

My BD has a lot of bibliographical references here and there (basically everytime an historical information is inserted, there is also a "reference" field). What I want to do, is to have a Bibliography of every reference in one record, but I know that some references are used more than once and I don't want the same reference more than once in the bibliography. If i do a script with a copy and paste, is there a way to tell the script to verify if that reference is already in the bibliography and not to copy/paste it if it is?

Thank

Posted

If I understand your structure you have "history" records and with each record a field - "Reference" into which you insert (one?) reference. You would like a single field which contains all the references with no repeats. Can I assume the single field is a global? call it Bibliography

First define a Value list "Refs" which is the values of the field reference in BD (show all values). Now define Bibliography = ValueListItems("BD";"Refs"). That should provide you with a list of unique references.

One further point - if you have more than one reference in the field Reference that is not a problem so long as you separate them with carriage returns.

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