Row list row count
banana_rowlist_rowcountRetrieve the row count for a specific row list in a table, helping you quickly evaluate data size and validate accounting records.
Instructions
Return the number of rows in a named row list of a table as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | Accounting document name as opened in Banana (e.g. "accounting.ac2"). Append "_p1", "_p2" for previous years. Defaults to BANANA_DEFAULT_DOC if set. | |
| table | Yes | Table name, e.g. "Accounts", "Transactions", "Budget", "FileInfo". | |
| rowlist | Yes | Row list name, e.g. "Data", "Examples". |