Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,256 members
  • 6,249 online
  • 1,994,913 posts
  • 149,493 Solutions

Welcome to Qlik Community

Recent Discussions

  • forum

    New to Qlik Analytics

    Não mostrar valores nulos no IF

    Boa tarde comunidade!Eu realizei um 'IF' que foi realizado corretamente, mas ele me apresentou alguns valores nulos.Como poderia fazer para remover es... Show More

    Boa tarde comunidade!

    Eu realizei um 'IF' que foi realizado corretamente, mas ele me apresentou alguns valores nulos.
    Como poderia fazer para remover esses valores?

    Muito Obrigado pela atenção.

    Show Less
  • forum

    Design and Development

    Replace CR LF (newline / breaking space) with a tReplaceList component

    Hi everyone,   I have a tReplaceList component that get a list of forbidden characters from a SQL table. I want to add to my rules the replacement of ... Show More

    Hi everyone,

     

    I have a tReplaceList component that get a list of forbidden characters from a SQL table.

    I want to add to my rules the replacement of CR LF because it's making my job fail.

    From my tDBInput (Oracle) I have a column containing a CR LF character in the middle

     

    When copying the data to notepad++ I can see that the line break is indeed a CR LF. But I've tried to add to my SQL table the values "\r" "\n", "\r\n" even tried with double \\ etc....

    But nothing has been working so far. How do I make this work ? 

    Show Less
  • forum

    Deployment & Management

    Upgradation of Qliksense from Feb 2022 Patch 5 to Feb 2024

    Hi Team, Today we are trying to upgrade Qliksense Multinode environment from Feb 2022 Patch 5 to Feb 2024, We follow all the backup steps which are me... Show More

    Hi Team,

    Today we are trying to upgrade Qliksense Multinode environment from Feb 2022 Patch 5 to Feb 2024, We follow all the backup steps which are mentioned in Qlik help-

    Backing up a Qlik Sense site | Qlik Sense for administrators Help

    We took backup of all certificates and Repository as mentioned in article. After taking backup we check that Postgres SQL version on Feb 2022 Patch 5 is Postgre9.6 so we decided to upgrade postgre version to postgresql14.8 which is suitable for all newer versions. For upgrading the Postgre SQL we follow all the steps mentioned in Support article as mentioned below-

    Upgrading and unbundling the Qlik Sense Repository... - Qlik Community - 1934238

    The PostgreSQL is upgraded successfully, after upgrading we checked the services on both Central and Rim Node all are running fine. But after that we are trying to Upgrade Qliksense, Setup started successfully but in the end it is end with an error the  error is attached in screenshot.

    I am not sure what problem occurs during these steps. 

    Please guide.

    Thanks in advanceWhatsApp Image 2024-04-19 at 1.14.36 PM.jpeg

    Show Less
  • forum

    New to Qlik Analytics

    How can I color negative values and positive values in QlikView?

    Hello, How can I color negative values red and positive values green in QlikView?       
  • forum

    App Development

    Sort Data Based on Number of Leading Zeros

    Hi All, How to sort data based on leading zeros and not the actual number in qlik Below is my example Item Num 0064 000670402 0065FR CS-CD-... Show More

    Hi All,

    How to sort data based on leading zeros and not the actual number in qlik

    Below is my example

    Item Num
    0064
    000670402
    0065FR
    CS-CD-PSW-10-00
    010240410

    The data should be sorted based on number of zeros at the start in ascending order.

    My final output should be like the below table

    Item Num
    000670402
    0064
    0065FR
    010240410
    CS-CD-PSW-10-00

    Note : This is just an example . I have more that 30000 item numbers like this and i want to sort based on number of leading zeros

    Show Less
  • forum

    QlikView App Dev

    Auto Triggering of QMC jobs from SAP job completion

    Dear Experts,I would like to trigger some qlikview jobs automatically when the SAP job completed.Do we have a work around for this?I do have a SAP tab... Show More

    Dear Experts,

    I would like to trigger some qlikview jobs automatically when the SAP job completed.

    Do we have a work around for this?

    I do have a SAP table which stores the job completion information.Is there a way qv checks the status of the sap job and trigger when it says "Yes"

    Thanks & Regards

    Jeba

    Show Less
  • forum

    App Development

    Show zero measures in a graph

    (Apologies, this was posted earlier but was my post was so full of flaws, I removed it). I am trying to show a graph of tickets raised over a periiod ... Show More

    (Apologies, this was posted earlier but was my post was so full of flaws, I removed it).

    I am trying to show a graph of tickets raised over a periiod of time.  In my data I have zero 'Open' tickets in October and as a result October does not show on my graph.

    Markbhai_0-1713531709414.png

    I have tried a 'Master Calendar' which works until a filter is applied.  -

    I have also read about adding + sum({1}0) to my measure.

    Count({<[Status]={'Open'}>}id) + sum({1}0)

    and setting the Addons -> Data Handling -> Include zero values 

    Markbhai_1-1713531893301.png

    Any help would be appreciated

     

    Show Less
  • forum

    Security & Governance

    Is there anyway on Qlik SaaS to track the sheet usage by user and session durati...

    We can only see the usage on the app level using the Entitlement analyzer, but we cannot track the sheet usage, is there anyway to do it on SaaS? I kn... Show More

    We can only see the usage on the app level using the Entitlement analyzer, but we cannot track the sheet usage, is there anyway to do it on SaaS? I know it's possible on Enterprise. 

    Show Less
  • forum

    Connectivity & Data Prep

    Unable to access the Catalog Databases for DataBricks Connection

    Hi,   Recently I set up a DataBricks Connection but unable to access the databases inside the Catalog.We are in May 2023 Patch 6 version of Qliksense.... Show More

    Hi,

     

    Recently I set up a DataBricks Connection but unable to access the databases inside the Catalog.We are in May 2023 Patch 6 version of Qliksense. But the same connection could be accessed through SAAS. Please help.

    Show Less
  • forum

    Qlik NPrinting

    Qlik Sense NPrinting POST REST API Connection 403 (Forbidden) Error

    I have created a GET REST connection to NPrinting and it works perfectly. This is the GET REST Connection Setup...GET REST Connection SetupMy problem ... Show More

    I have created a GET REST connection to NPrinting and it works perfectly. This is the GET REST Connection Setup...
    GET REST Connection SetupGET REST Connection Setup
    My problem is that I am not able to set up a POST REST Connection. Everything is the same, except for the Method and the Trusted Locations, which has been loaded into NPrinting. 
    POST REST Connection SetupPOST REST Connection Setup

    I managed to get the POST working in Postman, by first doing a GET login. Then copying the XSRF-TOKEN out of the Cookie and adding it to a X-XSRF-TOKEN key under Headers.

    Postman POST REST SetupPostman POST REST Setup

    This was a manual workaround, the problem is how to do it when setting up a Qlik Sense POST REST login connection... I can't get the XSRF-TOKEN to add it to the connection, to get the connection to authenticate, i.e., not give the 403 (Forbidden) error...

    Show Less
Leaderboard

Customer Story

Qlik Data Integration & Qlik Replicate story

Qlik enables a frictionless migration to AWS cloud by Empresas SB, a group of Chilean health and beauty retail companies employing 10,000 people with 600 points of sale.

Customer Story

Building a Collaborative Analytics Space

Qlik Luminary Stephanie Robinson of JBS USA, the US arm of the global food company employing 70,000 in the US, and over 270,000 people worldwide.

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

Blogs

Community News

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