While cleaning up my Filemaker Tools folder, I stumbled across a custom function that is a bit older, but is
Category: Custom function
WHILE
While I’m still writing the next larger article, “Week/Month Planner”, I’ll quickly slip in a short article about one of
Lists crossproduct
In some applications you need to process all combinations of 2 lists.The so-called cross product takes each element of the
Flexible calculation from formula records
This weekends post is just a quick article on using Filemaker’s ‘Evaluate’ command in a recursivefunction that performs multiple
Generate HTML link from text
Very often I have been asked if it is possible to enter a simple HTML link in a text
Multi portal filter
As I already described in the article about recusive custom functions, you can solve complex tasks very elegantly with the
Convert XML into variables
XMLs can be extremely useful when it comes to passing information to a script in a single pass parameter.
Recursive custom functions
A recursive function calls itself until a complex task is solved, whereby the complexity of the task is reduced
JSON Array
Recently I had to create a lot of arrays in JSON for the API connection of a webshop. The