Search Parameters are not working in sync on Unifier BI reports
I have created a BI report to get Top 5 records based on the 2 search parameters. For this I have two search parameters 1. to filter the records based on a shellname and other to pass the rownum value to restrict the records list.
My SQL query is working fine on SQL Developer, but what I have noticed in Unifier is, the search parameters are not getting applied in sync. Somehow, the rownum search parameter is applying first and then the 2nd parameter on the result of first search parameter.
I am expecting the parameters to be applied at same time.
And 2nd Parameter first and rownum parameter at last will also do