How to do multiple filter in CE_PROJECTION
CE_PROJECTION (:lt_sale ,["date" as "Date","MRP","UnitSold" ,"Company","Product"],' "Date" < :st_date , "Date" > :end_date , "Company" = :brand , "Product" = :product' );
Above piece of code throwing error .
even I coundn't find the syntax for multiple filter in CE_PROJECTION.