[u]Probelm Statement:[/u]The reporting requirement is such that, the user wants to copy a list of values from Excel spreadsheet(like copying 5-6 cells) and paste it in the input box(parameter prompt box) in an SSRS report. How to give the user this facility?[u]My Approach[/u]1. My query has a parameter in the where clause like --> Where Col1 in (@InputParam) I'm not sure how to move forward from here as I'm only able to pass a single value to the @InputParam. Please advice.Thanks.
↧