Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 218,329 members
  • 5,083 online
  • 1,996,506 posts
  • 149,660 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    Qlik Replicate

    How to handle arrays in qlik replicate on target side

    We are connecting progress DB through ODBC connection in qlik replication and loading the data to Snowflake. In source we have the data coming fine wh... Show More

    We are connecting progress DB through ODBC connection in qlik replication and loading the data to Snowflake.

    In source we have the data coming fine where as in target the array coulumns are occing as one column.

    For example:

    we have source columns as abc1,abc2, abc3, abc4, abc5 with values 19,0,0,2,4 in target data is loaded as abc with value 19;0;0;2;4.

    Please help us in resolving this issue in qlik replicate.

    Thanks in advance.

     

    Show Less
  • forum

    Integration, Extension & APIs

    Qlik Engine API authentication failure - UnknownUser

    Hello, I'm trying to use the Engine API to extract information about apps in my Qlik Sense environment, but I'm getting the following error: `Access t... Show More

    Hello, I'm trying to use the Engine API to extract information about apps in my Qlik Sense environment, but I'm getting the following error: `Access to the app is denied: UnknownUser`

    I'm using the same header as I successfully use for the QRS API ('X-Qlik-User: UserDirectory=<directory>;UserId=<user>'), and I have verified that the user has access to the app I'm trying to fetch details from.

     

    This is the relevant code:

    load_app = json.dumps({
    "method": "OpenDoc",
    "params": {
    "qDocName": app_id
    },
    "handle": -1,
    "id": 1,
    "jsonrpc": "2.0"
    })
     
    get_objects = json.dumps({
    "method": "GetObjects",
    "handle": 1,
    "params": {},
    "id": 2,
    "jsonrpc": "2.0"
    })
     
    ws.send(load_app)
    ws.send(get_objects)
     
    The error is occurring at the second execution statement (ws.send(get_objects)) so presumably loading the app is successful.
    Show Less
  • forum

    Qlik NPrinting

    Sending report automatically to multiple users filter by Excel

    Hi Team, Could you please give some idea how to achieve multiple to address in for one email based on filter option in excel. I have followed below st... Show More

    Hi Team,

    Could you please give some idea how to achieve multiple to address in for one email based on filter option in excel. I have followed below steps but not able to achieve

     

    Singaravelu_R_0-1714583636546.png

     

    Singaravelu_R_1-1714583663752.png

    Receiving below warning in N printing side

    Singaravelu_R_2-1714583694742.png

     

    Not find any selected items

     

    Singaravelu_R_3-1714583881876.png

     

     

    Show Less
  • forum

    New to Qlik Analytics

    Qliksense Conference Orlando 2024

    Hi All, I registered for the Qlik Sense Conference in Orlando 2024. The official start date of the conference is June 3rd, but I don't see any session... Show More

    Hi All,

    I registered for the Qlik Sense Conference in Orlando 2024. The official start date of the conference is June 3rd, but I don't see any sessions available to enroll on that day. What would be the schedule for June3rd?
    Thanks

    Show Less
  • forum

    New to Qlik Analytics

    KPI for Selected Month

    Date      Parts Produced Feb               50 Feb               100 March           100 March            200 I have a table just like above.  Can some... Show More

    Date      Parts Produced

    Feb               50

    Feb               100

    March           100

    March            200

    I have a table just like above.  Can someone please tell me what formula I need to put on KPI measure field to just get month of Feb?  It should display 150.    The formula I had used previously did not work in this table,  but previously my table had 3/3/24 date format.  I had used Sum({<Date={"=Month(Date)=3"}>}[Parts Produced])

    This formula did not work for above table.  Please help! Thank you.

     

    Show Less
  • forum

    Integration, Extension & APIs

    Need help with the Qlik Cloud REST API

    Hey all, i am trying to use the following api for qlik cloud along with the documentation URL:   curl "https://your-tenant.us.qlikcloud.com/api/v1/app... Show More

    Hey all, i am trying to use the following api for qlik cloud along with the documentation URL:

     

    curl "https://your-tenant.us.qlikcloud.com/api/v1/apps/{appId}" \
     -H "Authorization: Bearer <API-key>"
    
    https://qlik.dev/apis/rest/apps/#%23%2Fentries%2Fv1%2Fapps%2F-appId-get

     

    i am using this REST API in Angular 16 (Typescript) however i keep getting an '401 Unauthorized' error. here is my code:

     

    export class ApiService {
      constructor(private http: HttpClient) {}
    
      getApp() {
        const appId = '<MY-APP-ID>';
        const apiUrl = `https://<MY-Company-Tenant.us.qlikcloud.com/api/v1/apps/${appId}`;
        const apiKey =
          'Bearer <MY-API-KEY>';
    
        const headers = {
          authorization: apiKey,
        };
    
        return this.http.get<any>(apiUrl, { headers: headers });
      }
    }

     

    here is a couple screenshots of my test app so far along with the error i am getting:

    bskemp01_0-1714398219221.png

    bskemp01_1-1714398288696.png

    bskemp01_2-1714398308338.png

     

    Now i know this 401 error means the API key isnt being applied or is wrong however i am testing this in another app and the API call works:

    bskemp01_3-1714398446909.png

    Does anyone know why this isnt working?

    Show Less
  • forum

    Move to SaaS

    Qlkiview Saas Readiness ("Qlikview document"&nbsp;Base Base RAM foot print vs "Base R...

    Hello Qlik Community,     For the Application :  Qlkiview Saas Readiness   In my tab Qlikview document  My apps Lintao have à Base RAM foot print of 8... Show More
    Hello Qlik Community,
     
     
    For the Application :  Qlkiview Saas Readiness
     
    In my tab Qlikview document 
    My apps Lintao have à Base RAM foot print of 8.3 gb 
    Pierre_SG_2-1687505581847.png

     

    And in my  tab Base RAM Footprint against Quota 
    The same app Lintao have à Base RAM foot print of 33 gb 
    Pierre_SG_3-1687505613043.png

     

    Can someone explain to me the difference between this 2 Value ? (which have the same name by the way...)
     
    Many thanks
    Show Less
  • forum

    New to Qlik Analytics

    Max of RangeSum with Set Expression

    Hello All,  I am stumped.  I need to get the max year value (by program) of cumulative field from a table we have limited to current year and beyond. ... Show More

    Hello All, 

    I am stumped.  I need to get the max year value (by program) of cumulative field from a table we have limited to current year and beyond.

    Here is the table displayed currently:

     

    data_RN_1-1714597570720.png

     

    The formula for the last column is correct.  I now need to only display the rows with the red highlight (the max year for each program).  The problem is different programs end on different years, so we want the calculated value for the max(BC_Year) for that program and display only that row.

    I have tried many combinations of max(aggr...) but I can't seem to get it right. 

    Can someone help me out?

    Here is my cumulative formula (the last column highlighted in green):

    RangeSum(Above(
    (Sum ( {<Version_PROG = {'Profit & Loss'}
    ,VersionName_PROG={'FCF'}
    >} ValueGroupCurrency_PROG ))

    *
    (1/(Pow(1+(
    Avg(distinct{$<Version_PROG= {'Financials'}
    ,VersionName_PROG= {'WaCC'}

    >}total Quantity_PROG) ),RowNo(total)-1)))


    ,0,RowNo()))

     

    As always....thank you in advance!!!

    Show Less
  • forum

    App Development

    Load sales month script

    Hi everyone, I wrote this code to load different sales files by month: FOR i = 1 to 12 // Generate file name based on month LET vMonth = Pick... Show More

    Hi everyone,

    I wrote this code to load different sales files by month:

    FOR i = 1 to 12
    
        // Generate file name based on month
        LET vMonth = Pick(i,
            'january', 'february', 'march', 'april', 'may', 'june',
            'july', 'august', 'september', 'october', 'november', 'december'
            );
        
        trace $(i);
        trace $(vMonth);
        // File path 
        LET vFile = 'lib://MyData/sales_' & vMonth & '.csv';
        trace $(vFile);
        // Load data from file
        Sales:
        LOAD
            Date,
            Product,
            Amount,
            Price
             FROM [$(vFile)]
    (txt, utf8, embedded labels, delimiter is ';', msq);
    
    NEXT i

    If I only have 2 files (e.g "sales_january.csv" and "sales_february.csv") in MyData directory, I get a "Cannot open file 'lib://MyData/sales_march.csv' error.

    How can I load only existing files without getting this error?

    Thanks in advance for your help,
    Jose

    Show Less
  • forum

    New to Qlik Analytics

    Get User Name in Qlik Sense - SSO connection

    Hello I'm trying to retrieve in my app the user name of the current user.The OSUser() function only returns the userdirectory and the userid.Is there ... Show More

    Hello

     

    I'm trying to retrieve in my app the user name of the current user.

    The OSUser() function only returns the userdirectory and the userid.

    Is there a way to retrieve the user name as shown in the QMC (or when logged on the hub - at the top left)

     

    thanks for your help

    ps: we're working with Qlk enterprise Sept. 2019 Patch 1

     
    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!