Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
SimonDB
Contributor III
Contributor III

Reload button generates a "Reload in progress" error

Hi,

I have a button object on my sheet which sets 3 variable values then runs a reload of a very small script which is basically an IF statement based on the variable values. Every time I use it it performs as it should but I get this error message at the end. I've tried with full and partial reloads and get the same outcome.

SimonDB_0-1657013339365.png

Is there a way I can suppress this message or is there something I can do to stop the error?

Thank you

9 Replies
MartW
Partner - Specialist
Partner - Specialist

does this happen when you reload the app via the script editor as well?

if not you can try and add the variable one by one and see if stuff changes.

 

also you can share the script. it will be a bit easier to help debugging

Marco85
Contributor
Contributor

Hi.. i've the same issue in my app..

i've a scheduled task that LOAD some data from SQL tables..

and 2 buttons that set some variables and then make a PARTIAL RELOAD with a very simple script to store the variable value in another table with a simple ADD LOAD * INLINE...

Here the screen of the script

Marco85_0-1680885152934.png

 

i don't understand where is the issue but every time i press the start button i receive this error.. 

 

Marco85_1-1680885262778.png

 

The strange thing is that the values are correctly stored in the table. because after pressed the button i can see the value in my table.

so it means that the ADD LOAD script works..

the stop button work in a very similr way but in that case not always receive the error..

just sometimes..

 

could someone try to help me?

 

thenks in advance.

 

 

 

anat
Master
Master

can you use REPLACE instead of ADD LOAD

Marco85
Contributor
Contributor

i just tried but the issue is not solved.

and with REPLACE i've another problem.. at any pression of the button i loose the previously data stored and can see only the lasts..

Marco85
Contributor
Contributor

any idea to the possible cause?

i'm trying to identify the issue with development tool but can't understand..

i can see that there are a couple of error before the RELOAD IN PROGRESS but i'cant understand if it could be the cause..

Marco85_0-1681735909910.png

 

I noticed that this error occures when i set a variable in a button action or a load script and the same variable in some conditional of different object visibility..

in that cases i receive the error..

For example just to clearify:

if i have a button that make theese actions:

1) set a variable (v_in_progress=1)

2) make a partial reload

3) set a variable (v_in_progress=0)

 

and have a container for the button with a "conditional visibility" based on that variable (v_in_progress)

after press the button the script seem to load correctly but at the end i receive the error message..

---

If a remove the variable set from the action or remove the conditional visibility the error disappear..

 

please help me to understand the why... i don't know how to avoid the situation but i need to have a conditional visibility for my objects in the sheet for a better user interactivity.

 

rnorris
Partner - Contributor III
Partner - Contributor III

Hi, did you ever solve this? I'm facing the same issue. I've done the simplest version of what I'm trying to do that I can think of, and it still throws this error. 


rnorris
Partner - Contributor III
Partner - Contributor III

After much frustration, I've found that having anything after the 'reload' action causes it to throw the error. That's not to say that's the only thing, but no matter how innocuous a statement you add after the reload, it will cause it to error. 

Obviously, this makes it difficult if you want to display some message while it's reloading and then change it when it's finished, because you need to set the variable after the reload. We've been trying out setting this in the backend, in the partial reload script.

This isn't a great solution though, because you still randomly get the error sometimes. (Although, I'm sure there's some method to the madness, somewhere). 

Be great if there was an option to change the text in the error message, that would solve about 98% of the problem. 

Luck_Gutiérrez
Contributor
Contributor

I got the same error. I solvetd it changing the order to realod fist to asign value to variable, of course this doesnt' is what I need because i need to push botton twice to store de value. After I reorder de acctions in de correct order and the error does not appear again. Regards.

MariB
Employee
Employee

@Luck_Gutiérrez , you are exactly right.  If you move the reload button to be the first action, the error dialog goes away.  Wonder if there is a way to suppress the dialog since having it run before the values are set doesn't accomplish what is needed.