Publicado Tue, 10 Mar 2020 07:25:13 GMT por Mayra Rossi
How can I retrive count of row in table field? 
Thanks
Publicado Tue, 10 Mar 2020 09:01:58 GMT por 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
 
Publicado Tue, 10 Mar 2020 09:15:47 GMT por Mayra Rossi
I found this solution to avoid loop 

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

 

You must be signed in to post in this forum.