get_uctovny_vykaz_table_value_by_labels
Extract specific financial metrics from Slovak business reports by matching row and column labels to retrieve values like profit/loss or total assets.
Instructions
Search for specific values in a financial report by matching row and/or column labels. Returns only the values that match the specified criteria. Useful for extracting specific metrics like 'Výsledok hospodárenia' (profit/loss), 'SPOLU MAJETOK' (total assets), etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| row_label | No | ||
| row_code | No | ||
| column_label | No | ||
| table_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matches | No | Matched values | |
| report_id | Yes | Financial report ID | |
| template_id | No | Template ID |