Post

1 follower Follow
0
Avatar

Dictionary Question

Hello,

I am trying to generate a full Project Specification for a package I have created. This works fine, but I am losing one of my dictionary entries that contains field information.

Bland, Christopher Answered

Please sign in to leave a comment.

1 comment

0
Avatar

The report you're running has a Glossary section, and CaseComplete distinguishes Glossary elements as dictionary entries that don't have fields (kind of weird, but helps distinguish terms and translations from data definitions).

You can see your dictionary definitions by running the Dictionary report. If you want to incorporate dictionaries into the Project Specification reportt, you can make a copy of that Project Specification report template and change

|

$tableGlossary $Name

|

$Description

$if [Aliases <> ‘’]aka $Aliases $endif

|

to

 

|

$tableDictionary $Name

|

$Description

$if [Aliases <> ‘’]aka $Aliases $endif

|

 

 

Permanently deleted user 0 votes
Comment actions Permalink