March 2018
Beginner to intermediate
514 pages
13h 11m
English
Furthermore, if you require a very special component that is not available by default within Qlik Sense, you can easily embed your own AngularJS code and control how the property is set. Bear in mind that this is very advanced stuff, but to illustrate how this can be built, see the following example:
MasteringQSAngularComponent: { label: "AngularJS Component", type: "string", component: { template: '<div class="VizlibFilter-proppanel-title">{{label}}</div>', controller: ["$scope", "$element", function(scope, $element){ scope.label = 'Hello there' }] } }
This results in a fundamental text template:
Read now
Unlock full access