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

qva.set() - documentation where?

In QV9 we were using qva.set() javascript but it is not working in QV10.

This was working in QV9:

function nmSendDataToQV(data) {

    qva.Set('incomingnmwcdata', 'text', data, false);

    qva.Refresh();

}

What do we need to do to make it work in QV10?

0 Replies