sense-on-off-switch
Version:
Set a variable in Qlik Sense to true/false using an on-off switch.
25 lines (24 loc) • 405 B
Plain Text
{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true,
"browser": true,
"jquery": true,
"devel": true
}