Not Monitored
Tag not monitored by Microsoft.
38,664 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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