trueChart Help

How to: Custom Trigger (with Parameters) in QlikSense

For a custom trigger created in Button+, parameters can also be passed to objects when called in the JS code. These parameter objects can then be used within custom actions using the possible parameter of the custom action.


Step-by-step guide

  1. Create a custom action in Cell Actions or with a menubar button, like this


  2. Perform now the defined custom trigger with a button click or based on other triggers (page load...)

    HiCo.performCustomTrigger("myGoToNextSheetTrigger", {myData: "myValue"});