Read, using DQL, a particular attribute of a specific document type

Document name: myPdf.pdf
Type: xx_record
Format: pdf

This document has a particular attribute name called event date. How do I go about reading the value of the document using DQL? Thanks in advance

Comments

  • select event_date from xx_record where object_name = 'myPdf.pdf';
    did you try something similar to that? please note if you have other objects on this type that have the same object name they will be returned too