Book a Demo

Author Topic: Exclude Package Query and Script  (Read 4371 times)

charlyprg

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Exclude Package Query and Script
« on: December 08, 2016, 06:36:56 am »
Hello Everyone,

I create a new template "ADMCFC" and I try to exclude a Packages from the report.

My Project Browser content the next Packages:

EMPRESAPRO (Root)

REGRAS DE NEGĂ“CIO  (Package 80)
     Comuns  (Package 81)
     ADMCFC  (Package 82)
     ADMPRO  (Package 83)

REQUISITOS  (Package 90)
     Comuns  (Package 91)
     ADMCFC  (Package 92)
     ADMPRO  (Package 93)

I use the next Query in Options dialog | Document Options Tab | Filter > Except Where Query Excludes Package.

SELECT
t_Package.Package_ID
FROM   t_Package
where t_Package.Package_ID IN (83, 93)

When I Generate the Documentation with this template in the Root (EMPRESAPRO) and the same Query in Generate Documentation | Options Tab | Filter > Except Where Query Excludes Package, the Packages that I exclude (83,93), appears in the report.

Anyone, can explain to me this option?

Thanks!!!
« Last Edit: December 08, 2016, 06:52:22 am by charlyprg »