1
General Board / Re: Modelling attribute dependencies for an ETL pr
« on: May 03, 2011, 01:06:27 am »Quote
I prefer using the "link to element feature" with the trace relationship because it shows the data flows graphically between table and databases.
Of the two solutions, that's what I like most too, because it contains the data "two ways".
But for now, I after experimenting some more, I don't manage to properly document them either in RTF or HTML
To be honest, the output format RTF/HTML is not crucial, but I need "some" way of spitting out a report to document the system
1 - RTF:
I can report on connector linked features, but I can only show the name/value/stereotype and type. And I don't see a way to override the "value" evalution to not show as "<<column>> ColumnName" but instead show the owner table.
2 - HTML:
The tags that can be used seem to be very limited.
As per the documentation (http://www.sparxsystems.com.au/downloads/resources/booklets/reporting_uml_models.pdf), the "link item" section has no tags for showing any connections with their linked elements; and neither has the "content - attributes item".
There is a way to document tagged values on the attributes (cfr. Geert's solution), but that just documents as (for example) "<<column>> ColumnName>>" (omitting the owner table) as described earlier. And again, I don't find a way to adapt the behaviour of the #TAGS# structure.

)