Hi, A user would like to know if it's possible to create a report that will give a list of documents that were created by a specific template. I can do this through SQL using this query: select distinct a.document_id, a.prefix, a.title, a.revision, b.name, b.description, b.template_id, c.object_id, c.template_id from documents a, templates b, instantiated_templates c where b.template_id = c.template_id and a.document_id = c.object_id and b.name = ' NAME OF TEMPLATE ' I'm just wondering if you believe this is achievable through eQL and report builder? I've had a quick glance and it seems as if it wouldn't be possible but I don't have much experience using it so I thought it best to ask your expertise. Thanks, Mitch
↧