$( "[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?