I have created one report in Helical Insight with Mongo DB as datasource, while applying the filter with like condition i am getting error.
Error: AssertionError: cannot translate LIKE(CAST(ITEM($0, ‘_id’)):VARCHAR(20) CHARACTER SET “ISO-8859-1” COLLATE “ISO-8859-1$en_US$primary”, ‘bxp%’)
Here i have added one filter on one column and i want to filter data to get result data starting with “bxp”.