Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 245,262 members
  • 5,333 online
  • 2,028,529 posts
  • 152,641 Solutions
Announcements
Qlik Connect 2025! Where innovative solutions turn your data visions into reality: REGISTER TODAY

Welcome to Qlik Community

Recent Discussions

  • forum

    Visualization and Usability

    Download the full table not just the table visible.

    In Qliksense, I have a dashboard where the tables have a scroll bar as there are any values. When I use download entire sheet the entire table is not ... Show More

    In Qliksense, I have a dashboard where the tables have a scroll bar as there are any values. When I use download entire sheet the entire table is not visible.  Is there a way where those tables can be downloaded entirely and viewed in a single pdf file. 

    Show Less
    Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
  • forum

    App Development

    Map Object Puerto Rico Issues

    I have a map object where I'm pulling in United States import data and mapping them according to the port of entry. They're coming in as a city and a ... Show More

    I have a map object where I'm pulling in United States import data and mapping them according to the port of entry. They're coming in as a city and a two letter state (like Houston, TX). If I don't put 'US' as the country then it will do thinks like show "Port Arthur, TX" in China and "St. Albans, VT" in England, but setting the country code to 'US' is not showing "San Juan, PR" on the map, neither does setting the country as 'PR'. How do I simultaneously show "San Juan, PR" while also showing the rest of the cities correctly on the map. Thank you.

    clifford_0-1741368013865.png

    clifford_0-1741368346305.png

    clifford_1-1741368409957.png

     

     

     

    Show Less
    Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
  • forum

    Move to Qlik Cloud Analytics

    Assistance with Qlik Sense

      I am a student trying to access Qlik Sense, but I am encountering an issue. After logging in, I receive the message "No Tenants to manage", and I am... Show More

     

    I am a student trying to access Qlik Sense, but I am encountering an issue. After logging in, I receive the message "No Tenants to manage", and I am unable to proceed. I have attached a screenshot of the error for reference.

    Could you please help me understand why I do not have access and how I can resolve this issue?

    Thank you in advance for your support!

     

     

     

    Show Less
    Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
  • forum

    App Development

    Crear Grafico Lineas Acumulado

    Buenas a todos,  Me gustaria poder crear un grafico de líneas con valores acumulados desde Enero hasta la fecha de hoy con dos líneas para el año pasa... Show More

    Buenas a todos, 

    Me gustaria poder crear un grafico de líneas con valores acumulados desde Enero hasta la fecha de hoy con dos líneas para el año pasado y este, es decir dos líneas que representen el año 2024 y 2025 para cada año una linea diferente que vaya desde Enero hasta la fecha de hoy para ambos dos.

    He utilizado esta linea pero no me funciona.

    If(Date(createddate_case, 'DD/MM/YYYY') <= Date(Today(), 'DD/MM/YYYY'), RangeSum(Above(TOTAL Count(casenumber_case), 0, RowNo(TOTAL))))

    migueldfr_23_0-1741607477867.png

    Y quiero llegar a algo asi pero acumulativo y que ambas lineas se corten el mismo dia de hoy paraa ambos años.

    migueldfr_23_1-1741607514580.png

     

     

    Muchas gracias por la ayuda

    Show Less
    Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
  • forum

    Water Cooler

    High Five - March 2025, Diego Zecchini

    The Qlik Community is built on curiosity, collaboration, and a shared love for data—and few embody that spirit better than Diego Zecchini! This month... Show More

    diego march 2025.png

    The Qlik Community is built on curiosity, collaboration, and a shared love for data—and few embody that spirit better than Diego Zecchini! This month, we’re thrilled to recognize Diego for his passion, problem-solving mindset, and invaluable contributions to the Community.

    Diego, who works in Information Systems, is a dedicated contributor who thrives on exchanging ideas, tackling tough challenges, and staying ahead of best practices. He’s been an active presence in the Community, not just answering questions but also learning from others and pushing the boundaries of what’s possible with Qlik solutions.

    For Diego, working with data isn’t just a job—it’s a passion. “I often find myself lost in massive datasets just for the fun of spotting patterns, associations, or anomalies,” he shares. “There’s something fascinating about the hidden stories numbers can tell.” His ability to dive deep into raw data and uncover valuable insights makes him a true asset to the Community.

    When he’s not analyzing data, Diego enjoys strategy games, playing piano, drawing, and billiards, always looking for creative ways to integrate technology into business processes.

    Diego, thank you for being such an engaged and insightful member of the Qlik Community! Your contributions make a real impact, and we’re thrilled to celebrate you this month.

    Let’s show Diego some well-earned appreciation! Please drop a comment, hit the like button, and join us in recognizing his contributions, @diegozecchini @calebjlee @Melissa_Potvin @Jamie_Gregory @nicole_ulloa @Tammy_Milsom 

    Show Less
    Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
  • forum

    Visualization and Usability

    Remove the entire row when measure returns 0

    Hi All, I need to remove the entire row when something returns null. While working with dimension, unchecking the include null values works perfectly,... Show More

    Hi All,

    I need to remove the entire row when something returns null. While working with dimension, unchecking the include null values works perfectly, The similar action I need to perform in a measure.

    This is the final table that I am seeing now

    APM NUMBER PRODUCT Fiscal year period Total cost Product Specific sum
    123 Apple 2020001 3 $3
    123 Apple 2020002 0 -
    123 Apple 2020003 3 $6
    456 Apple 2020001 4 $10
    456 Apple 2020002 5 $15
    456 Apple 2020003 6 $21
    678 Apple 2020001 1 $27
    678 Apple 2020002 0 -
    678 Apple 2020003 3 $30
    910 Banana 2020001 1 $1
    910 Banana 2020002 2 $3

    Here the total cost column is a sum(field 1 +field2) so it always returns 0 if there is sum(null,0), While calculating cumulative cost the calculations are performed rightly but this issue happens. 

    Now I want to remove the entire row that returns - ,how to do that?

    I tried the combination of if and not isnull but those return the same table.

    Has anyone faced this issue? Please help me resolving this

     

    Regards,

    Keer

    Show Less
    Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
  • forum

    Application Automation

    Automation In Qlik Cloud Analytics

    Hi, I am using one of of the automation as a task chain where I have configured with 30 app reloads in a single automation but the problem is its gett... Show More

    Hi,

    I am using one of of the automation as a task chain where I have configured with 30 app reloads in a single automation but the problem is its getting timed out at 4 hrs. so planning to split the automation into two parts like 15 and 15.My idea here is that my second automation would triggered based on the first automation run is successful.

    Any suggestions would be highly appreciated.

    Regards,

    Raju

    Show Less
    Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
  • forum

    Water Cooler

    Board filter is missing boards

    The board filter is missing some boards, at least those with new titles (App Development and the Visualization board). Also, the popup showing boards ... Show More

    The board filter is missing some boards, at least those with new titles (App Development and the Visualization board). Also, the popup showing boards is not scrollable.

    henrikalmen_0-1741177963200.png

     

    Show Less
    Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
  • forum

    Water Cooler

    Qlik Answers helps the severed employees at Lumon Industries

    Just for fun, for the fans of Severance. See an example of how Qlik Answers was used to help the severed employees of Lumon Industries, a proud Qlik c... Show More

    Just for fun, for the fans of Severance.

    See an example of how Qlik Answers was used to help the severed employees of Lumon Industries, a proud Qlik customer, with Mr. Seth Milchick, a Qlik Luminaire, leading the Qlik iniciatives in the company.

    The assistant created is linked to two different knowledge bases: the Innie KB and the Outie KB. Because of the secure nature of Qlik Answers, even using the same assistant, the Innie and Outie of each employee can only see what they are supposed to see. 

    It is a short video demo you can watch here:

    https://youtu.be/m0Vil6X2aPQ

    Show Less
    Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
  • forum

    Qlik Cloud Data Integration

    Execute a Job in Oracle

    Hello, i need a execute a oracle job in my Qlik Cloud, in my app i try this:  SQLBEGIN DBMS_SCHEDULER.RUN_JOB('SOLUS_NINF.J_CARGAS_GUIAS'); but receiv... Show More

    Hello, i need a execute a oracle job in my Qlik Cloud, in my app i try this: 

    SQL
    BEGIN
    DBMS_SCHEDULER.RUN_JOB('SOLUS_NINF.J_CARGAS_GUIAS');

    but receive this error:

    Ocorreram os seguintes erros:
    Internal error. (Connector error: Status(StatusCode="InvalidArgument", Detail="ERROR [HY000] [Qlik][OracleOCI] (3000) Oracle Caller Interface: ORA-06550: line 2, column 55: PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following: := . ( % ; "))

    V_Ortis_0-1741631723415.png

     

     

     

    Show Less
    Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Weekly Leaderboard

Customer Story

Optimizing Food Relief with Qlik

Qlik empowers Foodbank Victoria with real-time data insights, optimizing food acquisition and distribution to deliver 25 million meals annually while reducing waste and costs across its statewide relief efforts.

Location and Language Groups

Choose a Group

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

Collaborate

Blogs

Community News

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