Book a Demo

Author Topic: Link to specific document published in HTML report  (Read 3137 times)

Jean Somlo

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Link to specific document published in HTML report
« on: June 03, 2014, 05:30:23 am »
Apologies if this is a dumb user question.
I regularly publish models as HTML reports onto our corporate server. I would like to be able to link to a specific diagram within the report from other internal (non-EA) documents I create.

So far I've only been able to link to the main index.html page which displays the default document. Is there a HTML report setting that will generate a unique URL per diagram? I'm getting tired of including navigation instructions inside of my other documents.

I am running EA 11.

many thanks,
Jean

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Link to specific document published in HTML re
« Reply #1 on: June 03, 2014, 09:36:00 am »
Open the advanced bit of the relevant page.
Copy the guid minus the { }
Append the guid to the url
eg.
index.htm?guid=9EBA6EE3-9E63-4b27-835C-79BEA3C34ED3

Jean Somlo

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Link to specific document published in HTML re
« Reply #2 on: June 10, 2014, 05:17:43 am »
thank you!