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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

noInteraction in Mashup

Hi community,

i have this line of code in my mashup

<div id="QV02" opt=nointeraction style="position: absolute; top: 50px; left: 320px; width: 400px; height: 200px;" class="qvobject"></div>

but i can still interact with this chart on the webpage and in preview.

where is my fault, hope u can help

-Eric

21 Replies
Anonymous
Not applicable
Author

If we put a pie chart at QV02, and then the pie chart will not interact on the mashup page, is it right?

Thanks!

app.getObject('QV02','SQzYvHD', {"noInteraction": true});

Not applicable
Author

Hi,

I used this so i can click and link to another page. And yes with the nointeraction true u just have the chart with no selection,etc.

u can also check out single configurator. There u can get the url with these options.

Also there are

disable selection

disable interaction

and disable animation.

  • Disable selections: turns off selections. Corresponds to the noselectionsoption in the URL.

    The Disable selections option is, by default, disabled in the Single configurator.

  • Disable interaction: turns off all interactions, like selections, tooltip and paging. Corresponds to the noInteractionoption in the URL.

    The Disable interaction option is, by default, enabled in the Single configurator.

  • Disable animation: turns off animations. Corresponds to the noAnimate option in the URL.

(copied from help.qlik.com in Single configurator https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/Dev-Hub/Content/SingleConfigurator/dev-hu...)