Length of an attribute in fetchXml

Jpp 1 Reputation point
2022-09-20T08:52:50.767+00:00

Hi,

Is it possible in a fetchXml to retreive the length of the value of an attribute ?
For example in the following example, I would like to get the length of the content instead to retreive the content.

<fetch mapping="logical" no-lock="true" version="1.0" top="100">  
  <entity name="pluginassembly">  
    <attribute name="name" />  
    <attribute name="content" />  
  </entity>  
</fetch>  

Thanks for advance
Jean-Pierre

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,664 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.