Results 26 comments of Matt

(notes from #506) **Is your feature request related to a problem? Please describe.** > Allow user to manage output reports from a tree view for things like copying to PDF...

This is why I only want it as an option I have to choose to active.

Also, consider adding a member type filter so that I might be able to filter by members in QDDSRC that are DB only members. For instance, KRN*.SQL. This would prevent...

That list could be converted into a REGEX like such `PRP00D.{4,}|PRP00C.{4,}|...`. You know that object names given for members will only be 10 long and querying the SYSPARTITIONSTAT for those...

Oh, wait I realized you are not using the system catalogs for a lot of the member operations. But a query against the member DB source you have would still...

New item I ran into today, on a member filter if I don't use 'MEMBER*' pattern the toll will not find my member. That's because of the use of like...

So I believe if you change the query for filter listing to this pattern then it will work for a simple selection and for a list. "SELECT (b.avgrowsize - 12)...

Where ${library} can be a single value like 'LIB' or a regexp like 'LIB1|LIB2|LIB3' or '^LIB'. Same with the ${file} an ${member} and then its up to the user to...