Cmdlets for Zoho Books

Build 22.0.8479

GroupBy Parameter (Select-ZohoBooks Cmdlet)

結果セットがグループ化されるカラムのカンマ区切りリスト。

Syntax

Select-ZohoBooks -GroupBy string

Remarks

値を集計してsummary 関数を実行するための、カラムのカンマ区切りリストです。SQL ステートメントに使用するのと同じ構文を使って、Columns パラメータにsummary 関数を指定します。次に例を示します。

Select-ZohoBooks -Connection $conn -Table INVOICES -Columns @("InvoiceNumber","SUM(AnnualRevenue)") -GroupBy "InvoiceNumber" -Where "CustomerName = 'NewTech Industries'"

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