Hi,
My report has a parameter with these values and using a like statement in the SQL:
123* = Blue
124* = Green
125* = Yellow
1235* = Pink
The problem is that if the user selects 123* for Blue, he is also going to get Pink records back. I can't really think of how to handle this, so I was going to try to suppress the details section if parameter = 123* and database_column = 1235*. Any ideas? I'm not able to figure out the syntax. Should I do it differently?
My report has a parameter with these values and using a like statement in the SQL:
123* = Blue
124* = Green
125* = Yellow
1235* = Pink
The problem is that if the user selects 123* for Blue, he is also going to get Pink records back. I can't really think of how to handle this, so I was going to try to suppress the details section if parameter = 123* and database_column = 1235*. Any ideas? I'm not able to figure out the syntax. Should I do it differently?