Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a pivot-table chart that displays Turnover data filled into tables using Dynamic Updates, after clicking a button on the sheet.
The chart works fine when I click the button from within the application. However, when I do the same from the browser, the chart displays "Processing Turnover" and hangs like that for over an hour until I close the browser.
Has anyone experienced such an issue before? I hope that someone can help me solve this problem.
Thank you.
Has Dynamic Data Update been enabled on the server?
Hi Peter,
Actually the 'Dynamic Update' has been checked already on the sheet tab in the settings of the qvw document. Should I check anything additional ?
The weird thing is that the application was working perfectly before.
Thanks
Check QMC->System->Setup->QlikView Servers->Your QlikView server->Security->Miscellaneous->Allow Dynamic Data Update.
Has it been enabled?
Allow Dynamic Data Update is already enabled too.
If you feel you got the solution for your issue,please close the thread by clicking "Correct Answer".
Just to clarify things further. the button that I click on the sheet runs a module that inserts the data into a table in the schema. I wonder if this requires the "allow system access" option to be selected in the modules IDE in the application. Currently the settings are attached below in the snapshot.
AFAIK Dynamic Update works if you add an action to an object and select action type External->Dynamic Update.
Dynamic Update will not work if you try it from a macro, because most macros (all client side macros and most server-side operations as well) do not work in a server environment.
I was trying different scenarios in the past few days. I ended up with one result..
If I take a copy of the application and rename it and try to limit access to only my username, everything works fine.
While the original copy which is accessible by many people still has a problem, and obviously if I run the process there it won't work.