I have a lot of queries that have to be duplicated depending on the user context.
My typical route is to create the base set finalise it then duplicate all of the items.
Where my pain arises is when I need to add something across all of these queries (eg auto update conditions).
If I have 15 queries then this quickly becomes a PITA.
I'd like to be able to select multiple items and then add a value to the settings across them all, it would save me a huge amount of time and it would reduce my potential for errors (or speed up the rate at which I can create very consistent errors...)