Using 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 ArticleHow To know if the object has occurrences copy ?
welcome everybody,I want to know if the object has occurrences copy or not using ArisScript .thanks in advanceForum: Reports & MacrosChoose content type: Ask a question
View ArticleGeneration of reports in different languages
Hello!I want to know how to generate reports from the tool in languages other than English.ThanksForum: Reports & MacrosChoose content type: Ask a question
View Articlechange size of arabic font
Why I can't using larger size with Arabic font in report I used design view and code view but both of them are the sameoutputObj.OutputLn( "دليل الإجراء","Arial", 36, Constants.C_BLACK,...
View ArticleReal time data transfer between ARIS and external application
Hello Everyone, I am looking for use case where external application can invoke ARIS reports/macros? In other words, is there way we can enable two way data transfer between ARIS and other application...
View ArticleHow to set a background color for a cell in Excel?
Hello Everyone, I output report to an Excel file and I need to set background color for the cells. But no matter how hard I try, I can't do anything - background color remains white. I ask you to help...
View Article