Getting (and setting) the list of values define for an attribute in the method
Hello Community !!I'm looking for code that could extract the list of values (and perhaps associated symbol) defined to fill a attribute, as defined in the method.And to go further, a way to set this...
View ArticleSCHEDULED REPORTS MISSING
<p>Hello. I am currently learning how to use ARIS and have reached the Administrator Essentials course, but I have encountered a few problems. One of the hands-on labs requires me to create a...
View ArticleSimple algorithm to remove duplicates from an array with occurrences of the...
Hello Everyone, I have an array of several eponymous occurrences of two (for example) definitions. How do I remove all duplicates with the same object name from the array? Aristata.Unique does not work...
View ArticleNullpointerException when trying to use UserGroup Methods
Hi,I have a Report in which I have an Array of UserGroups and I would like to get the Groups UserList, but I always get a NullPointerException when trying to do so.Using Methods inherited from Item...
View ArticleExample of AssignedModels()
Hi,I am working on a report (script) to list models, objects and all assigned models to def&occ objects within the listed models. I know I should be using the AssignedModels() method but can't seem...
View ArticleUsing JavaScript Maps in ARIS Script
Hi,I am trying to use a Javascript Map in a Report, but when I try to create a Map like this:var newMap = new Map([ ["key",value] ])I get "ReferenceError: "Map" is not defined."How can I use...
View ArticleError "Dialogs is not defined"
Hi,when trying to use Dialogs objects in my ARIS Scripts it keeps telling me "Dialogs is not defined".I cant even get a Dialogs.MsgBox("Hello World!") to run at the moment.Do any of you know the cause...
View ArticleARIS Script freezes
Hi,when I try to use Dialogs.BrowseArisItems ( String sTitle, String sDescription, String sServerName, int itemKind ) my Script ends up freezing and I cant even click the "Stop" Button, because the...
View ArticleProcess analytics, dashboard and queries
Dear all,I'm progressing in Process Management in ARIS and I'm looking for 2 kinds of table reports1) List all EPCs under a group what ever the level and add some attributes like Author, Reponsible,...
View ArticleFind AttrTypeNum
Hi,I dont know why, but I just cant find a list of all AttrTypeNum in the ARIS Script help. I need it to use Database.find() though... Can anybody help me with a link?Kind regards,BennetForum: Reports...
View ArticleModel info via group- fix code
Hello all,Could you please tell me how to run this report ,https://www.ariscommunity.com/users/erickr/2012-01-14-adjusted-idss-model-info-group-reportbecuase I faced the following error when I run it...
View ArticleHow do I cancel or stop a Report mid-execution?
Hi, the Subject basically says it all.I am trying to stop or cancel a report mid-execution. Have you done so before and if so, how?Kind regards,Bennet Forum: Reports & MacrosChoose content type:...
View ArticleARIS Report include common js
Dear all,I am very new to ARIS and I am diving immediately into a problem. I am using ARIS 10.I am rewriting a old report, where I want to put some shared methods in a seperate JS common file....
View ArticleSeach models in specific group and sub group
Hello Community !!I would like to search models regarding :1. The name and the Type Number of a model var searchItem1 = db.createSearchItem(Constants.AT_NAME, nloc, "L0*", Constants.SEARCH_CMP_EQUAL,...
View ArticleSetting the outputfilename of a wysiwyg Report ?
Hiis this possible and how ? I want the wysiwyg report output file to be named my_report_name.pdf instead of report.pdf Thanks !MBForum: Reports & MacrosChoose content type: Ask a question
View ArticleSchedule exported data?
Hi,Is it possible in Aris to schedule a data extract of all models/objects within a group, including attributes? Ideally the file would be Excel or CSV and would either save to a network drive or be...
View ArticleAttaching report data to email
I've successfully got email working within a report script, using the mail class that has been posted on these forums.The next challenge is to take the data that the report is generating and add that...
View ArticlePowerBI vs ARIS API
I'm investigating PowerBI reports vs the ARIS Connect REST API in order to present key results for our model numbers, freshness, group hierarchy, model types &c. However, I'm getting stuck on...
View ArticleUsing Aris Rest API : a working example
Here is a working code snippet showing how to use Aris (Enterprise Version 10SR19 ) Rest API. I had to perform numerous searchs to make it work, I guess this may be useful to others.Note the user...
View ArticleTesting memory performance of a script ?
Hello guys, In SoftwareAG document "REPORT SCRIPTING - BEST PRACTICES" , it is written in bold in the introduction :"Completed reports should always be tested on their memory performance and...
View Article