sql - Problem with default values for Reporting Services parameters -
I have a SQL 2005 Reporting Services report that has several report parameters, one of which is called iSacivite and it is a Boolean type The parameter is hidden and is set to allow zero values. For my default value setting, I have been set to clear it. My application has report-visual controls, I have the argument, it has been decided whether or not this parameter should be set to a value (true or false). There are situations for which it does not have to be set at all. For some reason, if I do not pass the value, then the parameter is correct by default. When a value is passed, then it is running fine. Is my problem created for simple reason that this is the boolean parameter? Would it be better to convert it to a string?
Thank you!
Changing to a string is only necessary if there is no way it is due to bug or "feature" To assume.
Comments
Post a Comment