Home
Documentum Developer Forum
DQL Query to find out Length of Object name
Migrateduser
Hello all,
I need help with below queries:
1.) Is there any way using DQL query that I can find the length of the object name in a cabinet?
2.) I know r_folder_path is a repeating attribute, but can I get the length of the folder path for a document object?
I have tried using
select len(object_name) from dm_document
select length(object_name) from dm_document
select char_length (object_name) from dm_document
but it is giving me error for all three ways.
Find more posts tagged with
Comments
There are no comments yet