Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
laurits
Contributor
Contributor

Clear specific selection in mashup

$( "[data-qcmd]" ).on( 'click', function () {
    var $element = $( this );
    switch ( $element.data( 'qcmd' ) ) {
        case 'clearExceptKommune':
    case 'clearAll':
        app.clearAll();
        break;

})

I am aware of the "app.clearAll" function in qlik sense mashup. I was wondering if there is a way to keep a single selection, and then clearing the rest?

Labels (1)
0 Replies