cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get string between comma's

Former Member
0 Likes
1,023

Hi All,

I am working on one transaction and output is  "Deepali,B1993,January".But,I want only "B1993" as output.

How can I get it by using functions in expression editor?

Please help me in this.

View Entire Topic
former_member185280
Active Contributor
0 Likes

Deepali,


Depending on your version another option you can try is using the stringtolist function to put the values into a local list type property. You can then get values by index using syntax like Local.mylist{1} etc.

Regards,
Christian

p.s. please mark answers helpful or correct. It helps others find solutions to similar problems easier.