patatparis Posted January 23, 2003 Posted January 23, 2003 I know this question will sound pretty dumb, but I have to ask. When a field is defined as unstored ("A calculation field with a result that is only calculated when the value is needed" per FileMaker documentation), once the calculation does take place is the value literally stored, or is it only calculated and displayed whenever that specific record is viewed (thus saving storage space on disk)? Thanks. -- Pat
Ugo DI LUCA Posted January 23, 2003 Posted January 23, 2003 You got it. Saving space utility. Unstored = unstored.
Natalie Posted January 24, 2003 Posted January 24, 2003 Yes, When you select 'Unstored' for a calculation, the formula is saved but the values are not. This is a trade-off between file size and processor time, but it has other implications as well. If a value is stored it can be indexed and therefore used for value lists and relationship keys. Instored values can't. On the other hand, unstored values have the advantage that they automatically update constantly, so they are necessary in some circumstances, such as when a Status function, a global field or a related field is included in the calculation formula.
Recommended Posts
This topic is 8245 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