Hi,
I am facing a strange scenario in setting range on the records.
I am not able to set the range or some table to fill in the scrollinw window. Following is the statement I am using to set range.
range table is_Doctor_Master where upper(physicalname(is_Doctor_Name of table is_Doctor_Master))+ " LIKE '%"+ upper((L) Search_String) + "%'";
Similar kind of range statement is working fine for some other table, but I am not able to figure how the statement is not working for the above mentioned table.
More Info
1. The above statement is worign fine in my local environment where the sql collation is SQL_Latin1_General_CP1_CI_AS but in the stage environment the collation is Arabic Binary.
Please guide me to resolve this issue.
Thanks,
Sri
*This post is locked for comments