UNPKG

sense-on-off-switch

Version:

Set a variable in Qlik Sense to true/false using an on-off switch.

17 lines (16 loc) 324 B
/*global define*/ define( [], function () { 'use strict'; return { qHyperCubeDef: { qDimensions: [], qMeasures: [], qInitialDataFetch: [ { qWidth: 2, qHeight: 50 } ] } }; } );