投稿済み Tue, 10 Mar 2020 07:25:13 GMT 、投稿者 Mayra Rossi
How can I retrive count of row in table field? 
Thanks
投稿済み Tue, 10 Mar 2020 09:01:58 GMT 、投稿者 Simon H. Hellmann Toshiba Tec Germany Imaging Systems GmbH IT-Consultant Document Management Solutions
Hello Mayra,

if you are using the .NET API, you can retrieve this info via DocumentIndexFieldTable.Row.Count() ( see Documentation )

Doing so in the Workflow Designer is probably not possible without getting all the values and counting them with a loop.

Hope this helps.

Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant
 
投稿済み Tue, 10 Mar 2020 09:15:47 GMT 、投稿者 Mayra Rossi
I found this solution to avoid loop 

UBound(DW_TABLE_FIELD[XXX], 1) - LBound(DW_TABLE_FIELD[XXX], 1) + 1
投稿済み Wed, 14 Oct 2020 19:29:23 GMT 、投稿者 Jon Weston File IT Solutions Sr Application Developer and RIM specialist
This will work in Workflow Designer: DW_TABLE_FIELD[XXX].Count()

 

フォーラムに投稿するためにはログインが必要です。