FileMaker "One Liners"

As you see and write more and more code within any development environment, you start to view code which simply looks clean and efficient as opposed to long and inefficient. In this video, we’re taking a look at some so called FileMaker “One Liners”. These are simple...

Custom Function Database 16 – Implementing Tags/Tagging

Our FileMaker Custom Function database is moving along quickly as we add more user-based features. The feature being added in this part of the series is a Tags/Tagging feature where it takes the concept of a “favorite” much further. Rather than using a single field...

FileMaker 16 – Encrypting/Decrypting data

FileMaker 16 added a variety of new features designed to support its new ability to interact with web services using JSON. One of those supporting features was the addition of more cryptographic functionality. Previously, the only native feature available was an MD5...

Filtering in portals problem

Hello, I need some help filtering in a portal I have 2 portals 1st shows the credits and debits for a booking all from table cashbook. 2nd (1 line) shows the totals of the credits and debits. Portal 1 setup: filter/specify is: If ( Cashbook::currency=“$“ ;...