MacSig Posted December 18, 2008 Posted December 18, 2008 Hello, I'm trying to accomplish something that looks quite simple to me (at least on SQL world) but I'm stuck. Basically, I would like to define a field (version) that calculates the number of records having the same "trace number" of the record + 1. I have found this function that could help me http://www.briandunning.com/cf/894 but I'm not sure how I can use it. Can anyone help me out : THANK YOU
MacSig Posted December 18, 2008 Author Posted December 18, 2008 I solved it: even if I'm sure there is a much nicer way. I performed a find and after I saving the max + 1
Søren Dyhr Posted December 18, 2008 Posted December 18, 2008 (edited) But how well does it scale, knowing that CF's usually only manages some 10K iterations - without tail recursion? The question is asked to abstract to give a proper answer! What you seems to be after is: http://www.filemakerpros.com/SerCat.zip ...although it's an old fart being in fm3 format does it still have it's bearing, since any kind of aggregation over a found set with calc' functions opposed to summary functions not are designed to scale particular well. Filemaker keep up these two things primary because the prospect users of the application, originate from a spreadsheet'ish background ... but dealing with sets beyond some 40 records have unfortunately to be done with either the Paco di Pacioli approach the template shows or genuine summary fields, in subsummary reports - not calc'fields! --sd Edited December 18, 2008 by Guest
MacSig Posted December 19, 2008 Author Posted December 19, 2008 Thanks for your reply Happy Holidays !!!
Recommended Posts
This topic is 5878 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