How to import Excel file?
Hey all,I need to load an excel file to my report and use the data.I use ARIS 9.8.How can i do it? Thanks alotForum: Reports & Macros
View ArticleCreate file in Macro
Hello Community,I would like to write a macro which can create a file and record the changes on the models. However, I can't create a file with the method Context.createOutputObject since it's a report...
View ArticleProchandbook - skip function that has no objects
Hi,I would like to ask how I can skip functions that have no objects to it so that it will not be included in the report?please see attached screenshot of the template and the result. BR,JulieForum:...
View ArticleFind parent model of an object
Hello Community,I have a question regarding to the retrieval of parent model.If I have a ObjDef now and I would like to get the model to which the object belongs, how should I do that ?Thanks in...
View ArticleSet size of object on model by method "SetSize"
Hello When creating an object on a model from an Excel document, I use the method "SetSize" to set its size. I create object on a model. For its creation I use data from the Excel file. I use this...
View ArticleModify Free Text in Organization Model
Hi all, there is a way to modify massively the free text in a Organizatin Model as show below? Best regardsStefano PullieroForum: Reports & MacrosFile attachments: Modifying Organizational Model.png
View ArticleSecond level in Table of contents does noet work correctly in ARIS 10.0.7
We created a report with a two-level TOC in ARIS 9.8. After importing in ARIS 10.0.7 the TOC is not correct.9.8 shows1. Section 1 ...........................................11.1 Section...
View Articlefind and delete APG Log model
So I need to find the log model for a specific workflow and I want to search for it using the attribute "workflow ID" but want to find only the log model. I'd do that by using the Find() method, and...
View ArticleScript - LocalID error [SOLVED]
Hello Community!i am developing a script and to get the attribute name of an object we need the selected language (localID)var aLanguage = Context.getSelectedLanguage();to get the attribute name:var...
View Articlequestion about getSelectedpath()
Hello Community,I have a question regarding the function Context.getSelectedpath.Before I run the Macro, I have chosen a path where the log data should be saved in, which is Save output as.I use the...
View ArticleHow to check if a model/object is locked in macro and report
Hello Community,I would like to know if there is a function for report or macro that can check whether the selected model/object is locked or not?Thanks in advance! Forum: Reports & Macros
View ArticleHow to Trigger a query from a report
Hi,I wanted to trigger a query from a report, to use it's output. Is this possible?BestForum: Reports & MacrosTags: ARIS Report ScriptingQueries
View ArticleXML Export -> can´t create XML output file
Hello,I use a macro to start a report which create a XML file with some values. The report use the values and create a simple xml file. When I start the debug mode on the report, then everything...
View ArticleDifference between Object and ObjectOcc
Hello Community,although I have used Aris for a while, I am still a bit confused about the difference between Object and Object Occurence. As for my understanding, object is just an object. If the...
View ArticleScript Error Aris Cloud : java.net.URL is not allowed to be created in a...
Dear all,In order to automatically translate Aris text Attributes using google API Translator, I created a script that run efficiently at my customer server, but don't work on ARIS Cloud.This script...
View ArticleSort a ListBox on a Dialog
Hi Everyone,I am busy generating a script that reads the assigned models from a function object. I then have to sort the assigned models manually, to get the sequence in the report in the correct...
View ArticleGo to certain excel sheet
Hello Community,I have a question regarding creation of excel.I have created an excel-table with the standard method"g_logOutput = Context.createOutputObject( Constants.OutputXLS,...
View ArticleUML Script Tagged Values
Hi,In ARIS UML I created "custom" attributes using profile diagram and stereotypes connected to objects from metamodel.But I do not know know to access those values ("tagged values" in properties of...
View Articlesearch Objects in a macro
Hello,i want to create a small dialog in a macro, where the user can search for objects like the original search function from ARIS.The problem of the function searchObjects ( Group p_StartGroup,...
View ArticleReports and scripts : a beginner questions
Hi allI'm just beginning writing some scritpt reports and I have a couple of questions.First, how do you version script sources? I did not see any built-in versioning capabilities for scripts. I was...
View Article