Read row list cell
banana_rowlist_cellRetrieve a single cell value from a named row list in Banana Accounting by providing table, row list, row selector, and column.
Instructions
Return the value of a single cell within a named row list, identified by table, row list, row selector, and column XML name.
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. | |
| row | Yes | Row selector: a 1-based row number, or an expression like "Account=1000" matching the first row where the column equals the value. | |
| table | Yes | Table name, e.g. "Accounts", "Transactions", "Budget", "FileInfo". | |
| column | Yes | XML name of the column, e.g. "Description", "Balance". | |
| rowlist | Yes | Row list name, e.g. "Data", "Examples". |