Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
For complex type filter queries if query contains filter expression rather than BinaryExpression the system was not able to get the dimensions which are involved in the particular filter expression for executing complex type filter column expressions. because of this reason filter was failing
Sample Query
select test3[1] from complex_filter where test4[1] not like'%1%' order by test1
select test2[0] from complex_filter where test3[0] like '%1234%'