Hello,
in order to have a better overview of our used tables and fields, I started to create comments for each table and each field, by using
comment <TableName> with 'Comment';
comment <FieldName> with 'Comment';
For fields everything works well. I see the comments within the data model editor and also I can find the comment within the XML header of the QVD.
But I cannot find the comment of a table. Did I missed something?
Many thanks in advance and best regards!