28-11-21 06:31 PM
Answered! Go to Answer.
29-11-21 11:20 AM
29-11-21 10:53 AM
29-11-21 11:20 AM
29-11-21 01:51 PM
Hi Bernadette,
I had faced similar issue in one of our past projects. I tried comparing after a Lower(Trim(text)). Converting everything to lower makes it a little convenient
Give it a shot
29-11-21 06:29 PM
Hi all,
Thanks so much! It seems to be a combination of things. A lot of text and number characters in the data item to be searched (+11,000) plus synchronization in control room. So I had to rethink the approach. I created four separate data items containing the text to be searched for, then applied the InStr function for each in a single decision stage linking them with AND. This seems easier for the process to handle.
It works now in control room but I'll continue testing. Can you please tell me whether this might have been the issue InStr(Lower(Replace("Text", Chr(32), "")), Lower(Replace("Data Item", Chr(32), ""))>0
I'm writing on my mobile, so apologies for too many or too few brackets! =)
thanks again
Bernadette