Hi All,
For Multiple value Parameter, my following code is working fine in Expert command. Code: where SA.SA_STATUS in {?status_flg}
Now I am using the following code for default value (If user does not enter anything then crystal report use default);
Code: WHERE SA.SA_STATUS_FLG in decode({?Status_Flg},null,'40','','40',{?Status_Flg})
In the above code, either blank or multiple values not working. Only single value is working. For auto scheduling, I have to provide default value.
Please suggest me where I am wrong.
Thanks.
For Multiple value Parameter, my following code is working fine in Expert command. Code: where SA.SA_STATUS in {?status_flg}
Now I am using the following code for default value (If user does not enter anything then crystal report use default);
Code: WHERE SA.SA_STATUS_FLG in decode({?Status_Flg},null,'40','','40',{?Status_Flg})
In the above code, either blank or multiple values not working. Only single value is working. For auto scheduling, I have to provide default value.
Please suggest me where I am wrong.
Thanks.