Book a Demo

Author Topic: Tagged values on table and columns  (Read 3595 times)

Hocky

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Tagged values on table and columns
« on: November 25, 2014, 11:59:16 pm »
I'm trying to model a data warehouse data flow from source system --> domain model entities --> dimensional model (kimball style) --> cube.
(or entity and attributes if not possible)

I need to add tagged values to the stereotype table and its underlying columns.

How can I do this?

It's probably something trivial but Im new to the tool :)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Tagged values on table and columns
« Reply #1 on: November 26, 2014, 01:20:57 am »
Use View/Tagged Values. Select the element/column and add new TVs with the New Tagged Value icon.

q.

Hocky

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Tagged values on table and columns
« Reply #2 on: November 26, 2014, 03:19:40 am »
Thanks for your reply!

I did forget in my initial question that I want a predefined tagged value type connected to the stereotype. And I want to add new sterotypes so I can add styles and colors to them.

Example:

I want to add a stereotype called "Dimension" based on the table stereotype

On the "Dimension" stereotype I want a tagged value drop down list  SCDType=1;2;3

On the columns of the "Dimension" stereotype I want to add a boolean tagged value Visible=true;false


Sorry for the confusion!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Tagged values on table and columns
« Reply #3 on: November 26, 2014, 06:01:04 am »
In that very window click the Default TV Types and therein the Help button.

To define own stereotype you need to create your own MDG (which is a bit of a work). You might eventually suffice with Template packages where you can define elements in appearance and added TVs.

q.