Dear Ingo,
I need to perform DesktopApps Silent installation.
since the FAQ site doesn't work, can you provide me the guide?
Thanks in advance
Hi Denholm,
I do not know what your goal is, but if you have to count in sql you can use count(field).
If you need to get data from keyword field via workflow manager you have to write a subquery in your where clause.
I cannot provide you an example because i don't know exactly exactly you need.
Below a screenshot of my data assignment from file cabinet where i get data from a field joining with keyword_field table
Hope it helps
https://www.docuware.com/sites/default/files/forums-images/Image.PNG
You can the code below:
Ubound(Split(KeywordAsString(DW_KEYWORDFIELD), " ")) +1
but it counts up to a maximum of 100 entries.