Posted inMicrosoft Dynamics 365 F&O
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…