Hi!
I need to create a Live Report which would allow me to filter the results by User.
In case when User input is blank, I need it to be considered as "Any value" and the report should show results for all users.
But if I leave the User input field blank, the system returns me "No results found"
For testing purposes I removed the link to this user input field in SQL script itself and replaced it with the some fixed value, eg: instead of "UserID = %1" I put "UserID" = 22881, but still if I leave input field blank, it returns "no results found", though the result set in no way depends on the input.
Is this a behavior 'as designed" of Content Server 10, and are there any standard ways to tell CS that blank field should be considered as "Any value"?
Thank you in advance for assistance.