Hello All,
I have an issue with the record selection.
The issue is, My report datasource is a SQl server stored procedure with startdate and enddate parameters, and I have a few other paramenters created on the report.
State and County. If the user enters State = "MO" and County = "Greene" Or State = "All" and County = "All" It works fine, But If the user enters State = "All" and County = "Greene", Then It will pull all the records, So How can I rewrite the record selection to address all three cases mentioned above.
Any help is appreciated.
Thanks in advance!
I have an issue with the record selection.
The issue is, My report datasource is a SQl server stored procedure with startdate and enddate parameters, and I have a few other paramenters created on the report.
State and County. If the user enters State = "MO" and County = "Greene" Or State = "All" and County = "All" It works fine, But If the user enters State = "All" and County = "Greene", Then It will pull all the records, So How can I rewrite the record selection to address all three cases mentioned above.
Any help is appreciated.
Thanks in advance!