Hi, I've found and error while trying to execute the following MQL query. MartShell> using Experiment get experiment_accession where bs_all = q(Human); --- No error
but... MartShell> using Experiment get experiment_accession where bs_all = q(Human and Mouse); Recieved invalid query using Experiment get experiment_accession where bs_all = q(Human and Mouse) check for dangling commas between attributes, an incomplete domain specific request, a dangling filter delimeter and between filter requests, or an incomplete limit request For the second one Mart assumes 'and' as an operator rather than the query string. Is there any solution for this? Thanks. --- Mamun
