Split expression is used to extract the part of a string that is divided by a character.
Expression:
=Split(Fields!EmployeeName.Value.ToString(),“|”).GetValue(0).ToString()
This expression is used to extract the first part of a string that was divided by “|” characters. For example, if the EmployeeName field contained “Atul Yadav|Manager”, this expression would just return “Atul Yadav”
Need help? Connect Atul
Latest posts by Atul Yadav (see all)
- Key Vault parameters in Dynamics 365 F&O - July 29, 2025
- User-based authentication RSAT - July 22, 2025
- Boost First-Load Performance in Dynamics 365 F&O with IIS Preload - July 15, 2025