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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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?

Labels (1)
0 Replies