Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We upgraded to Qlik Sense Enterprise November 2022, and when entering the debug mode in load script, stepping through rows, there is no display of the current statement. The box marked with red arrows in the following image is gone. Is it a bug? A feature? Something that I did wrong?
I have the same problem.
It seems a bug: if you hide all the three debug windows (Outputs, Variables, Breakpoints) you should see the missing box over the script...
I have the same problem.
It seems a bug: if you hide all the three debug windows (Outputs, Variables, Breakpoints) you should see the missing box over the script...
Thanks, well spotted! By injecting CSS (with third party browser plugin, not Qlik related) I can make it visible.
.scripteditor-main .next-line-container {
z-index:9999;
bottom:300px;
}
Hi, the February 2023 release (I tested only a pre-release) should solve the issue!