Book a Demo

Author Topic: List of valuable domains  (Read 6179 times)

Charles

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
List of valuable domains
« on: May 31, 2018, 12:53:21 am »
Hi!

Is it possible to create a list of valuable domains from the diagram of domains?

Thank you!

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: List of valuable domains
« Reply #1 on: May 31, 2018, 04:24:13 pm »
You'll have to give us a bit more I'm afraid.

Currently I wouldn't know what you are talking about.

Geert

Charles

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: List of valuable domains
« Reply #2 on: June 01, 2018, 12:02:51 am »
Hello!

The first image it's my package with the valuable domain. I would like to have a document pdf with a list of this valuable domain (image 2). The result is the third image. It is possible to have only one table for all my valuable domain and not one table for each valuable domain?

Sorry for my english.... :)  Thank you for your help!







Charles

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: List of valuable domains
« Reply #3 on: June 01, 2018, 04:20:09 am »
I found the solution. I have to delete the table in the model and I have to keep only the code...

However, here is my pdf document (image 1). It is possible to generate a pdf document where various domain follow each other on the same page? not each page for only one domain.. (image 2)

Thank you for your help!





Nizam

  • Prolab Moderator
  • EA User
  • *
  • Posts: 320
  • Karma: +15/-2
  • Model Sharing - Simplified
    • View Profile
    • Professional Model Collaboration
Re: List of valuable domains
« Reply #4 on: June 01, 2018, 08:48:32 am »
You are using the 'heading' for the Element.Name property, and I assume your heading has a new page delimiter.

I'd suggest to remove all formatting in your test2 template and regenerate. Then start applying the required formatting.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: List of valuable domains
« Reply #5 on: June 01, 2018, 03:50:45 pm »
I would even go further and advise to start with a completely blank template.
You never know what filters, bookmarks or whatnot is hiding.

Geert

Charles

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: List of valuable domains
« Reply #6 on: June 01, 2018, 11:31:39 pm »
Hello! Thank you for your answers!

I have a last question. The list of my report is classified in order alphabetical by the description (Dépotoir, Feu de forêt, Industrielle etc) (Image 1). However, I would like that the list is classified by the value (0,1,2,3,4 etc.). I was thinking to have found with the sorting of the image 2 but nothing works...

Thank you for your precious help!



Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: List of valuable domains
« Reply #7 on: June 02, 2018, 03:13:33 pm »
Clicking on the header will only change the order in the dialog, not the real order in the project browser.
Use Ctrl+arrow to actually move attributes.

Geert

PS. It looks like you are modelling classes and attributes where conceptually you mean Enumerations and Enumeration Values.

Charles

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: List of valuable domains
« Reply #8 on: June 04, 2018, 11:04:08 pm »
Thank you!

Is there a faster method? With more values, the task will be long.

Otherwise, ca i change names (Dépotoir, forêt etc ec) for the value initial (ex: 1, 2, 3, 4, etc) in the project browser?

Thank you for your precious help!!

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: List of valuable domains
« Reply #9 on: June 05, 2018, 04:27:30 am »
The only faster method I know is to write a little script that will do the ordering for you, based on the initial value.

Basically your script would need to
- get a lis of all attributes, and order them by their initial value
- iterate over the ordered list and for each attribute
  - set the position value for each attribute
  - save (Update()) the attribute
- reload the model to make the position changes visible in the project browser (RefreshModelView())

Geert