Newbies xtof Posted February 17, 2006 Newbies Posted February 17, 2006 Hi there, I am trying to summarize repetitions of content in a field ... how much times the same data occurs in the same field in the record set. Anyone can help me? X
sbg2 Posted February 17, 2006 Posted February 17, 2006 Create a global field to hold the data you want to count for. Relate the table to itself - a new Table Occurence named MySelfJoin where MyGlobal = MyField. Create an unstored calc field = Count(MySelfJoin::MyField).
Recommended Posts
This topic is 6917 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