Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a simple Javascript function that runs on a click of a button to set a variable -
function SetVar()
{
var v = ActiveDocument.GetVariable("vBookmarkList");
v.SetContent("123",true);
}
The above function works perfectly in the non- webview mode but does not work in the webview mode. Do I have to do anything extra in order enable this Javascript function in the webview mode? If this not possible, is there a way to toggle the desktop application in and out of the webview mode?
Thanks
Hi Ioannis, thanks for the reply but could you please elaborate more? What am I suppose to be looking for in the linked thread? I am not a seasoned qlikview user.