Hi All,
i have situation like there is a website if i put initial in it and search, it provide the search result for that initial, but there are some situation where if you put one initial it display more than one initial(i’e the initial you search for and also related to that initials).
let say intial=rehk
it could display rehk and rdyk etc
or there is chance that there are other initials present but the specific initials or data will be not present in it, and i need to handle to that.
what i have done is
i scrapped the data and used filter data table to get the specific data and then again check for condition, but my code not working.
here screenshot is of Filter datatable wizard, and i want to check like if initial = sNNinitials(Scrapped variable), then check for Dept.No, and Manger is same or not.
kindly suggest some idea?