Report_GroupOutstandings
Group Outstandings Report of Tally
Table Specific Information
Select
The {i will use the Tally API to process WHERE clause conditions built with the following column and operator. The GroupName is required to make a request and the rest of the filter is executed client side within the {i.
- GroupName supports the '=' comparisons.
- FromDate supports the '=' comparisons.
- ToDate supports the '=' comparisons.
For example these queries are processed server side:
SELECT * FROM Report_GroupOutstandings WHERE GroupName = 'Group1' SELECT * FROM Report_GroupOutstandings WHERE GroupName = 'Group1' AND FromDate = '01/01/2019' AND ToDate = '01/01/2020'
Columns
Name | Type | Description |
Name | String | |
DebitAmount | Decimal | |
CreditAmount | Decimal | |
GroupName | String | |
FromDate | Date | |
ToDate | Date |