EP

Hi all,

im relativly new Aris user and im trying to create a report extracting some attributes from EPC row display model into excel.

i have it in model level and i wonder if there is a way to made some changes and extract it per group?

the report is extracting following data:

 - model name

 - object name

 - object description

 - organizational unit/ application system type

 

any help would be great.

thanks in advance.

 

by Eva Klein
Badge for 'Community Team' achievement
Posted on Wed, 10/26/2011 - 12:40

Hi Eyal,

welcome to the world of ARIS reporting;-)!

What I need to know is: are you creating a report by scripting or using the WYSIWYG editor?

I'm not sure what you want to know. Can you please explain what you exactly mean?

Do you want to start your report on group level?

Regards

Eva

 

0
by Eyal Perez Author
Posted on Wed, 10/26/2011 - 12:53

thanks for the fast rewply Eva and for the welcoming :-)

i have a report which run per model extracting the data described above.

i need to apply it to a large amount of flows and i wanted to know, if i can somehow by coding make it run iterativly on all models under a group/ sub groups.

im using Java script.

thanks again

0
by Eva Klein
Badge for 'Community Team' achievement
Posted on Wed, 10/26/2011 - 13:03

You're welcome :-)!

Yes, that is possible for groups in the following way:

var g_nLoc = Context.getSelectedLanguage();
var oSelGroups = ArisData.getSelectedGroups();
 
for(var i=0; i<oSelGroups.length; i++){
    var oModels = oSelGroups[i].ModelList();
    for(var j=0; j<oModels.length; j++){
       var oModel = oModels[j];
       //output of the attribute values.....
    }
}
    

I hope this will help you. If you have further questions please feel free to ask me.

0
by Harry Ratia
Posted on Thu, 10/27/2011 - 09:52

Hello Eyal,

 

Additionally to the change in the script code itself suggested by Eva, you will need to change the context of the script in the script properties to capture "Group" as well as "Model":

 

Also, the above suggestion of code will look in the selected groups but not in the subgroups of those. You would need to include a piece of code to take care of that bit:

 

    // iterate through oChilds1

    var ochilds1 = null;

    var ochilds1obj = null;

    var i4 = 0;

    ochilds1 = oSelGroups1obj.Childs(true);

    for( i4 = 0; i4 <= (ochilds1.length - 1); i4++ ){

      ochilds1obj = ochilds1[i4];

      - - - - - - - - - - - - -

 

Alternatively, you can use the "Find" functionality - select a group where you want the search to begin and look for all models (possibly restrict the model type) in that group and its subgroup. The result of this action will give you a list of models that can all be selected. Now you can run your script on all these models, without needing to change the context in the script to include "Group".

 

I hope this helps 

Regards    / Harry

0
by Vera Abreu
Posted on Tue, 04/17/2012 - 00:30

Hi,

I'm a new Aris user and i don't know how to create/programme a report.

Do you have the source code of this report?

Thanks.

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock