distinct-values on project folder
Posted: Tue Jan 30, 2018 3:28 pm
Hi oXygen team,
I was trying to get distinct values from all xml files in a specific project folder by using Path/XQuery Builder. It's set to Path 2.0 Scope is set to selected project resources. The folder is selected.
My Path is
the result list though returns this XPath applied to each document. So I still get duplicate entries, i.e. one for each file containing a specific value. Is this intentional? Are there any settings I can change to prevent this behaviour?
Many thanks,
Benjamin
I was trying to get distinct values from all xml files in a specific project folder by using Path/XQuery Builder. It's set to Path 2.0 Scope is set to selected project resources. The folder is selected.
My Path is
Code: Select all
distinct-values(//settlement/text())
Many thanks,
Benjamin