Hello, Can any one please tell me how could I use 'OR' and 'NOT' in MQL query. I tried to execute the following command and got an error :
using Experiment get experiment_id_key where experiment_id_list in ( 71083332 , 55469532 , 47580420 ) OR arraydesign_name like q(%Mouse%); Error: Invalid Query Recieved, invalid filter statement in where clause: using Experiment get experiment_id_key where experiment _id_list in ( 71083332 , 55469532 , 47580420 ) OR arraydesign_name like q(%Mouse%) --AL-Mamun
