How to add additional filter to the Inclusion text file of HTML Schema Doc Generator report? Parameters were entered for the following filters in the file, however, the report is not using these filters:
STARTWITH:'A%'
Place the filter criteria after the commented section of file and do not use quotes to enclose the criteria as such:
STARTWITH:A
The above will show all tables with name starting with 'A'. Filters are combined with "OR" in this file.