Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create a mask in mashup to forbid click selection?

无标题.png

3 Replies
konrad_mattheis
Partner - Creator III
Partner - Creator III

Hi,

if you use the http://localhost:4848/dev-hub/single-configurator in the dev-hub you can define "disable interaction"

And use that objects.

bye

Konrad

Aiham_Azmeh
Employee
Employee

Hi wadezeng‌,

Konrad is right somehow but, with the capability APIs, in the "getObject" method you are able to set "noInteraction: true", which will not allow, anymore, a user to interact with the chart, exactly like in Single Object, but instead you can do it for each object separately.

Here is the documentation : http://help.qlik.com/sense/2.1/en-us/developer/#../Subsystems/APIs/Content/MashupAPI/Methods/getObje....

I hope this helps,

aiham

Not applicable
Author

Thank you,It can be used.