Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
chinmay7
Contributor II
Contributor II

Qliksense mashups

Hi,

I have started working on Qlik sense mashups.I have gone through all the required information before starting the mashups.

Visited help.qlik site but i did not information in detail about about mashups.

Kindly provide me the correct material and help.

Let me know form where should i start.

things i have seen until now.

-Dev-hub (Sample mashups)

-HTML, css, java

-How to bring Qliksense object in mashup.

now my task is to implement clear all fields button in existing mashups.

Help me provide neceasry code for css,HTML,java.

thanks

3 Replies
Wuzhong_Zhu
Former Employee
Former Employee

+1 for Vladimir's videos. Those videos are pretty good for beginners.

For clear all fields, You can use

app.getObject('currsel', 'CurrentSelections');

or

clearAll in app API

https://help.qlik.com/en-US/sense-developer/3.1/Subsystems/APIs/Content/MashupAPI/qlik-app-interface...