JDBC Driver for Zoho Books

Build 22.0.8479

MovementOfEquityReport

Generated schema file.

Table Specific Information

Select

The 本製品 will use the Zoho Books API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the 本製品.

  • TransactionDate supports the '=' comparison.
  • ToDate supports the '=' comparison.
  • FromDate supports the '=' comparison.
  • CashBased supports the '=' comparison.
  • ProjectId supports the 'IN, Not In, IS NULL, IS Not NULL' comparison.
  • AccountType supports the '=' comparison.
For example:
    SELECT * FROM MovementOfEquityReport

    SELECT * FROM MovementOfEquityReport WHERE TransactionDate = 'Today'

    SELECT * FROM MovementOfEquityReport WHERE ToDate = '2022-10-31'

    SELECT * FROM MovementOfEquityReport WHERE FromDate = '2022-10-10' and ToDate = '2022-10-31'

    SELECT * FROM MovementOfEquityReport WHERE AccountType = 'all'
	
	SELECT * FROM MovementOfEquityReport WHERE ProjectId IN ('2346789876554')

Columns

Name Type References SupportedOperators Description
Label String Label
LabelTotal String Label Total
SubLabelTotal String Sub Label Total
AccountName String Account Name
AccountCode String Account Code
AccountId String Account Id
AccountTotal String Account Total
SubLabel String Sub Label

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
TransactionDate String Filter transaction by any transaction date.

使用できる値は次のとおりです。Today, ThisWeek, ThisMonth, ThisQuarter, ThisYear, PreviousDay, PreviousWeek, PreviousMonth, PreviousQuarter, PreviousYear and CustomDate

ToDate Date To Date
FromDate Date From Date
CashBased Boolean Balance Type Total
AccountType String Balance Type Total

使用できる値は次のとおりです。all, has_transactions, non_zero

ProjectId String

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479