Filemaker Pro 13 perform calculations like Excel?

I recently went to the Genius Bar and they told I should try to migrate what I am doing in Excel into Filemaker Pro because it won't have bottlenecking issues.


Is it possible to use Filemaker Pro like a spreadsheet program? How do I reference cells of records? I need it to iteratively run mathematical calculations. How do I get it to take data and perform mathematical calculations as I would do in Excel?


For instance, something like B1 = X*(A1-B2)+B2 like it would be in Excel.

Mac Pro, macOS Sierra (10.12)

Posted on Feb 3, 2017 8:34 PM

Reply
14 replies

Feb 4, 2017 6:49 PM in response to Csound1

I have reached the point where Excel won't calculate fast enough. Activity Monitor says that it is only using a small portion of the CPU and RAM, but it still takes a while. I like the layout of Excel, but I have reached its limits.


To anyone.


I want Filemaker to start with with the last record (record 2,519) and calculate upwards iteratively to record 1.

I created something that looks like this


If (IsEmpty (GetNthRecord ( Field 8 ; 2519 )) ; f5 ; .5 * (Field 8 - f5) + Field 8 ). There is something slightly wrong with this formula.

I want it to do something like this.

If the 2519th record is empty it will put the value from f5 in Field 8, if the 2519th record is a number it will do 0.5 * (2518th record of f5 - 2519th record of Field 8) + 2519th record Field 8

Feb 4, 2017 7:11 PM in response to macuser371

It was in use to calculate air pressure, density and speed for calculations pertaining to large scale high output audio delay systems. I too need continuous calculations (the result of which were used to control output devices), the system operates in real time, in front of an audience.


The calculations had to be completed in less time than it took the sound to travel through the air to the listener.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Filemaker Pro 13 perform calculations like Excel?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.