Jump to content
Server Maintenance This Week. ×

Better way to CrossTab than FM Advanced training book?


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

Recommended Posts

I have a need for a lot of cross tab calculations and have referred to the FM 13 Advanced Training Series, lesson 38 which covers this.  I've used it for a while now but it's brutal in that you need to create two calculations for each individual 'cell' you wish to display:

One calculation tells Filemaker what should be summarised, usually via a CASE statement.

The other is the Summary field itself which appears on the layout.

I tend to require 10, sometimes more columns which are based on date fields from an overall record list of 70000 so far.

Is there not a better way of doing the cross tab calcs, something like (psuedocode) as I'm wary of fattening up the fields on the DB:

  • Calc1::DoSummary (Case (DatePeriod = 1 and SortField = "Tourist" ; Amount))

Rather than two calculations:

  • Calc1 ::Case (DatePeriod = 1 and SortField = "Tourist" ; Amount)
  • sCalc2L::Summary Calc1

Thanks all

Link to comment
Share on other sites

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