Hi
I have a prompt department name which has the list
MECH
ELECT
ELECT
COMP
There are three cases in the above for selecting the records from the dept table
1. The user can select only one department MECH in that case only the records related to MECH are displayed.
2. The user can select multiple departments say MECH, COMP in that case the records related to both the DEPT are displayed
For the above two cases we are using the prompt with type inlist so that multiselection is taken care
But I have third case where the user will not select any department from the prompt but directly runs in that case
all the records from the entire dept table will be shown.
But when i use prompts it will not allow me to run until i select atleast one value from the list. How do i address this. (I don't want to select all the values from the prompt as i have a requirment where i may have 100records in the dropdown list of the prompt eventhough in this example i have shown only 4 values )
regards
khobar
I have a prompt department name which has the list
MECH
ELECT
ELECT
COMP
There are three cases in the above for selecting the records from the dept table
1. The user can select only one department MECH in that case only the records related to MECH are displayed.
2. The user can select multiple departments say MECH, COMP in that case the records related to both the DEPT are displayed
For the above two cases we are using the prompt with type inlist so that multiselection is taken care
But I have third case where the user will not select any department from the prompt but directly runs in that case
all the records from the entire dept table will be shown.
But when i use prompts it will not allow me to run until i select atleast one value from the list. How do i address this. (I don't want to select all the values from the prompt as i have a requirment where i may have 100records in the dropdown list of the prompt eventhough in this example i have shown only 4 values )
regards
khobar