Forum Discussion
angela
5 years agoCatalyst II
Hi,
that´s an excellent question! Unfortunately this is not very easy to achieve.
The filter/condition information is stored withing the complete TechDoc within the 'content' property. Your report has to filter for all aras:condition within this property.
--> <Section aras:id="22D1EE9D91B44E3F858CBDAD53F1A14F" aras:condition="{"Region":["Central America"]}">
So you first have to query for the complete content of the 'content' property and then search for the elements were conditions are used. To bring this information into an easy to read report will be some work.
Would be happy to know when you are able to find a solution!