Hi, I have developed a custom application using ARS Java API 6.3. I want to use a qualification in Java API with "NOT LIKE" to check the value. But I am getting an error while using NOT LIKE in qualification string. Following qualification string works fine with "LIKE" but not with "NOT LIKE".
Following is the qualification string that I am using: qualString = "\'Approval Status\' = \"Pending\" and (\'Users\' *NOT LIKE*\""+UserPIN+"\" OR \'Users\' *NOT LIKE* \""+UserPIN+",%\" OR \'Users\' *NOT LIKE* \"%,"+UserPIN+"\" OR \'Users\' *NOT LIKE* \"%,"+UserPIN+",%\")"; Please advice, how can I check the value in the qualification with "NOT LIKE" condition. Thanks & Regards, Madhavi _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

