I have a report that has three params. one is dropdown. It created automatically when i supplied name and value, Then If we select multivalue, it shows multivalue dropdownlist.
But I am not able to create a textbox. That will act as a parameter to be supplied in report.
for that I have created a parameter, set it to allow null and datatype = "text" . parameter visibility is also visible but as a result I can see a textbox which is a disbled one.
How can this textbox be made to work?
allow null
box. Is this the behavior you are seeing? - SS_DBA