Hi Gurus,
I created a report using SSRS (SQL Server Reporting Services) using report builder. I need help or advice in two problems am facing.
I have a parameter as LASTNAME, but when i type 'smith' i do not get any results and when i type in 'SMITH' i get results, how can i change such that the user can type any case and still get the results. I went to the dataset properties and set the CASE SENSITIVITY to false, but still no change in the functionality.
Secondly i want to add a new parameter casenumber, what i want is the user can enter value EITHER in the LASTNAME or CASENUMBER, for example if i enter SMITH in the last name field and leave the case number field blank it should still render the records and the same way if i leave the last name blank and enter a value in the casenumber it should render records.
Please need advice.
Thanks