Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone!
I'm using Qlik Sense Desktop and there is a table the computer tries to render with as a result a calculation timed out error. It's a table cointaing some formulas as the others but it gives me the error previously specified. Is there a way to change the timeout before giving the error so I can get the table visualized in Qlik Sense? I have read you can change the settings in the Settings.ini file that at the beginning shows only
[Settings 7]
in the file. Does someone know which parametersw to add to this file or another way to solve the problem?
Thank you. Regards
in settings.ini as a new row
replace NN with the number of seconds you want; e.g. for 120 seconds:
ObjectTimeLimitSec=120
ObjectTimeLimitSec=NN
With NN being the number of seconds
Before playing around with it I would review the calculations; unless they are really complex, there is probably something wrong with them if Sense times out
also, try to load datas with limit rows in debug mode and check your chart.
Maybe there are some loosen tables and you try to calculate them together in one chart.
Also, try to implement as much logic in your data model as possible so the expression is simple.
Regards
Thank you for the reply.
Referred to this formula
ObjectTimeLimitSec=NN
Where should I put it? In the Settings or the qlikview script?
Thank you.
Regards
in settings.ini as a new row
replace NN with the number of seconds you want; e.g. for 120 seconds:
ObjectTimeLimitSec=120
It worked. Thanks
Please close the thread as solved
Just as a reminder, very long calculations are normally the effect of incorrect/un-optimised data structures or formulas
Sometimes it is necessary to create the app in question again. Not by duplicating it but from scratch.