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 - Rodrigo Nunes

Pages: [1]
1
Bugs and Issues / Re: CSV Import & Preserve Hierarchy
« on: April 02, 2018, 11:30:04 pm »
try using direct numbering in Excel.I did it once, erasing the numbering placed by EA and it worked. I used the CSV_PARENT_KEY and CSV_KEY columns with my self-enumeration

2
General Board / Auto-numeração de elementos iguais
« on: March 10, 2018, 01:29:39 am »
Amigo, alguém pode me explicar porque o fabricante não permite a auto numeração de elementos por esteriótipo e não pode elemento base, tenho o elemento requisito que desejo utilizar auto-numeração para elementos do tipo "regras de Negócio", no entanto como utilizo o mesmo elementos base para requisito funcional e regra de negócio, não consigo uma auto numeração de forma independente. Isso é possível? Alguma previsão dessa funcionalidade?

3
General Board / Re: Auto Names and Counters...
« on: March 10, 2018, 01:26:22 am »
Guy, as far as I know this auto numbering feature, it only respects the base objects, ie just the types (class, requirements, actor etc ...). We have asked the community to adjust this feature so that any stereotype can be auto numbered.

4
Suggestions and Requests / translation by EA
« on: March 01, 2013, 12:03:32 am »
Does anyone know if you can say the translation by EA. I'm generating an RTF document and would like to translate it. is possible?

5
General Board / Re: Creating RTF Report based on SQL Query
« on: May 21, 2015, 06:39:55 am »
Just does not work very well when you use t_object.Package_ID in (# Branch #), it displays an error and close.

6
see if it helps with this query. :)

select top  10 t_object.Author, t_object.Object_ID, t_connector.Name from t_object
inner join t_connector
on t_object.Object_ID = t_connector.End_Object_ID

Pages: [1]