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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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?

Labels (1)
0 Replies