Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,077 members
  • 5,908 online
  • 1,994,577 posts
  • 149,465 Solutions

Welcome to Qlik Community

Recent Discussions

  • forum

    New to Qlik Analytics

    Where clause did not filter the data

    Hello, I have this load script for one of my app in Qliksense. Table1: Load First_Name, Last_Name, Salary, Fiscal_Year SQL Select FirstName as First_N... Show More

    Hello,

    I have this load script for one of my app in Qliksense.

    Table1:

    Load

    First_Name,

    Last_Name,

    Salary,

    Fiscal_Year

    SQL Select

    FirstName as First_Name,

    LastName as Last_Name,

    Salary,

    FY as Fiscal_Year

    From XYZ_Table

    In the sheet, I have this simple table with Fiscal_Year column that shows all the data for all the years.

    User requested to filter the data to only shows the current year and two previous years. I have adjusted my code to this:

    Table1:

    Load

    First_Name,

    Last_Name,

    Salary,

    Fiscal_Year

     

    SQL Select

    FirstName as First_Name,

    LasrName as Last_Name,

    Salary,

    FY as Fiscal_Year

    From XYZ_Table

    WHERE Fiscal_Year >= (YEAR(GETDATE())-2);   //to get only year 2024 and 2023,2022//

    It loaded successfully and I got no errors, but when I go to my table in the sheet, I still see years from 2016-2021

    I am not sure what I am missing. Could someone please help me with this?

    thank you!

    Show Less
  • forum

    New to Qlik Analytics

    how to gives access group level qlik sense section access

    Hi ,   Can you give some example how to gives access group level qlik sense section access. I have some requirement like below: let's we have Total 6 ... Show More

    Hi ,

     

    Can you give some example how to gives access group level qlik sense section access.

    I have some requirement like below:

    let's we have Total 6 user: They are divided into 2 Group.

    How to Give access 2 group different level country access.

    ex: 1st group need IND,USA access 

         2nd  group need UK,AUS access

    I have provided the Data below

    Sales:
    Load * inline

    [

    Year, COUNTRY,Sales
    2019, IND, 100
    2020, IND, 200
    2021, IND, 300

    2019, USA, 120
    2020, USA, 220
    2021, USA, 500

    2019, UK, 350
    2020, UK, 650
    2021, UK, 150

    2019, AUS, 850
    2020, AUS, 750
    2021, AUS, 450
    ];

    Show Less
  • forum

    New to Qlik Analytics

    Combo chart wouldn't display the correct range on primary axis

    Hi, I am working on Qlik Sense Desktop and currently developing a Ad-Hoc combo chart with VizLib combo chart extension and users can select the dimens... Show More

    Hi, I am working on Qlik Sense Desktop and currently developing a Ad-Hoc combo chart with VizLib combo chart extension and users can select the dimension(s) and measure(s) to be displayed on the combo chart. I have 2 filter panes, one is for dimension and one is for measure. In order to filter out unselected dimension(s) or measure(s), I used calculated conditions in the data section. I have both integer values (in millions) and percentage values for the measures, thus, I used the primary y-axis for the integer values and secondary y-axis for the percentage values. The combo chart displays the bars and lines correctly when I have both measures from primary and secondary axis selected or just measures from the secondary axis (which are the percentage values). When I only have measures from the primary axis selected, weirdly, the values in the primary axis alongside the lines or bars will be displayed too high and are not visible within the chart. The range of the values on the primary axis are all off, it will only work if I set the Min/Max values manually but its not practical. I set all the formatting to auto for all the measures and the problem still persist. Is there a way to make the chart's axis display the values range dynamically or is there some settings that I missed from VizLib combo chart? Any help would be greatly appreciated. 

    Show Less
  • forum

    Integration, Extension & APIs

    Is there any API endpoint available to disable a user?

    Hi Everyone I would like to check if there is any endpoint available to disable a user. I checked the documentation but couldn't find anything related... Show More

    Hi Everyone

    I would like to check if there is any endpoint available to disable a user. I checked the documentation but couldn't find anything related.

    Regards

    Sivanesan

    Show Less
  • forum

    Integration, Extension & APIs

    Changing User ID in Qlik Sense server using API

    Hi all, I'm using QRS API to create users in Qlik Sense on-prem version via code. Now I have a new requirement to update user id, It means I need to f... Show More

    Hi all,

    I'm using QRS API to create users in Qlik Sense on-prem version via code.

    Now I have a new requirement to update user id, It means I need to find existing user in Qlik and update his userid.

    Is it possible to do it using QRS API? I found this reference but I think it's only relevant for Qlik Cloud:

    https://qlik.dev/apis/rest/users/#%23%2Fentries%2Fv1%2Fusers%2F-userId-patch

    Thanks,

    Eli

    Show Less
  • forum

    Integration, Extension & APIs

    How can I trigger an App reload in Qlik Cloud Saas using an API in Powershell?

    I want to trigger a Qlik Cloud App reload when an external process is finished. This process can execute a PowerShell script. Is there a method in whi... Show More

    I want to trigger a Qlik Cloud App reload when an external process is finished. This process can execute a PowerShell script. Is there a method in which I can trigger an App reload using a Powershell script? How can I connect to the App reload using an API Key?

    Show Less
  • forum

    App Development

    Make text as "Bold" used in set expression

    Hi All, I am trying to make a text used in set expression as bold. I dont know how to do it. Need help on this please. 'Sales Actual Retail: '&num(Sum... Show More

    Hi All,

    I am trying to make a text used in set expression as bold. I dont know how to do it.

    Need help on this please.

    'Sales Actual Retail: '&num(Sum([Sales Amount])

     

    I want to make 'Sales Actual Retail: ' as BOLD.

     

    Show Less
  • forum

    Connectivity & Data Prep

    WhatsApp integration

    I want to show chart and insight in WhatsApp using chatbot from the qliksense dashboard , is there any way either easy or difficult. Please let me kno... Show More

    I want to show chart and insight in WhatsApp using chatbot from the qliksense dashboard , is there any way either easy or difficult. Please let me know I am in dire need of this possibility.

    Show Less
  • forum

    Qlik Replicate

    Facing issue in Microsoft SQL server MS-CDC.

    Source is SQL MS-CDC, we created full load + CDC task and perform DDL operation(add column) and Qlik replicate is captured that one. Same operation we... Show More

    Source is SQL MS-CDC, we created full load + CDC task and perform DDL operation(add column) and Qlik replicate is captured that one.

    Same operation we created when task in stopped state. Then we resumed the task,  then table got suspended. 

    We tried to reload the table and task, while inserting a data in source and table got suspended. In that scenario, how should we run the task?

    Show Less
  • forum

    Qlik Cloud Data Integration

    persistent SharePoint connection

    When I create a credential for Sharepoint (in either Personal , Shared or Data spaces), I am able to retrieve files successfully. However we were not ... Show More

    When I create a credential for Sharepoint (in either Personal , Shared or Data spaces), I am able to retrieve files successfully. However we were not able to share this data connection with anyone (even admins).

    In other words, if another user tries to use the data connection in a load script, we get the following error message:

    Cannot open file 'lib:xxxx' (Connector error: No refresh_token found for Office 365 Sharepoint).

    Our expectation is that the token would be saved for the connection not having to generate a token for every single user. Also if it's not the case, how can we schedule a reload if the data connection can only work for a single user?

    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!