Bug 275 - Query Builder - VoV with Dynamic Query Flipping Connection
Found in Version 10.0.29.0
Resolved in Version 10.0.31.0 (Released: January 12, 2021)
Bug: There is an issue with dynamic queries in VoV using multiple database connections. Once the view is ran for the first time the connection will change causing issues with the dynamic queries.
Steps to reproduce:
MDS must be set to reproduce this bug.
- Create a VoV that uses two Views from different Databases.
- Both Views need to have dynamic queries in them.
- Run the VoV
- Attempt to run the VoV again
Expected Result: The VoV should run the second time with dynamic queries being populated.
Actual Result: After the View has been ran, the connections flip creating issues with the dynamic query in one of the Views. This will result in no values loaded into the parameter via the dynamic query.
Comments
0 comments
Please sign in to leave a comment.