Split string in SSRS Dynamics 365 FO

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

Atul Yadav
Latest posts by Atul Yadav (see all)

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *