Dear all,
I am building a custom report where I need the user to select 2 parameter before reaching report data.
The first report parameter is :
Emailadress : It represent the unique identification for a Customer ( Text Box)
Sector Name : Sector name parameter is a listbox which is populated based on Customer email adress enter in first parameter.
When I run the report, I have on top my Email adress text field where I can enter my email adress. The second parameter is grayed out because listbox is not populated yet.
My issue is that in order to populate the list box, I need tio press my Enter key on my key board in order to get list box populated. But by doing so I get first an Error message sausing that I need to provide Sector name value from the list box.
At the end it is working, but it is wierd to get the error message before selection.
Is there a way to either Autovalidate the Email text box or having a Validate button, which will then populate the listbox without erorr message first ?
I am using Report Builder
Thnaks for tips