Author Topic: Fetch diagrams from another package in current package  (Read 3429 times)

monicashishodia

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Fetch diagrams from another package in current package
« on: January 03, 2017, 06:26:27 pm »
Is it possible to fetch diagram from another package to current package's documentation?
If so, can anyone please explain how?

I would really appreciate the help.

Regards,
Monica

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Fetch diagrams from another package in current package
« Reply #1 on: January 03, 2017, 06:29:03 pm »
Monica,

I think the only way you can do that is to use virtual documents.
That will allow you to partition your templates into smaller parts, one part for one package, and one part for the other.

Geert

monicashishodia

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: Fetch diagrams from another package in current package
« Reply #2 on: January 03, 2017, 06:35:16 pm »
Hi Geert

Thanks for reply. I have another problem in EA. I am trying to fetch data in a fragment using SQL custom query.The data should come in form of a table which is happening. But the data is in Root-->Child format as below



Col1                Col2
Text For Col1   Text for Col2
Text for Col1   Text for Col2
I want to merge these cells in col1 and display single entry for root data and was able to do it through SQL and now the output is




Col1                Col2
Text For Col1   Text for Col2
                      Text for Col2

But now i have another problem. As it is appearing as part of a table, those empty rows in col1 are appearing as empty rows in table(white empty boxes with black border. I am not able to show here due to lack of formatting). I want to merge these empty cell in form of one. For static data it is happening but in dynamic cols which are generating through SQL on run time, i am not able to achieve this.

Please suggest a way out.

Regards,
Monica

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Fetch diagrams from another package in current package
« Reply #3 on: January 03, 2017, 08:17:25 pm »
Monica,

I don't think there's an option to merge cells automatically.
You'll have to find another way to show your data.

Geert

monicashishodia

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: Fetch diagrams from another package in current package
« Reply #4 on: January 03, 2017, 08:48:46 pm »
Thanks Geert. I will surely look into it.