Bug 200 - Parameters - IN Parameter Special Characters
Resolved in Version 10.0.19.0
Bug: IN Parameters do not support special characters on second execution of view. For example if a value contains a comma, the second time the view is executed the value is split out.
Steps to reproduce:
1. Create a View with an IN parameter
2. Manually input values separated by a comma ("Value1", "Value2", "Value3", "Value, 4")
3. Run the View twice
Expected Result: The values should contain the value with it's comma separator.
Actual Result: The values that contained special characters such as a comma would be split and turned into multiple values instead of one.
Comments
0 comments
Please sign in to leave a comment.