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)
- D365 Edit method - October 4, 2024
- D365 batch job - September 30, 2024
- Task Recorder (with screenshots) in Dynamics 365 F&O - September 23, 2024