Tag: How to Get Substring from Comma-Separated String by using SELECTSTR Function in D365 BC

How to Get Substring from Comma-Separated String by using SELECTSTR Function in D365 BC

Get Substring from Comma-Separated String by using SELECTSTR Function: (1) In this blog, we will get to know about the use of the SELECTSTR function in D365 BC. It retrieves a substring from a comma-separated string. (2) Syntax of SELECTSTR: NewString := SELECTSTR(Number, CommaString) (3) Note: It only uses when the comma “,” is in a …