Hello Everyone...
I'm trying to make summary page in my report. please help to solve this problem.
Is there any way to create summary page in ARIS Report Script.
or when I click content of summary page then it will relocate me to actual page of contents.
below attached file for reference.
Thanks,
Gautam Singh.
Martin Schröder on
Hello Gautam,
from your description I am not quite sure what your goal is, but I assume you want to
a) get a link to a model in Connect
b) assign it as a hyperlink to the model name in your report output.
For a) there is no built-in method but you find a script solution here
BTW your screenshot shows a link to the model opened in the Connect Designer model editor (the /thinclient/ part of the URL). For all audiences you would prefer the Connect Viewer perspective ( /item/ in the URL).
For b) use the report script method OutputLink
(s. Script Help <yourdomain>/abs/help/en/script/ba/#/home/r_O_StandardOutputObject_outputlink1/en/1 )
getLinkConnect() is my adopted version of getLink() from the above solution.
Regards, Martin