Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can a new record be added?

Hi,

I want to add an "All" option to a drop-down control. Meaning, on top of all records that return from the database I want to add an "All" record- Is this possible?

Thanks

1 Reply
Not applicable
Author

Hi

As you could create an ALL record in your SQL query by using UNION or add such a record to a QV table it will break the QV logic of what to display.

Assuming a list box, as long as you do not select one or multiple entries from the list all possible entries will be shown on a white background and will naturally represent the "All" selection.

By using an ALL entry you would need to add logic for the proper handling in your data.

Regards

Jürg