Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Function of the Day

Get to learn FileMaker daily. This forum will feature a FileMaker function it's definition, options & parameters. It will feature a few examples. We ask you to continue sharing your examples of how you use this function.

  1. Started by Function Bot,

    DayOfWeek Returns a number representing the day of the week on which a date occurs.   Direct Link

    • 0 replies
    • 51 views
  2. Started by Function Bot,

    DayName Returns text that is the full name of the weekday for a date.   Direct Link

  3. Started by Function Bot,

    Day Returns a number from 1 to 31, for the day of the month on which a date occurs.   Direct Link

  4. Started by Function Bot,

    Date Returns the calendar date for a month, day, and year.   Direct Link

  5. Started by Function Bot,

    VerifyContainer Returns 0 (false) if container data was changed or deleted outside the FileMaker Platform; otherwise, returns 1 (true).   Direct Link

  6. TextEncode Returns a text file as container data from text using the specified character encoding and line endings.   Direct Link

  7. TextDecode Returns text decoded from container data using the specified character encoding.   Direct Link

    • 0 replies
    • 180 views
  8. Started by Function Bot,

    HexEncode Returns data as text in hexadecimal format.   Direct Link

    • 0 replies
    • 127 views
  9. HexDecode Returns either container or text content from text encoded in hexadecimal format.   Direct Link

    • 0 replies
    • 100 views
  10. Started by Function Bot,

    GetWidth Returns the width, in pixels, of the content in a container field that holds images.   Direct Link

    • 0 replies
    • 150 views
  11. GetThumbnail Returns a thumbnail image of the content in a container field, according to a specified height and width.   Direct Link

    • 0 replies
    • 156 views
  12. Started by Function Bot,

    GetHeight Returns the height, in pixels, of the content in a container field that holds images.   Direct Link

    • 0 replies
    • 121 views
  13. GetContainerAttribute Returns the file metadata of the specified container field.   Direct Link

    • 0 replies
    • 162 views
  14. CryptVerifySignature Verifies whether a digital signature is valid for the data.   Direct Link

    • 0 replies
    • 123 views
  15. CryptGenerateSignature Generates the digital signature of the data.   Direct Link

    • 0 replies
    • 212 views
  16. CryptEncryptBase64 Encrypts data with the specified key and returns text in Base64 format.   Direct Link

    • 0 replies
    • 206 views
  17. Started by Function Bot,

    CryptEncrypt Encrypts data with the specified key and returns container data.   Direct Link

    • 0 replies
    • 166 views
  18. Started by Function Bot,

    CryptDigest Returns a binary hash value generated by the specified cryptographic hash algorithm.   Direct Link

    • 0 replies
    • 167 views
  19. CryptDecryptBase64 Decrypts Base64-encoded text with the specified key and returns text or container data.   Direct Link

    • 0 replies
    • 120 views
  20. Started by Function Bot,

    CryptDecrypt Decrypts container data with the specified key and returns text or container data.   Direct Link

    • 0 replies
    • 109 views
  21. CryptAuthCode Returns a binary HMAC (keyed-hash message authentication code) using the specified cryptographic hash algorithm.   Direct Link

    • 0 replies
    • 124 views
  22. Base64EncodeRFC Returns data as text in the specified Base64 format.   Direct Link

    • 0 replies
    • 145 views
  23. Started by Function Bot,

    Base64Encode Returns data as text in Base64 format.   Direct Link

    • 0 replies
    • 148 views
  24. Base64Decode Returns either container or text content from text encoded in Base64 format.   Direct Link

  25. Started by Function Bot,

    VarianceP Returns the variance of a population represented by a series of non-blank values in a field.   Direct Link

  26. Started by Function Bot,

    Variance Returns the variance of a sample represented by a series of non-blank values in a field.   Direct Link

  27. Started by Function Bot,

    Sum Returns the total of all valid, non-blank values in a field.   Direct Link

  28. Started by Function Bot,

    StDevP Returns the standard deviation of a population represented by a series of non-blank values in a field.   Direct Link

  29. Started by Function Bot,

    StDev Returns the standard deviation of the sample represented by a series of non-blank values in a field.   Direct Link

  30. Started by Function Bot,

    Random Returns a number between 0 and 1, including 0 but not including 1.   Direct Link

  31. GetRecordIDsFromFoundSet Returns record IDs from the current found set as a list or a JSON array.   Direct Link

    • 0 replies
    • 94 views
  32. Started by Function Bot,

    Get(LastErrorDetail) Returns text about errors that are returned by Get(LastError).   Direct Link

    • 0 replies
    • 115 views
  33. Started by Function Bot,

    JSONParsedState Returns 0 if JSON is not parsed, -1 if parsed but invalid, or a positive number representing the JSON type if parsed and valid.   Direct Link

    • 0 replies
    • 92 views
  34. Started by Function Bot,

    JSONParse json - any text expression or field that contains a JSON object or array.   Direct Link

    • 0 replies
    • 140 views
  35. Started by Function Bot,

    GetTextFromPDF Returns the text found in a PDF file in the specified container field.   Direct Link

    • 0 replies
    • 101 views
  36. SubtractEmbeddings Subtracts embedding vector v2 from v1 and returns the result as a normalized vector.   Direct Link

    • 0 replies
    • 88 views
  37. PredictFromModel Returns the predicted value from a trained regression model for the specified text embedding vector.   Direct Link

    • 0 replies
    • 90 views
  38. NormalizeEmbedding Normalizes an embedding vector. If specified, the dimension parameter reduces the number of vector dimensions to use before normalizing.   Direct Link

    • 0 replies
    • 136 views
  39. GetRAGSpaceInfo Returns information about the specified RAG space or all RAG spaces, if no space ID is specified.   Direct Link

    • 0 replies
    • 84 views
  40. GetFieldsOnLayout Returns a list of the fields on a layout as JSON data.   Direct Link

    • 0 replies
    • 130 views
  41. Started by Function Bot,

    AddEmbeddings Adds two embedding vectors and returns the result as a normalized vector.   Direct Link

    • 0 replies
    • 183 views
  42. ExecuteSQLe Executes an SQL query statement for the specified table occurrence in a FileMaker Pro file and, if an error occurs, returns ? followed by an error message.   Direct Link

    • 0 replies
    • 165 views
  43. Started by Function Bot,

    Get(SystemStorageAvailable) Returns the available storage, in bytes, on the system drive where the FileMaker software is installed.   Direct Link

    • 0 replies
    • 60 views
  44. Get(RevertTransactionOnErrorState) Returns 1 (true) if the Set Revert Transaction on Error script step is on; otherwise, returns 0 (false).   Direct Link

    • 0 replies
    • 52 views
  45. GetEmbeddingAsFile Converts an embedding vector from text format to binary container data.   Direct Link

    • 0 replies
    • 52 views
  46. JSONMakeArray Converts a list of separated values into a JSON array of the specified type.   Direct Link

    • 0 replies
    • 56 views
  47. GetLiveTextAsJSON Returns the text and position as JSON data for each line of text found in an image in a container field by using the text-recognition algorithm.   Direct Link

    • 0 replies
    • 54 views
  48. Started by Function Bot,

    GetTokenCount Returns the token count for the specified text. Use for guidance only; actual counts used by models may vary.   Direct Link

    • 0 replies
    • 58 views
  49. GetTableDDL Returns table information in Data Definition Language (DDL) format for a list of table occurrences specified as a JSON array.   Direct Link

    • 0 replies
    • 58 views
  50. Started by Function Bot,

    GetEmbeddingAsText Converts an embedding vector from binary container data to text format.   Direct Link

    • 0 replies
    • 60 views
  51. GetEmbedding Sends input data to an embedding model and returns a vector representation as container data.   Direct Link

    • 0 replies
    • 81 views
  52. Started by Function Bot,

    Get(LastStepTokensUsed) Returns the tokens used in the last AI script step.   Direct Link

    • 0 replies
    • 83 views
  53. Started by Function Bot,

    CosineSimilarity Returns the similarity between two embedding vectors as a number between -1 (opposite) and 1 (similar).   Direct Link

    • 0 replies
    • 61 views
  54. Started by Function Bot,

    GetBaseTableName Returns the base table name of a field reference.   Direct Link

    • 0 replies
    • 59 views
  55. Started by Function Bot,

    Get(CacheFilePath) Returns the path of the cache file for the currently active file.   Direct Link

    • 0 replies
    • 95 views
  56. Started by Function Bot,

    Get(CacheFileName) Returns the name of the cache file for the currently active file.   Direct Link

    • 0 replies
    • 80 views
  57. Started by Function Bot,

    BaseTableNames Returns a list of all base table names in fileName.   Direct Link

    • 0 replies
    • 70 views
  58. Started by Function Bot,

    BaseTableIDs Returns a list of all base table IDs in fileName.   Direct Link

    • 0 replies
    • 58 views
  59. JSONGetElementType Validates and returns the JSON data type for an element specified by an object name, an array index, or a path.   Direct Link

    • 0 replies
    • 125 views
  60. Started by Function Bot,

    Get(TransactionOpenState) Returns 1 (true) if the transaction is opened; otherwise, returns 0 (false).   Direct Link

    • 0 replies
    • 77 views
  61. Started by Function Bot,

    Get(LastErrorLocation) Returns the script name, step name, and line number of errors that are returned by Get(LastError).   Direct Link

    • 0 replies
    • 101 views
  62. Get(CurrentTimeUTCMicroseconds) Returns the current time in Coordinated Universal Time (UTC) to the nearest microsecond.   Direct Link

    • 0 replies
    • 89 views
  63. GetLiveText Returns the text found in the image of the specified container field using the text-recognition algorithm.   Direct Link

    • 0 replies
    • 78 views
  64. Started by Function Bot,

    ReadQRCode Returns as text the value of a QR code in a container field.   Direct Link

    • 0 replies
    • 63 views
  65. Started by Function Bot,

    Min Returns the smallest valid, non-blank value in a field.   Direct Link

    • 0 replies
    • 67 views
  66. Started by Function Bot,

    Max Returns the highest valid value in a field.   Direct Link

    • 0 replies
    • 93 views
  67. Started by Function Bot,

    List Returns a concatenated list of non-blank values for a field or fields.   Direct Link

    • 0 replies
    • 53 views
  68. Started by Function Bot,

    Count Returns the number of valid, non-blank values in a field.   Direct Link

    • 0 replies
    • 64 views
  69. Average Returns a value that is the average of all valid, non-blank values in a field.   Direct Link

    • 0 replies
    • 94 views

Recently Browsing 0

  • No registered users viewing this page.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.