Count of related records a few relationships away

So my brain is just not working today… I am trying to get a count of Customers from a table a few relationships away SalesLines – Sales – AccountNumbers – Customers I have a subsummary report based on the SalesLines table which I am performing...

FileMaker 16 – Uploading files to Dropbox

Integrating third party APIs can be a bit daunting when you’ve never worked with them before. Fortunately, the most difficult part of the process is simply taking the time to research the API and implement the features you’d like to have. When you’re working within...

Floating Card Windows

This video will teach you all about using the new FileMaker 16 Card Window and show you how to take advantage of the fact that you can have a totally different position for the card window outside of the parent which where it belongs. With a bit of creative FileMaker...

Using global to set date range for portal filtering

I’m using a portal to display records with dates in a range. I’m attempting to use a global to set the number of days in the range. If I filter using this formula:Dashboard_Calendar::calDate > Get ( CurrentDate )andDashboard_Calendar::calDate ≤ Get (...