hiding parameter using custom code
-
Thursday, February 07, 2013 10:56 AMhi ,
i want hide a parameter based on radio button if true means i want enable else disable
cn any one give me custom code for this
Regards
Arjun
mallis
All Replies
-
Thursday, February 07, 2013 12:36 PM
No you won't be able to disable totally a parameter you can pass a default value but stilll it will be shown for selected with that value.
Regards,
Eshwar.
Please don't forget to Marked as Answer if my post solved your problem and use Vote As Helpful if a post was useful. It will helpful to other users.
- Marked As Answer by Arjun1235 Friday, February 08, 2013 7:22 AM
-
Friday, February 08, 2013 7:07 AM
HI Eswararao,
is it possible using custom code ?
first time passing some default value if the parameter enable we can select multi value
Regards
Arjun
mallis
-
Friday, February 08, 2013 8:23 AM
No need of custom code you can create a boolean parameter and pass it as cascading parameter to the actual parameter.
If the boolean parameter is No then you have pass default value otherwise the actual value.
You have to modify the sql query to do the same. Have a look at the link which i have shared. Regards,Eshwar.
Please don't forget to Marked as Answer if my post solved your problem and use Vote As Helpful if a post was useful. It will helpful to other users.
- Edited by Eswararao C Friday, February 08, 2013 8:23 AM

