Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi to everyone,
After upgrading Qlik Sense for Windows to the release May 2026 Patch 3, when I try to open the Load Script for any published app, I can't. The option "Load Script Editor" is missing. This option was present for the release Nov 2025 Patch 6.
I tried to create new rules to permit it with no luck.
I know, that the way can be to duplicate the app, and see the script, but I would like to know if this behaviour was set by design, and any workaround can't be set via security rules, or so on, or if it's possible.
Was anyone able to set the behaviour I'm missing? if so, can you explain me how to set it?
Thanks in advance
Thanks
First this should be on Discover Learning, but there's no way to select that for help. That's not what this ticket is for though, that's just a bonus.
I am logged into my US Navy Flankspeed email account and am getting the error "This activity cannot be accessed from your account." when attempting to access 'Qlik Sense Qualification Exam – Business Analyst 2025' which is linked from the 'Qlik Sense Qualification Exam – Business Analyst 2024' under the NAVSEA trainings.
Hi,
We have QlikView Server and QlikView Desktop installed on a Windows Server 2022 machine, which we access via Remote Desktop.
Earlier this year, I upgraded our QlikView installation from May 2023 to September 2025 SR1. After the upgrade, I noticed that QlikView Desktop had become extremely slow and unresponsive.
When QlikView Desktop is started, the menus and the application itself initially seem to work normally. However, as soon as I open a QlikView document, the application becomes very sluggish. On AccessPoint everything works fine.
For example:
- Clicking the QlikView > About menu can take 2–4 seconds before anything happens.
- Right-clicking an object on a report can take several seconds before the context menu appears.
- Scrolling in list boxes is very jerky and noticeably delayed.
- In general, there is a significant delay between clicking something and QlikView responding.
At the time, I did not have time to investigate the issue further.
Today I uninstalled QlikView Desktop and installed the May 2023 version again. The performance immediately returned to normal. When clicking objects or menus in a QlikView document, everything responds almost instantly.
I then upgraded QlikView Desktop to May 2024 SR1, and the performance was still normal.
After that, I upgraded to September 2025 IR, and the performance problem immediately returned.
So far, my testing looks like this:
- May 2023: Good performance
- May 2024 SR1: Good performance
- September 2025 IR: Very slow / significant UI delays
- September 2025 SR1: Very slow / significant UI delays
- September 2025 SR2: Very slow / significant UI delays
I have also disabled the antivirus temporarily, but this did not make any difference.
Has anyone else experienced similar QlikView Desktop performance or UI responsiveness issues with the September 2025 releases?
Hi there,
I have a question about whether it’s possible to assign one bookmark to a specific user.
The idea is that I have one page containing data from all branches. What I want to do is create a bookmark for each branch and assign each bookmark to the corresponding branch manager.
If this isn’t possible, is there another way to achieve this without duplicating the streams for each branch?
Thanks
Dears
I want to calculate Cumulative line chart. The requirement is as below:
Lets say there is 6 years of data (2021,2022,2023,2024,2025 and 2026(until today))
Dimension as "Month" and measure should show Current year + "Last all year data in Jan"
Scenario 1: Suppose I have 1000 records from Jan 2021 until Dec 2025, and Jan-2026 has 5 , Feb-2026 Have 9, Mar-2026 have 6 and so on.
So the expression should show :
Jan =1005
Feb =1014
Mar =1020
and so on.
Scenario 2: Suppose user selects last Year(2025) from the filter.
So the expression should be:
Jan 2025 as (Jan 2025 + All previous records until Dec 2024)
Feb 2025 as Feb 2025 + Jan 2025 + All previous records until Dec 2024
Best Regards
Shahzad
Hello team,
When you perform the steps below, you can confirm that the "id" in task.json remains unchanged after the import:
1. Export the project in legacy format.
2. Modify only the name in task.json and import it.
3. Export it in legacy format again.
Q1. Is it safe to proceed with the execution as is?
⇒ In our environment, it appears to be working properly.
Q2. Is it safe to ignore the id?
⇒ We are checking this because it is also referenced in places such as idToNameMap in building.json.
Thank you in advance for your assistance.
Best Regards.
Hi there,
I'm looking for any solution to show the following example but using a Table, Table Straight or Pivot chart:
I just want to show the same detail I'm showing with the Bar chart but using any of the Table flavours we have in Qlik.
Thanks in advance
Hi,
For context, we are going through a process of migrating user's email accounts to a new domain. Issue: once they have the new account set up in Qlik, obviously all the personal objects created/saved while using their "old" account will not be visible.
So, I did some research into using Qlik CLI to change the ownership of a Bookmark, and it work flawlessly, which is great.
But, this only works if I know the ID for the bookmark.
And here's where I'm stuck: despite being Tenant Admin, I cannot see a list of personal bookmarks using either Qlik CLI (qlik app object ls -a <app_id>) or Qlik Automate ("List Bookmarks" block). I can only see my own personal objects using these 2 methods.
I know there's a "workaround": have the user publish the bookmark, then copy the link. Part of that URL will be the bookmarkID. Then just un-publish the bookmark. Done. Great! 🙂
Unless: the user no longer has access to the old account in which case this cannot be done OR we're talking about dozens of bookmarks which will take hours to go through one by one...
Any ideas?
Hello !!!!
I have a requirement that I hope you can help me with.
What I want to achieve is to carry over the final total from 2025 in an Income and Expenses table, so that this total is reflected in the STA line when selecting 2026.
Ideally, this should work automatically for future years as well. For example, when 2027 becomes the new year, the final total from 2026 should automatically be carried over to the STA line for 2027.
What I have achieved so far is to carry over the 2025 final total to the STA line. However, when I move to 2026, the value changes, whereas I need the value to remain fixed based on the previous year's final total.
I have attached my current formula, which achieves the first part of the requirement, along with the variables and an Excel file for better understanding of the expected behavior.
If(
af_estado_cuenta_item = 'Egresos'
and af_estado_cuenta_concepto = 'Saldo temporada anterior',
Sum(Total
Aggr(
(
If(
af_estado_cuenta_item = 'Ingresos'
and af_estado_cuenta_descripcion_estado_ingresos <> 'R',
Pick(
Match(
af_estado_cuenta_concepto,
'Ingreso Cerezas',
'Ingreso Ciruelas',
'Ingreso Kiwis',
'Ingreso Manzanas'
),
Sum(
{<
af_especie={'Cerezas'},
af_estado_cuenta_concepto={'Ingreso Cerezas'}
>}
Aggr($(v_cajasdn) * $(v_rnp_Ingresos_I), af_variedad)
),
Sum(
{<
af_especie={'Ciruelas'},
af_estado_cuenta_concepto={'Ingreso Ciruelas'}
>}
Aggr($(v_cajasdn) * $(v_rnp_Ingresos_I), af_variedad)
),
Sum(
{<
af_especie={'Kiwis'},
af_estado_cuenta_concepto={'Ingreso Kiwis'}
>}
Aggr($(v_cajasdn) * $(v_rnp_Ingresos_I), af_variedad)
),
Sum({<af_temporada={2025}>}
{<
af_especie={'Manzanas'},
af_estado_cuenta_concepto={'Ingreso Manzanas'}
>}
Aggr($(v_cajasdn) * $(v_rnp_Ingresos_I), af_variedad)
)
),
If(
GetFieldSelections(rnp_tipo) = 'RNP Ppto',
Sum(af_estado_cuenta_rnp_ppto_monto),
If(
GetFieldSelections(rnp_tipo) = 'RNP Real Acum Ppto',
Sum(af_estado_cuenta_rnp_rap_monto),
If(
GetFieldSelections(rnp_tipo) = 'RNP Prom',
Sum(af_estado_cuenta_valor_total_ingreso_real)
)
)
)
)
),
af_estado_cuenta_item,
af_estado_cuenta_concepto
)
),
)
Variables:
$(v_cajasdn) = sum(if(af_estado_analisis_financiero_produccion = 'P',af_cajas_vigente_real,af_cajas_produccion_real))
$(v_rnp_Ingresos_I) = Avg(resultado_neto_productor_unitario_caja_NRNP)
Thank you!
Catch defects and silent data corruption before they reach production with a standardized black-box testing framework for Talend Jobs.
Walk through six new AI capabilities now generally available in Qlik and start applying agentic data engineering to your team’s workflows.
Set your course for six weeks of expert-led sessions on data, analytics, and AI — available on demand.
Built for the builders: Modern data engineering is AI powered — and engineer led.
The pilot-to-production gap is real. From fragmented data to governance gaps Qlik and AWS break down what’s holding your enterprise AI back — and how to solve them.
Your journey awaits! Join us by Logging in and let the adventure begin.