Hi @Blue-Dog,
Yes this is possible to get annotation data using Reports from ACS Commons. Here is an example, for below crx structure
.
Report configuration, I have used following SQL query to get the data:
SELECT child.* FROM [nt:base] AS parent INNER JOIN [nt:base] AS child ON ISCHILDNODE(child, p...