Dear developers… I have a sample here which I will split string and store it in an array of strings. for example below if I split string by comma… I will get (RHB02-0301) (RHB02-0302) (RHB02-0303) which I will get as an array of strings
how to filter a datatable by an array of strings like below sample… filtering the column “item number” with the obtained array of string should get the result like this: :
Do you mean you want to include header to datatable? or want to evaluate if header include these string? I’m glad if you give me an example what you want to achieve.