Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all
I have a button in my Qlik Cloud app that executes an automation in triggered mode. When I publish the app to a managed space so that end users can trigger it themselves, they click the button, but the automation won't be executed.
It seems like only the owner of the automation is allowed to execute it.
I did everything in this video: https://youtu.be/uwtpmjumejc?si=9kLwfiOoab4Ywhr0 in manual mode and trigger mode, also nothing.
How can I resolve this? Also is this a limitation of the Analyzer License?
Thanks
Important Update: The automation trigger works inside the tenant but not in the embedded app. I forgot to mention that I'm embedding the app inside and iframe in my web app, and I think the limitation comes from this.
Hi All,
Can anyone please help me with below
my sample data look like below
Sample Data:
Date ID Amount Name
1/1/2025 AAA 2 John
2/1/2025 AAA 5 John
12/1/2025 AAA 2 John
12/1/2025 AAA 5 John
12/1/2025 AAA 5 John
23/1/2025 AAA 2 John
24/1/2025 AAA 5 John
2/1/2025 BBB 10 Sam
2/2/2025 BBB 5 Sam
2/3/2025 BBB 10 Sam
2/3/2025 BBB 10 Sam
2/3/2025 BBB 5 Sam
1/4/2025 CCC 28 John
1/31/2025 CCC 5 John
2/4/2025 CCC 28 John
4/5/2025 CCC 5 John
ETC...
How to get a below output where i can only get line items with MAX Amount for a given date, ID and Name
OutPut Data:
Date ID Amount Name
2/1/2025 AAA 5 John
12/1/2025 AAA 5 John
12/1/2025 AAA 5 John
24/1/2025 AAA 5 John
2/1/2025 BBB 10 Sam
2/3/2025 BBB 10 Sam
2/3/2025 BBB 10 Sam
1/4/2025 CCC 28 John
2/4/2025 CCC 28 John
Thanks, a lot in Advance
After an update from Office we received strange behaviour with our NPrinting Designer. Office version is:
Below is the problem that I get when I open the NPrinting Designer.
NPrinting Server version is May 2022 SR3, Designer is May 2022 SR4. (Should not be a problem)
I have tried the suggestion here: https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Designer-can-t-find-a-supported-reporting-template/m-p/1652022
And I also changed the compatiblity on NPrintingDesigner.exe. Nothing seems to work. Anyone an idea why NPrinting does not work??
Qlik NPrinting #Error
Hi,
Talend Studio
Version: 8
Build id: 20250218_0945-patch
Sometimes developers close the merge results dialog by accident.
Is it possible to re-open the merge results dialog without re-doing the merge?
Thanks
Hi Everyone,
I do have requirement like we need to fetch the metadata information like dimensions used in UI ,expressions in UI like other things from each sheet and objects from QlikSense app.
We need to create an app in Qlik Cloud which fetches metadata information as mentioned above from all other apps present in Qlik Cloud.
Dis anyone come across this scenario ? how we can proceed to work on this?
Thanks in Advance !!!!
Best Regards,
HI, In Qlik Automation I’m calling a PostgreSQL procedure using the Postgre>Do Query block:
I simply put into 'Query *' field:
call schema.procedure_name();
The block usually keeps running for a 2 hours 5 minutes or eventually times out, even though in PostgreSQL the procedure is triggered immediately and finishes in less than a millisecond (based on my logs).
Do you have any experience or recommended block/workaround for this?
Thanks!
The much requested Word & PowerPoint add-ins are now generally available to support expanded report authoring from Qlik Cloud Analytics. Notable links:
Bonjour le communauté,
Je n'arrive pas à trouver une expression qui me permette de bien totaliser mes lignes et que le total de la colonne soit aussi correcte.
J'ai une commande (devis) et plusieurs facturations (situations 001, 008 et 009). Dans mon tableau je dois faire la somme des factures par commande et articles.
Dans mon jeu de données, pour chaque chrono (articles) j'ai le montant global de la commande qui correspond à l'article. Un article pouvant faire l'objet de plusieurs facturations pour la même commande.
Exemple
| Affaires | %LSituat_Cle | %LSituat_Key | LSituat_Acteur | LSituat_Code_Commande | LSituat_Chrono | LSituat_Code_Situation | Sum(Commande_HT) | Facturé |
| toto | 0010|1001|10012409|0000000001|0001|001|00001|008 | 0010|1001|10012409|0000000001|0001|00001|008 | 0000000001 | 0001 | 00001 | 008 | 20021,00 | 20021 |
| toto | 0010|1001|10012409|0000000001|0001|001|00002|008 | 0010|1001|10012409|0000000001|0001|00002|008 | 0000000001 | 0001 | 00002 | 008 | 158936,50 | 15000 |
| toto | 0010|1001|10012409|0000000001|0001|001|00002|009 | 0010|1001|10012409|0000000001|0001|00002|009 | 0000000001 | 0001 | 00002 | 009 | 158936,50 | 8000 |
| toto | 0010|1001|10012409|0000000001|0001|001|00004|008 | 0010|1001|10012409|0000000001|0001|00004|008 | 0000000001 | 0001 | 00004 | 008 | 7267,47 | 7000,00 |
| toto | 0010|1001|10012409|0000000001|0001|001|00004|009 | 0010|1001|10012409|0000000001|0001|00004|009 | 0000000001 | 0001 | 00004 | 009 | 7267,47 | 267,47 |
| toto | 0010|1001|10012409|0000000002|0001|001|00005|008 | 0010|1001|10012409|0000000002|0001|00005|008 | 0000000002 | 0001 | 00005 | 008 | 2741,00 | 2741 |
| toto | 0010|1001|10012409|0000000003|0001|001|00003|001 | 0010|1001|10012409|0000000003|0001|00003|001 | 0000000003 | 0001 | 00003 | 001 | 3843,00 | 3843 |
Il faut que j'arrive à ce résultat :
| Affaires | %LSituat_Cle | %LSituat_Key | LSituat_Acteur | LSituat_Code_Commande | LSituat_Chrono | LSituat_Code_Situation | Sum(Commande_HT) | Facturé |
| toto | 0010|1001|10012409|0000000001|0001|001|00002|008 | 0010|1001|10012409|0000000001|0001|00002|008 | 0000000001 | 0001 | 00002 | 008 | 158936,50 | 158000,00 |
| toto | 0010|1001|10012409|0000000001|0001|001|00004|008 | 0010|1001|10012409|0000000001|0001|00004|008 | 0000000001 | 0001 | 00004 | 008 | 7267,47 | 7267,47 |
| TOTAL | 186224,97 | 185288,47 | ||||||
| toto | 0010|1001|10012409|0000000002|0001|001|00005|008 | 0010|1001|10012409|0000000002|0001|00005|008 | 0000000002 | 0001 | 00005 | 008 | 2741,00 | 2741,00 |
| TOTAL | 2741,00 | 2741,00 | ||||||
| toto | 0010|1001|10012409|0000000003|0001|001|00003|001 | 0010|1001|10012409|0000000003|0001|00003|001 | 0000000003 | 0001 | 00003 | 001 | 3843,00 | 3843,00 |
| TOTAL | 3843,00 | 3843,00 |
Je n'arrive pas à calculer la colonne Commande HT à l'aide d'une expression ! Pourriez vous m'aider ? Est-ce qu'il faut pour un cas comme celui là passer par le script de chargement ?
Merci par avance et bonne année à toutes et à tous 😉
As per the topic - is anyone aware of any ways to get price estimates for moving from Enterprise to Cloud? Generally speaking cloud fees are based on volume, and existing Enterprise customers have an environment which should presumably reflect the volume they will see on Cloud, but I have yet to encounter any tool or methodology that allows for a reasonable estimate of the Cloud cost based on the existing Enterprise environment (or a clear explanation on why this isn't feasible, if it isn't).
FREE TRIAL
Data has stories to tell—let Qlik help you hear them. Start your FREE TRIAL today!
Dare to unleash a new professional you in 2026. Join Connect April 13–15 and supercharge your skill sets.
See why Qlik was named a Leader in the 2025 Gartner® Magic Quadrant™ for Data Integration Tool.
Trends 2026 Alert! Plug into this rewired framework for driving ROI from AI.
Learn why legacy data platforms can’t meet today’s AI and analytics demands and how Qlik provides a modern, independent, future-ready alternative.
Solve the real-world need for real-time data with Change Data Capture (CDC). What is CDC and how to master it?
Your journey awaits! Join us by Logging in and let the adventure begin.
Afcons Infrastructure partnered with Qlik to unify its data and build dynamic dashboards, reducing review times from weeks to hours and enabling on-demand reporting across its global operations.
By implementing Qlik Analytics, Atria Convergence Technologies improves insight into churn, revenue, and downtime, driving faster decisions and more proactive customer support.
Hydronorth uses Qlik to replace disconnected data systems with a single source of truth, improving alignment, speeding up decisions, and reducing manual work.
With Qlik Cloud Analytics, Rexel boosts performance by enabling self-service analysis, reducing prep time, and giving 3,000 users access to trusted insights.
Join one of our Location and Language groups. Find one that suits you today!
Únete a la conversación con usuarios de Qlik en todo México: comparte ideas, haz preguntas y conéctate en español.
Qlik Communityの日本語のグループです。 Qlik製品に関する日本語資料のダウンロードや質問を日本語で投稿することができます。
Connectez-vous avec des utilisateurs francophones de Qlik pour collaborer, poser des questions et partager des idées.
The Qlik Product Recap showcases the newest features with quick demos and shareable resources to help you stay current?
You can test-drive Qlik for free? Try Qlik Talend Cloud to integrate and clean data without code, or explore Qlik Cloud Analytics to create AI-powered visualizations and uncover insights hands-on.
Salesforce’s acquisition of Informatica could put your flexibility on hold? Qlik makes it easy to keep your data initiatives moving forward.
You can move beyond batch processing and harness real-time data to power AI and faster decisions? Discover how in our new eBook, Mastering Change Data Capture.