Skip to main content

Welcome to Qlik Community

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 188,332 members
  • 8,716 online
  • 1,741,992 posts
  • 133,574 Solutions
Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW

Welcome to Qlik Community

FOR NEW MEMBERS

Everything you need to make your Qlik Community experience valuable.

SEARCH KNOWLEDGE BASE

Explore official Support and member created content.

QLIKWORLD 2023!

Welcome Emmy award-winning Katie Linendoll as our emcee and world record-holding cave diver John Volanthen as our keynote speakers.

Analytics

Forums for Qlik Analytic solutions. Ask questions, join discussions, find solutions, and access documentation and resources.

Data Integration

Forums for Qlik Data Integration solutions. Ask questions, join discussions, find solutions, and access documentation and resources

Qlik Gallery

Share your best Qlik apps and discuss impacts with peers! Show your work and get recognized for innovative uses of Qlik technologies.

Ideation

Participate in Qlik Technical Previews, submit ideas, and review documentation.

Support

Chat with us, search Knowledge, open a Case, read the latest Updates Blog, find Release Notes, and learn about our Programs.

Events

Learn about upcoming Qlik related events, webinars and local meetups.

Groups

Join a Group that is right for you and get more out of your collaborations. Some groups are closed. Closed Groups require approval to view and participate.

About Qlik Community

Get started on Qlik Community, find How-To documents, and join general non-product related discussions.

Blogs

Hear directly from Qlik employees in our ten unique blogs.

Qlik Resources

Direct links to other resources within the Qlik ecosystem. We suggest you bookmark this page.

Qlik Academic Program

Qlik gives qualified university students, educators, and researchers free Qlik software and resources to prepare students for the data-driven workplace.

Community Sitemap

Here you will find a list of all the Qlik Community forums.

Recent Discussions

  • forum

    App Development

    Reference Qlik sense dashboard for Real estate industry analytics.

    HI All, I am looking for some reference dashboard on Real estate sector analytics. I am working for a Bank in Real estate finance section, and I am cr... Show More

    HI All,

    I am looking for some reference dashboard on Real estate sector analytics.

    I am working for a Bank in Real estate finance section, and I am creating analytical dashboard for the region based on the data we have. 

    Looking for similar dashboard to take idea and design.

    Thanks in advance.

    Show Less
  • forum

    Qlik NPrinting

    0 value rows are hidden

    Hello, I have created a Nprinting report based on a Qlik Sense table. This table shows daily amounts. The behavior is correct in qlik sense as it show... Show More

    Hello,

    I have created a Nprinting report based on a Qlik Sense table.

    This table shows daily amounts. The behavior is correct in qlik sense as it shows me all the values for each single day.

    I then created a table via pixel perfect on nprinting but somehow whenever the result of my first column is 0, the line is not shown. I did not activate anything special and I do not understand such behavior.

    Nprinting:

    gerald_lebret_0-1679930392724.png

    Qlik Sense:

    gerald_lebret_1-1679930443534.png

     

     

    Can anyone help?

     

    Thank you.

    Show Less
  • forum

    New to Qlik Sense

    Calculating weighted average with categorical

    Hi all. I have a sample table below Cat Hrs AA 4 FF 6 BB 14 FF 64 FF 13 CC 52 AA 52 DD 46 ZZ 87 I am trying to calculate the w... Show More

    Hi all. I have a sample table below

    Cat Hrs
    AA 4
    FF 6
    BB 14
    FF 64
    FF 13
    CC 52
    AA 52
    DD 46
    ZZ 87

    I am trying to calculate the weighted average of the same category but I am not sure how to do this.

    What I have thought of was

    SUM(hrs * COUNT(cat)) / COUNT(cat)

    However I am not sure how to approach the bold part to get the count of each cat.

    My goal is to use this set expression in a bar chart to display the data.

    Any help is greatly appreciated, thank you.

    Show Less
  • forum

    Japan

    Win10からWin11へのOSアップグレードについて

    お世話になっております。 Windows10からWindows11にアップグレードする際にQlikView(デスクトップやプラグイン)に関して必要な変更はありますでしょうか? またOSの違いによる異なる挙動はありますでしょうか。 尚、利用バージョンはQlikViewMay2021です。
  • forum

    Qlik Cloud Data Integration

    Error connecting to Replicate server 'local_repsrv'

    I Installed data movement on linux that Redhat8 of AWS EC2. I’m trying connect to Oracle database with data integration. but when push test connect bu... Show More

    I Installed data movement on linux that Redhat8 of AWS EC2.

    I’m trying connect to Oracle database with data integration. but when push test connect button then get about proxy error.

    Checking the data movement log file,there is about proxy error following

    [ERROR] Error connecting to Replicate server 'local_repsrv'
    System.Net.WebException: The proxy tunnel request to proxy 'My proxy adress' failed with status code '307'."

    Do you have any good solutions in regards to that?

    best regard.

    Show Less
  • forum

    New to Qlik Sense

    outer apply with top 1 in qliksense

    Hello, Can you please advice me right solution, how to realize "outer apply with top 1" in qliksense? I have 2 tables in qvd files (Sales and Price li... Show More

    Hello, 
    Can you please advice me right solution, how to realize "outer apply with top 1" in qliksense? 

    I have 2 tables in qvd files (Sales and Price list)
    I need to get result table: Sales + Price on document date


    1. Sales 

    Date Nr Product Qty
    2023.02.28 0000000445 Gas 5
    2023.03.14 0000000446 Gas 12
    2023.03.25 0000000447 Gas 6


    2. Price list 

    Date from Product Price
    2023.03.15 Gas 10.55
    2020.01.01 Gas 07.15

     

    in sql i can do next: 

     

    select
    	sales.date,
    	sales.nr,
    	sales.product,
    	sales.qty,
    	pricelist.price
    from
    	sales
    	outer apply (
    		select top 1
    			pricelist.price
    		from
    			pricelist 
    		where
    			pricelist.product = sales.product
    			and pricelist.date <= sales.date
    	) as pricelist
    	

     

     

    Result table by sql:

    date nr product qty price
    2023.02.28 0000000445 Gas 5 10.55
    2023.03.14 0000000446 Gas 12 07.15
    2023.03.25 0000000447 Gas 6 07.15

     

    but how to do same in qliksense? 
    left join or applymap with date condition? 

    Show Less
  • forum

    New to Qlik Sense

    How can I add reference lines for each row of a separate table to a line chart?

    Hello all, I have a  line chart that has an X axis as a continuous date field and the Y axis is the number of outstanding jobs remaining to complete t... Show More

    Hello all,

    I have a  line chart that has an X axis as a continuous date field and the Y axis is the number of outstanding jobs remaining to complete the project.  The data set used to build this looks something like this:

    Date Number of Outstanding Items
    1/1/2023 10
    1/2/2023 8
    1/3/2023 6
    1/4/2023 6

    and so on and so forth over a period of about 90 days.

    The line chart is working well, no issues there, however I have been asked to add in reference lines for key events/milestones that are listed on a separate data table that looks like this:

    Event Date
    Milestone 1 1/5/2023
    Milestone 2 1/10/2023
    Milestone 3 1/15/2023

     

    My initial thought was to code in an index column and then create an individual measure for each Milestone's date. Then I would just add each reference line separately based on each measure.

    The problem with that methodology is that depending on the file (this data gets refreshed daily), the number of milestone events that need to be captured as reference lines may change. One day there may be more, another day there may be less.

    Can someone please advise a way forward to add this functionality? We are capable of doing data wrangling, etc. out of Qlik in Databricks if need be.

     

    Show Less
  • forum

    Qlik Cloud Data Integration

    facaing problem while trying to connect cloud base Aurora PostgreSql database...

    can any one help me to  connect  AWS aurora PostgreSQL from Qlik cloud(SAAS) by using   Native Postgre SQL connector. I'm getting timeout error like b... Show More

    can any one help me to  connect  AWS aurora PostgreSQL from Qlik cloud(SAAS) by using   Native Postgre SQL connector.

    I'm getting timeout error like below . Error message: Please check the values for Username‚ Password‚ Host and other properties. Description: Communication link failure.  i'm able to configured successfully in PGAdmin4 by providing same credentials ,Host Name and port number.

     

    Please help me out, do i need to do any additional configuration . 

    Thank you in Advance..!

     

    Show Less
  • forum

    New to Qlik Sense

    Check out James Fisher’s Video with Dez Blanchfield on QlikWorld 2023!

    James Fisher, the Chief Product Officer, had the opportunity to collaborate with Dez Blanfielf from Sociaall.  Watch what James and Dez talked about o... Show More

    James Fisher, the Chief Product Officer, had the opportunity to collaborate with Dez Blanfielf from Sociaall. 

    Watch what James and Dez talked about on what to expect at QlikWorld 2023 and a teaser of what his keynote on innovating the management of your data will cover! 

    “It’s the opportunity to get everybody back together again, to be in the same room, to you know, see everybody from a different point of view instead of you know just sort of in shoulder high as we have been doing on Zoom for so long.” - James Fisher  

    Don’t forget to register for QlikWorld in Las Vegas from April 17th – 20th, 2023 to see James and Dez in person and hear James live! 

    Links:  

    James Fisher – Twitter: https://twitter.com/dez_blanchfield/status/1638411049341964291 

    James Fisher – LinkedIn: https://www.linkedin.com/posts/dezblanchfield_james-fisher-chief-product-officer-at-qlik-activity-7044177267115061249-Mavi 

     

    @ella-c @JamesFisher 

    Show Less
  • forum

    App Development

    Reports Parallel Synchronization in Task

    Hi Everyone, I would like to ask about this: 1. Can we set the report in parallel? For example, we have 8 different reports and we like to sync the re... Show More

    Hi Everyone,

    I would like to ask about this:

    1. Can we set the report in parallel? For example, we have 8 different reports and we like to sync the reports in parallel. Any recommendation on report synching?

     

    Thank you.

     

    Show Less

Blogs

Community News

Hear from your Community team as they tell you about updates to the Qlik Community Platform and more!

Blogs

Qlik Academic Program Blog

Read the latest blog around the Qlik Academic Program.

Blogs

Qlik Product Innovation Blog

If you want to know what's new across all of the products in our growing Qlik product portfolio.

Blogs

Support Updates Blog

Get the latest Support information about end-of-product support, new service releases, and general support topics.

Blogs

Qlik Design Blog

Read all about Qlik solutions: scripting, data modeling, visual design, extensions, best practices and more.

Location and Language Groups

Choose a Group

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

Collaborate

Healthcare User Group

Healthcare User Group

A private group is for healthcare organizations, partners, and Qlik healthcare staff to collaborate and share insights..

All are welcome

Japan Group

Japan

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

Request to join

Brasil Group

Brazil

Welcome to the group for Brazil users. .All discussions will be in Portuguese.

open to all

Events and Webinars

QlikWorld 2023, Technical Workshops!

10+ hours of roll up your sleeves, immersive working sessions. A $1000 value included in your conference pass!

Choose your workshops

Events and Webinars

Qlik and Qlik Community Hosted Events

Subscribe to our Events and Webinar page so you do not miss an event opportunity!

choose and register

Event

Welcome to Qlik

Join the "Welcome to Qlik" webinar and learn about the Qlik Ecosystem, such as Qlik Community, Learning, and Help.

On-Demand

Events

Upcoming Events and Webinars

There is more than one way to find upcoming events, look on the right side of any Qlik Community forum!

Upcoming

Events and Webinars

Qlik and Qlik Community Hosted Events

Subscribe to our Events and Webinar page so you do not miss an event opportunity!

choose and register

Event

Welcome to Qlik

Join the "Welcome to Qlik" webinar and learn about the Qlik Ecosystem, such as Qlik Community, Learning, and Help.

On-Demand

Events

Upcoming Events and Webinars

There is more than one way to find upcoming events, look on the right side of any Qlik Community forum!

Upcoming