Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Qlik sense Widgets

Hi all,

Widgets contain only HTML and CSS files can be used to add simple functionality in qlik sense app.like clear button,forward,backward button and all.

But what exactly data binding is.

How data binding and hypercube differs.

Regards,

Deepak

3 Replies
lakshmikandh
Specialist II
Specialist II

Qlik Sense and widgets use AngularJS. To understand how data binding in widgets works, you must also understand the basics of data binding in AngularJS.


Please have a look at this links this willhelp you in understanding the Databinding and Hypercubes better


AngularJS


https://help.qlik.com/en-US/sense-developer/3.1/Subsystems/Extensions/Content/Widget/widgets-data-bi...


https://help.qlik.com/en-US/sense-developer/3.1/Subsystems/Extensions/Content/Widget/widgets-data-hy...


Thanks,

Lakshmikandh

deepakqlikview_123
Specialist
Specialist
Author

Hi,

Thanks for the response .You mean for binding data and creation of hypercube we can use angular JS .Without JS it is impossible to maintain those functionalities.

Please correct me if i am wrong.

Thanks