AC

Hello all,

I have some problems with the table inserted in the Dialog. The first column in my table is checkbox. I created the button "choose all" which marks all checkboxes in the first column as "true", but only once! When I click a second time - nothing happens.

Function example:

this.PUSH_BUTTON_REL_ALLASPECTS_pressed = function() {
    var relObjects = this.dialog.getDialogElement("TABLE_REL_OBJECTS").getItems();
        
    for (var row = 0; row < relObjects.length; row++) {
        relObjects[row][0] = "true";
    }
        
    this.dialog.getDialogElement("TABLE_REL_OBJECTS").setItems(relObjects);       
}

 

Thanks!

by Tricarico Romain
Posted on Wed, 09/23/2015 - 18:31

Hi,

Could you please try to replace "true" by 1 in your code.

For me it works (Aris 7.2).

Best Regards.

 

0
by Ilya Seletkov
Posted on Mon, 07/22/2019 - 09:34

Hi. "0" and "1" are correct content for boolean cells in dialog table. "false" and "true" are not. Tested in ARIS 10.

Hope, this helps somebody.

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