Question:
Is it possible to use group names in a SELECT statement of a VQL query that queries the document object in Vault?
Example: select (document_group__sys.name), document_name__v from documents where [group object value] = '[group object record value]'
Answer:
No. It is not possible to create this type of VQL query in Vault.
Related Documentation:
Vault Help Documentation: N/A