Search code examples
filemaker

How to write a script to get total record count on filemaker


Hi I am very new to filemaker pro and instead of making a report, is there a way I can write a script that counts total number of records recorded on my filemaker database?


Solution

  • A script with the following script steps should work:

    Go to Layout [layout that displays the table with the records you'd like to count]
    Show All Records
    Set Variable [$count; Get ( FoundCount )]