Bug 248 - Parameter - Combobox Dynamic Query Always Sorts ASC
Found in Version 10.0.21.0
Resolved in Version 10.0.25.0
Bug: When adding a Combobox Parameter that uses Dynamic Query with an ORDER BY clause, the order will be ignored and defaults to ASC order.
Steps to reproduce:
- Create / Open View
- Go to Parameters
- Add A Parameter
- Enable Dynamic
- Add Dynamic Query using a ORDER BY
- (SELECT ContactName FROM Customers ORDER BY ContactName DESC)
- Set Type to Combobox
- Run View
Expected Result: When sorting the values in descending order they should sort in descending order.
Actual Result: The query defaults to sorting ASC even if specified to order by DESC
Comments
0 comments
Please sign in to leave a comment.