Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 270,631 members
  • 4,233 online
  • 2,043,406 posts
  • 154,581 Solutions
Announcements
Qlik Named a 7-Time Gartner® Magic Quadrant™ Leader: See the 2026 Report

Welcome to Qlik Community

Recent Discussions

  • forum

    Data Movement & Streaming

    Office 365 Sharepoint Metadata Connector

    I'm out of ideas.  We had a connection and it just stopped working over the weekend, so it doesn't appear to be user created.  It still looks active. ... Show More

    I'm out of ideas.  We had a connection and it just stopped working over the weekend, so it doesn't appear to be user created.  It still looks active.  

    The error message 'No refresh_token found DCERROR-0060'

    I even tried setting up a new connector with the same settings and it still does not work.  Is this connector broken?

    Show Less
  • forum

    Water Cooler

    High Five - March 2026, Ken Thomas

    We’re continuing the momentum this spring by recognizing a Qlik Community member who brings deep experience, thoughtful engagement, and a genuine pas... Show More

    image.jpg

    We’re continuing the momentum this spring by recognizing a Qlik Community member who brings deep experience, thoughtful engagement, and a genuine passion for helping others. For our March 2026 Featured Member, we’re excited to spotlight Ken Thomas, a long-time Qlik advocate and active voice in the Community.

    Ken lives in North Carolina, where he spends as much time as possible outdoors running, hiking, camping, hammocking, and even making bubbles (you might know him as @RaleighBubbleMan on Instagram). His curiosity and energy outside carry over into the way he approaches his work and his involvement in the Qlik Community.

    Professionally, he is a contractor supporting the EPA’s Qlik system, where he has spent many years working across support, administration, development, and usability. His journey with Qlik spans well over a decade, including time working directly at Qlik as a Technical Support Specialist. Since then, Qlik products have remained a constant in his career.

    Ken frequently turns to the Qlik Community to find answers and stay sharp, but he doesn’t just consume knowledge, he contributes to it. He stays actively engaged by answering questions, posting thoughtful inquiries, submitting and voting on enhancement ideas, and replying to ongoing discussions. His approach reflects something deeper than technical expertise. As he shares, it’s simply part of his nature to try to help others as much as he can.

    Across all corners of the internet, he looks for ways to provide feedback, improve what’s incomplete, and contribute where things are missing or unclear. That mindset perfectly embodies what makes the Qlik Community strong: members who not only seek solutions, but actively shape them.

    Ken, thank you for your continued support, insight, and generosity within the Community. Please join us in celebrating Ken Thomas as our March 2026 Featured Member, and leave a comment below!

    @Sue_Macaluso @Jamie_Gregory @calebjlee @nicole_ulloa 

    Show Less
  • forum

    App Development

    error in qlik

    Hi All,im converting oracle code to Qlik script but am getting error while running this queryTransactions: SQL SELECT      Transactions.report_key AS ... Show More

    Hi All,

    im converting oracle code to Qlik script but am getting error while running this query

    Transactions:
     
    SQL SELECT 
     
        Transactions.report_key AS REPORT_KEY, 
        Transactions.transaction_date AS TRANSACTION_DATE_TIME, 
     
        SUM(Transactions.ctr_cash_in + Transactions.ctr_cash_out) AS Transaction_Amount,
     
        Transactions.ctr_tin_for_dep AS Transaction_Sequence_Number
     
    FROM 
     
        ctr_main.ctr_rpt_transactions Transactions
     
    INNER JOIN 
     
        ctr_main.mta_relation MTA_Transactions ON Transactions.tin_for_doep = MTA_Transactions.tin
     
    WHERE
     
    transaction_date>='$(vStartdate)' and transaction_date<='$(vEnddate)'   //  tried in qlik
     
    //     Transactions.transaction_date BETWEEN :start_date AND :end_date  // original coloum
     
        AND Transactions.ctr_aggregator_key IS NOT NULL
     
        AND Transactions.tin_for_doep IS NOT NULL
     
    GROUP BY 
     
        Transactions.report_key,
     
        Transactions.ctr_aggregator_key,
     
        MTA_Transactions.group_branch,
     
        MTA_Transactions.group_number;
    Tempdates:  
     
    load  min(transaction_date) as startdate,
     
    max(transaction_date) as Enddate  
     
    resident Transactions;
     
    let vStartdate=peek('startdate',0,'Tempdates');
     
    let vEnddate=peek('Enddate',0,'Tempdates');
     
    drop table Tempdates;

     

     

     

    i have tried in bold letter script but its not loading failed with  attached error .can anyone help 

     

     

     

    Show Less
  • forum

    Qlik Replicate

    "transactional apply" mode is not supported, but task is in batch apply

    Since a few weeks, we're getting this error frequently: The task however is in batch apply. There is no further information in the logging. source is ... Show More

    Since a few weeks, we're getting this error frequently: 

    Schermafbeelding 2026-03-09 090359.png

    The task however is in batch apply. There is no further information in the logging. 

    source is Oracle cdc, using logstream

    target is databricks lakehouse (delta)

    How to resolve this recurring issue?

    Show Less
  • forum

    Qlik Replicate

    Full Load Schedules task not starting after first time

    I have a task configured for full load only.I have a schedule to run the task every day.The schedule is enabled and is set with Type "Reload target".T... Show More

    I have a task configured for full load only.
    I have a schedule to run the task every day.
    The schedule is enabled and is set with Type "Reload target".

    The task seems to work the first time the schedule runs after being recreated but after that it always hangs on state "Starting". If I try to stop it I get the error "Task 'Tsk_Dev_MW_ALLOCATION_FULL2' stop timeout occurred. The task will be terminated".

    Any idea what to check?

    Show Less
  • forum

    Qlik Replicate

    How To Sync New Column On Target

    We have added a new column, 'DCFLAG', to the PRVDPF table at the source, and it has been successfully synchronized with the following Log Stream taskH... Show More

    We have added a new column, 'DCFLAG', to the PRVDPF table at the source, and it has been successfully synchronized with the following Log Stream task
    Picture1.png

    However, the column is missing in the CDC task. How can I sync 'DCFLAG'? To assist with your analysis

    Picture2.png

    Picture3.png

     

     

    Show Less
  • forum

    Qlik Replicate

    Questions regarding historical latency and log level configuration

    Hello Support Team,I hope you are doing well.Please let me ask the following two questions:How to check historical latency/lag.How to change the log l... Show More

    Hello Support Team,

    I hope you are doing well.

    Please let me ask the following two questions:

    • How to check historical latency/lag.

    • How to change the log level via CLI.

    1. Checking Historical Latency

    My understanding is that there is no way to check past latency other than setting the PERFORMANCE to TRACE or higher.
    Are there any other methods available?

    2. Changing Log Level via CLI

    I have checked the community forums and documentation but could not find the specific commands.
    Could you please advise on how to do this?

    Best Regards.

    Show Less
  • forum

    Women Who Qlik

    Exclusive Event: Leadership and Mentorship: Women Who Qlik Conversation with Sad...

    If you work in data, analytics or AI and have not heard of Sadie St Lawrence, now’s the time to meet one of the most influential voices in the field!... Show More

    Women Who Qlik_2026_March26-event-1200x200 (1).jpg

    If you work in data, analytics or AI and have not heard of Sadie St Lawrence, now’s the time to meet one of the most influential voices in the field!

    On March 26 get an exclusive behind‑the‑scenes look at this visionary innovator, founder of Women in Data and founder/CEO of the Human Machine Collaboration Institute. 

    We sat down with Sadie to explore her career path, what drives her, and her perspective on leadership and mentorship. 

    How it works: 

    March 26 at 10am EST/4pmCET  

    We’ll premiere our full conversation with Sadie right here in this post.  After the video drops, stay for an interactive discussion on leadership and mentorship led by Women Who Qlik leaders @ StephanieR, @ papazissispaolinelli, @GSTAMP and @Aklidas. 

    Let us know, in the comments, if you will be joining, we can’t wait to see you there! 

     

    To learn more about Sadie below: 

    Women in Data 

    Sadie St Lawrence Website and Linkedin 

    Human Machine Collaboration Institute 

    Show Less
  • forum

    App Development

    QMC suddenly getting errors when saving, so failing the task

    Hi guys, This is QlikView September 2025 SR1. A task is suddenly giving off an error while running it. Here is the error message from the log - as you... Show More

    Hi guys, 
    This is QlikView September 2025 SR1. 
    A task is suddenly giving off an error while running it. 
    Here is the error message from the log - as you can see it's running approx 12-15 mins and then throwing the error at the end. Someone able to help/point in the right direction? 
    The task is a reload and distribute and has Section Access to it if it is of any importance. 

    (2026-03-05 14:35:01) Information: The Source Document reload complete. DocumentPath=d:\QV\Production\Cobra\App\Cobra Analysis Transactions.qvw

    (2026-03-05 14:35:01) Information: Memory Allocation Delta for this file=15806.49 Mb. Available Physical Memory Before Reload=120039.21 Mb. Available Physical Memory After Reload=103668.15 Mb.

    (2026-03-05 14:35:01) Information: The Source Document was reloaded successfully.

    (2026-03-05 14:35:01) Information: QlikView->Settings->Document Peferences->Generate Logfile in document is set. Enabling Log Copier.

    (2026-03-05 14:35:01) Information: Looking for the document log "d:\QV\Production\Cobra\App\Cobra Analysis Transactions.qvw" to become available.

    (2026-03-05 14:35:01) Information: Found a document log. FileName=d:\QV\Production\Cobra\App\Cobra Analysis Transactions.qvw.log

    (2026-03-05 14:35:01) Information: Writing documentLog to C:\ProgramData\QlikTech\DistributionService\1\Log\20260305\142011 - 3a Reload and Distribute Cobra Analysis Transactions\DocumentLog.txt

    (2026-03-05 14:35:01) Information: Reload finished successfully

    (2026-03-05 14:35:01) Information: Start saving document

    (2026-03-05 14:35:35) Error: The sourcedocument failed to save.. Exception=System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component. || at QlikView.Doc.SaveAs(String _FileName, Int16 _Format) || at QVBWrapper.Document.Save(ILogBucket i_LogBucket, String i_SaveAsFileName)

    (2026-03-05 14:35:36) Information: Closing the document.

    (2026-03-05 14:35:39) Information: Closed the QlikView Engine successfully. ProcessID=532792

    (2026-03-05 14:35:39) Error: The task "3a Reload and Distribute Cobra Analysis Transactions" failed. Exception: || QDSMain.Exceptions.TaskFailedException: Task execution failed with errors to follow. ---> QDSMain.Exceptions.ReloadFailedException: Reload failed ---> QDSMain.Exceptions.LogBucketErrorException: The sourcedocument failed to save.. Exception=System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component. || at QlikView.Doc.SaveAs(String _FileName, Int16 _Format) || at QVBWrapper.Document.Save(ILogBucket i_LogBucket, String i_SaveAsFileName) || at QDSMain.AbstractReloadTask.Reload(String fileName, IExecutingTaskResult executingTaskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) || --- End of inner exception stack trace --- || at QDSMain.AbstractReloadTask.Reload(String fileName, IExecutingTaskResult executingTaskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) || at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) || --- End of inner exception stack trace --- || at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) || at QDSMain.Task.AbstractTask.TaskExecution(CurrentExecutionArgs args)

    (2026-03-05 14:35:39) Information: Task Execute Duration=00:15:27.5801516

    (2026-03-05 14:35:39) Information: Sending Alert mail

    (2026-03-05 14:35:39) Information: TaskResult.status=Finished

    (2026-03-05 14:35:39) Information: Notifying all triggers of new state: "FinishedWithErrors"...

    (2026-03-05 14:35:39) Information: Notifying all triggers of new state: "FinishedWithErrors" - Completed

    Show Less
  • forum

    App Development

    Qlik App for Tracking Usage

    Hello, I was wondering whether there is QlikSense app that shows the usage statistics for all the Qlik apps such as the number of users who accessed t... Show More

    Hello,

    I was wondering whether there is QlikSense app that shows the usage statistics for all the Qlik apps such as the number of users who accessed the app, number of clicks on each sheet etc. If someone could point me to such an app that would be very helpful. I am using QlikSense SaaS Cloud version. TIA.

    Show Less
Leaderboard

Qlik community MVPs

Qlik Community MVPs — trusted experts driving collaboration, learning, and innovation.

mvp-banner-side-image

Customer Story

Hapag-Lloyd Enables Smart Decisions With Qlik

Global container shipping giant delivers data transparency to enable confident decision-making and operational efficiency.

Customer Story

Students See Data Come to Life With Qlik Academic Program

Qlik turns raw data into valuable learning experiences, empowering both students and faculty at TTUHSC.

Customer Story

MillerKnoll Unifies Data with Qlik Talend

MillerKnoll partnered with Qlik Talend® data solutions to unify data across its diverse systems, accelerating critical processes and nearly eliminating data integration issues organization-wide.

Customer Story

Radiall Embraces the Cloud and Improves Operational Efficiency

Migration to Qlik Cloud Analytics optimizes analytics applications within months.

Customer Story

French Ministry of Armed Forces Develops a Data-Centric Culture

With Qlik Cloud Analytics, Rexel boosts performance by enabling self-service analysis, reducing prep time, and giving 3,000 users access to trusted insights.

Customer Story

Universidad Nacional del Sur is Combining Research and Educational Data

Through the Qlik Academic Program and Qlik Sense, Universidad Nacional del Sur transforms complex data into interactive insights while preparing students for the modern workforce.

Your Place, Your People

Choose a Group

Join one of our Location and Language groups. Find one that suits you today!

Collaborate

Qlik en México

Qlik en México

Únete a la conversación con usuarios de Qlik en todo México: comparte ideas, haz preguntas y conéctate en español.

All are welcome

Hello from Japan

Japan

Qlik Communityの日本語のグループです。 Qlik製品に関する日本語資料のダウンロードや質問を日本語で投稿することができます。

Request to join

Parlons Données

Parlons Données

Connectez-vous avec des utilisateurs francophones de Qlik pour collaborer, poser des questions et partager des idées.

open to all

Did you know...

Qlik Connect 2026: Be Bold. Be Different. Be Here.

Join us April 13–15, 2026 in Kissimmee, Florida for 2+ immersive days of innovation, hands-on learning, and powerful connections shaping the future of data and AI.

Did you know...

Qlik Free Trials

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.

Did you know...

Mastering Change Data Capture

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.