Bug 281 - Web Reports - Variable Filter Name
Resolved with Version 10.0.31.0 (Released: January 12, 2021)
Bug: Variable filters used in Web Reports send the Name of the variable filter into the query, not the statement.
Steps to reproduce:
The results below use a variable filter with Yes or No value. If No were selected the following statement should be added into the filter statement.
AND Customer.City IS NOT NULL
- Create View that uses variable filter in filter statement.
- Run in VDM and view SQL Query.
- Run in WR and view SQL Query
VDM Result:
AND Customer.City IS NOT NULL
Web Reports Result:
No
Comments
0 comments
Please sign in to leave a comment.