display Url as description not to show entire url
Summary:
We have a String property with the GUI type set as URL. Currently, the entire URL is shown in the application. Instead, we need to display the description only. We tried changing the GUI type to text and applied the XSLT transformation, but we had no luck.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
24B
Code Snippet (add any code snippets that support your topic, if applicable):
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="UTF-8" indent="yes"/>
0