tomp Posted November 2, 2008 Share Posted November 2, 2008 I have a table with a calculated field whose value depends on various conditions. I use that field for a value list elsewhere. I would like to 'snapshot'or 'save' that value list to fix the contents so that it can be applied later, even though the values in the original table, and hence the original value list, may have changed. Hope that makes sense. Any way to do that? Link to comment Share on other sites More sharing options...
Raybaudi Posted November 2, 2008 Share Posted November 2, 2008 A way is to copy all those values and past them into a custom value list. Another is to create a .txt file with those values, open that file with FileMaker so that it creates a new file with only those values as records. The new list will come from values of this new table. Link to comment Share on other sites More sharing options...
comment Posted November 2, 2008 Share Posted November 2, 2008 You could also set a field in some table to the current ValueListItems value, and use that as the base for another value list. It really depends on what you hope to accomplish. Link to comment Share on other sites More sharing options...
tomp Posted November 3, 2008 Author Share Posted November 3, 2008 Just what I needed. Thanks! Link to comment Share on other sites More sharing options...
normanicus Posted November 3, 2008 Share Posted November 3, 2008 Just save the value list items to a text field in a single record table. Here is the script to do it: Save Value List Set Field [ SingleRecord::SaveValueList; ValueListItems ( Get ( FileName ); "YourValueList") ] Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 5795 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