Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kasiakkasiak

Pages: [1]
1
Uml Process / Re: UML Profile to extend table column
« on: July 28, 2017, 12:13:53 am »
Thanks for the idea. Unfortunately I've tried it already and it does't work ("Sync Tagged Values and Constraints" does nothing). I also tried to add second stereotype  (like Stereotype: column, myStereotype) but it doesn't work also :/

Is there anyway to add a tagged value to all of the columns in a diagramm at once?

2
Uml Process / UML Profile to extend table column
« on: July 26, 2017, 06:48:49 pm »
Hi everyone,

I am currently trying to add some default Tagged Values to columns in tables in my datamodell. ยด
I am able to create profile which extends Attributes in "Class" objects, but I am not able to extend colum in a table.
Do you know what metaclasses/elements do I have to use to extend column?
My goal is, that every column in my modell would have some default Tagged Values.

Thanks,
Kasia

3
Hi,

I am tranforming my logical data model to physical data model using standart built in DDL Tranformation.
In this transformation all of the Attributes from a logical Class are transformed into Columns of the physical table
(%list="Attribute" @separator="\n" @indent="  "%). How can I change this code to omit some attributes containing certain names. For example
I have Class "Customer" containing Attributes "First_Name", "Last_Name", "System1_Code", "System2_Code".
After DDL Transformation I'd like to have a table without Attributes containig "Code" in the name.

Thanks,
Kasia 

Pages: [1]