Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: survex on December 10, 2014, 03:32:45 am

Title: How to exclude objects from documentation by SQL?
Post by: survex on December 10, 2014, 03:32:45 am
Say I have a package XXX with two inner packages bar and foo:

XXX
- bar
- foo

I want to exclude package foo from documentation report: Options > Except where Query excludes: select * from t_object where name = 'foo';

But anyway package foo goes to the report.

What am I doing wrong?